summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoorthy Baskar <moorthy.bs@ltts.com>2020-05-27 12:33:11 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2020-06-09 17:55:06 +0100
commit08d6fc96dabc94a6637a3eec8bf5a2d40e63d6d6 (patch)
tree7f0a16877188917f7d86c2e9b09630beeb2eddfd
parent3b5f62835aea4d6fa36faea2fa998793080af9ea (diff)
downloadmeta-raspberrypi-08d6fc96dabc94a6637a3eec8bf5a2d40e63d6d6.tar.gz
rpi-base.inc: enable vc4graphics in MACHINE_FEATURES
Signed-off-by: Moorthy Baskar <moorthy.bs@ltts.com>
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index dc98099..78982bb 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -42,7 +42,7 @@ KERNEL_DEVICETREE ?= " \
42 " 42 "
43KERNEL_IMAGETYPE ?= "Image" 43KERNEL_IMAGETYPE ?= "Image"
44 44
45MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 45MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio ${@bb.utils.contains('DISABLE_VC4GRAPHICS', '1', '', 'vc4graphics', d)}"
46 46
47# Raspberry Pi has no hardware clock 47# Raspberry Pi has no hardware clock
48MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 48MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"