Commit af7ece34 authored by Anton Midyukov's avatar Anton Midyukov

arm-rpi4: not use specyphic features for RPi4 in use/arm-rpi4

use/arm-rpi4 is now used to improve Raspberry Pi support in universal rootfs with u-boot.
parent 86c9b64f
......@@ -10,18 +10,18 @@ endif
@$(call add,BASE_KMODULES,staging)
@$(call add,THE_LISTS,uboot)
@$(call add,THE_PACKAGES,u-boot-tools)
@$(call add,THE_PACKAGES,rpi4-boot-switch)
@$(call add,THE_PACKAGES,rpi4-boot-nouboot-filetrigger)
@$(call add,THE_PACKAGES,rpi4-boot-uboot-filetrigger)
@$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,THE_PACKAGES,pi-bluetooth)
@$(call add,DEFAULT_SERVICES_DISABLE,systemd-networkd-wait-online)
use/arm-rpi4/x11: use/arm-rpi4
@$(call add,THE_PACKAGES,pi-bluetooth)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd hciuart)
@$(call add,DEFAULT_SERVICES_DISABLE,systemd-networkd-wait-online)
use/arm-rpi4/kernel: use/arm-rpi4
@$(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-un rpi-def)
......
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