diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-08-13 19:24:16 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2018-08-16 11:34:33 +0100 |
| commit | b660366a30fddff5f9de876239ac0aee00955134 (patch) | |
| tree | 9cd5cbe6eac28fb48c37948afd8f0714044cc6e0 /recipes-graphics/kmscube | |
| parent | 40a9a11794ead811c2687798c5a0e6530d00251c (diff) | |
| download | meta-raspberrypi-b660366a30fddff5f9de876239ac0aee00955134.tar.gz | |
piglit,kmscube: Disable when using userland graphics driver
These packages need stuff from mesa which is not available in
userland implementation as of now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/kmscube')
| -rw-r--r-- | recipes-graphics/kmscube/kmscube_%.bbappend | 2 |
1 files changed, 2 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)}" | ||
