mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
rpi-base.inc: enable vc4graphics in MACHINE_FEATURES
Signed-off-by: Moorthy Baskar <moorthy.bs@ltts.com>
This commit is contained in:
parent
3b5f62835a
commit
08d6fc96da
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user