[yocto] [meta-raspberrypi][PATCH 4/5] eglinfo-fb: Mark is userland specific

Khem Raj raj.khem at gmail.com
Fri Apr 14 09:20:34 PDT 2017


It does not yet compile/work with vc4 open graphics driver

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
index 7f8b600..7692133 100644
--- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
@@ -1 +1,2 @@
 EGLINFO_DEVICE_rpi  = "raspberrypi"
+COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '"(.*)"', d)}"
-- 
2.12.2




More information about the yocto mailing list