diff options
| -rw-r--r-- | recipes-graphics/kmscube/kmscube_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-graphics/piglit/piglit_%.bbappend | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/kmscube/kmscube_%.bbappend b/recipes-graphics/kmscube/kmscube_%.bbappend new file mode 100644 index 0000000..9343fb0 --- /dev/null +++ b/recipes-graphics/kmscube/kmscube_%.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # userland driver EGL implementation does not have all needed bits for it so remove it from build | ||
| 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 index b058cf4..0503fd0 100644 --- a/recipes-graphics/piglit/piglit_%.bbappend +++ b/recipes-graphics/piglit/piglit_%.bbappend | |||
| @@ -1,2 +1,5 @@ | |||
| 1 | # mesa-demos need libgles1 and userland driver does not have it so remove it from piglit rdeps | 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)}" | 2 | RDEPENDS_${PN}_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mesa-demos', d)}" |
| 3 | # it needs EGL >= 11 but userland says it provided version 10, remove it from build | ||
| 4 | # | -- Requested 'egl >= 11.0' but version of EGL is 10 | ||
| 5 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '(.*)', 'null', d)}" | ||
