Commit 307ef73e authored by Anton Midyukov's avatar Anton Midyukov

arm-rpi4: use/arm-rpi4/kernel available for aarch64 only

kernel flavour rpi-def not available for armh.
parent ef6296a2
......@@ -18,16 +18,14 @@ use/arm-rpi4/x11: use/arm-rpi4
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd hciuart)
@$(call add,DEFAULT_SERVICES_DISABLE,systemd-networkd-wait-online)
use/arm-rpi4/kernel: use/arm-rpi4
use/arm-rpi4/kernel: use/arm-rpi4; @:
ifeq (aarch64,$(ARCH))
@$(call set,RPI_NOUBOOT,yes)
@$(call add,THE_PACKAGES,rpi4-boot-switch)
@$(call add,THE_PACKAGES,rpi4-boot-nouboot-filetrigger)
@$(call add,THE_PACKAGES,rpi4-boot-uboot-filetrigger)
@$(call xport,RPI_NOUBOOT)
ifeq (aarch64,$(ARCH))
@$(call set,KFLAVOURS,rpi-def rpi-un)
else
@$(call set,KFLAVOURS,rpi-def)
endif
use/arm-rpi4/full: use/arm-rpi4/kernel use/arm-rpi4/x11; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment