diff options
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-graphics/mesa/mesa-demos_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-graphics/piglit/piglit_%.bbappend | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend index 7692133..c152bd9 100644 --- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | EGLINFO_DEVICE_rpi = "raspberrypi" | 1 | EGLINFO_DEVICE_rpi = "raspberrypi" |
| 2 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '"(.*)"', d)}" | 2 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}" |
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend new file mode 100644 index 0000000..c187ab9 --- /dev/null +++ b/recipes-graphics/mesa/mesa-demos_%.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # mesa-demos need libgles1 and userland driver does not have it | ||
| 2 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '(.*)', 'null', d)}" | ||
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend new file mode 100644 index 0000000..b058cf4 --- /dev/null +++ b/recipes-graphics/piglit/piglit_%.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # mesa-demos need libgles1 and userland driver does not have it so remove it from piglit rdeps | ||
| 2 | RDEPENDS_${PN}_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mesa-demos', d)}" | ||
