From 7e941bb1ed80b34ed6271f19e08f91868b294043 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 14 Apr 2017 09:20:34 -0700 Subject: [PATCH] eglinfo-fb: Mark is userland specific It does not yet compile/work with vc4 open graphics driver Signed-off-by: Khem Raj --- 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)}"