rpi-base.inc: enable vc4graphics in MACHINE_FEATURES

Signed-off-by: Moorthy Baskar <moorthy.bs@ltts.com>
This commit is contained in:
Moorthy Baskar
2020-05-27 12:33:11 +02:00
committed by Andrei Gherzan
parent 3b5f62835a
commit 08d6fc96da

View File

@ -42,7 +42,7 @@ KERNEL_DEVICETREE ?= " \
"
KERNEL_IMAGETYPE ?= "Image"
MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio ${@bb.utils.contains('DISABLE_VC4GRAPHICS', '1', '', 'vc4graphics', d)}"
# Raspberry Pi has no hardware clock
MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"