[yocto] [meta-raspberrypi][PATCH 5/6] eglinfo-x11: align to VC4

Andreas Müller schnitzeltony at googlemail.com
Wed Sep 21 22:47:53 PDT 2016


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
index fd32abc..2d720ba 100644
--- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
@@ -1,2 +1,2 @@
-EGLINFO_DEVICE_rpi  = "raspberrypi"
+EGLINFO_DEVICE_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'generic', 'raspberrypi', d)}"
 ASNEEDED = ""
-- 
2.5.5




More information about the yocto mailing list