diff options
author | Riyaz <Riyaz.l@ltts.com> | 2019-05-15 10:09:21 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-18 17:00:07 +0100 |
commit | 03488c61599ddb8efdecd1a48c211d083ce4ea78 (patch) | |
tree | 3d32bcd1d64883482686fafc3e7b9bf5a3b720bc | |
parent | c33649a678401783a23ffbb59c1afbf1f5c2b9c4 (diff) | |
download | meta-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.inc | 2 |
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" | |||
70 | KERNEL_IMAGETYPE ?= "${@bb.utils.contains('RPI_USE_U_BOOT', '1', \ | 70 | KERNEL_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 | ||
73 | MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 73 | MACHINE_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 |
76 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | 76 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" |