diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-14 09:20:34 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-17 02:20:21 +0100 |
commit | 7e941bb1ed80b34ed6271f19e08f91868b294043 (patch) | |
tree | 233f8cdf56d8fd5185ac9434d7758f6e42c862e1 /recipes-graphics | |
parent | 1a42bce3602ccce7f2c7b6d2ca5930d4835b0c08 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 1 |
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 @@ | |||
1 | EGLINFO_DEVICE_rpi = "raspberrypi" | 1 | EGLINFO_DEVICE_rpi = "raspberrypi" |
2 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '"(.*)"', d)}" | ||