diff options
4 files changed, 7 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend b/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend new file mode 100644 index 0000000..500d871 --- /dev/null +++ b/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # mesa-demos needs gles1 and userland driver does not have it, works ok with vc4 graphics driver | ||
| 2 | X11GLTOOLS_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mesa-demos', d)}" | ||
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)}" | ||
