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.
This commit is contained in:
Anton Midyukov 2021-07-28 18:26:31 +07:00
parent 86c9b64ff3
commit af7ece34a3

View File

@ -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)