summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiyaz <Riyaz.l@ltts.com>2019-05-15 10:09:21 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-18 17:00:07 +0100
commit03488c61599ddb8efdecd1a48c211d083ce4ea78 (patch)
tree3d32bcd1d64883482686fafc3e7b9bf5a3b720bc
parentc33649a678401783a23ffbb59c1afbf1f5c2b9c4 (diff)
downloadmeta-raspberrypi-03488c61599ddb8efdecd1a48c211d083ce4ea78.tar.gz
rpi-base.inc: Enabling open-source vc4graphics driver for all RPI platforms
Vc4graphics enables drm backend on wayland Compositor (weston & westeros) Appending vc4graphics machine feature to use mesa drivers for OpenGL and V4l2 for video. Signed-off-by: Riyaz <Riyaz.l@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 c0bf21b..af1418d 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -70,7 +70,7 @@ KERNEL_IMAGETYPE_DIRECT ??= "zImage"
70KERNEL_IMAGETYPE ?= "${@bb.utils.contains('RPI_USE_U_BOOT', '1', \ 70KERNEL_IMAGETYPE ?= "${@bb.utils.contains('RPI_USE_U_BOOT', '1', \
71 '${KERNEL_IMAGETYPE_UBOOT}', '${KERNEL_IMAGETYPE_DIRECT}', d)}" 71 '${KERNEL_IMAGETYPE_UBOOT}', '${KERNEL_IMAGETYPE_DIRECT}', d)}"
72 72
73MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 73MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio vc4graphics"
74 74
75# Raspberry Pi has no hardware clock 75# Raspberry Pi has no hardware clock
76MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 76MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"