summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-14 09:20:34 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-17 02:20:21 +0100
commit7e941bb1ed80b34ed6271f19e08f91868b294043 (patch)
tree233f8cdf56d8fd5185ac9434d7758f6e42c862e1
parent1a42bce3602ccce7f2c7b6d2ca5930d4835b0c08 (diff)
downloadmeta-raspberrypi-7e941bb1ed80b34ed6271f19e08f91868b294043.tar.gz
eglinfo-fb: Mark is userland specific
It does not yet compile/work with vc4 open graphics driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-graphics/eglinfo/eglinfo-fb_%.bbappend1
1 files changed, 1 insertions, 0 deletions
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 @@
1EGLINFO_DEVICE_rpi = "raspberrypi" 1EGLINFO_DEVICE_rpi = "raspberrypi"
2COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '"(.*)"', d)}"