diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-30 16:53:55 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-31 09:25:39 -0300 |
| commit | 48d7e70398f0f9f337b9edaeb29901c9bd895282 (patch) | |
| tree | 5eed10dce24d5ba9b8add3ceb581987fef11a358 /recipes-graphics/mesa | |
| parent | d1886311cb31e6f75ff27b87dacb7f9b6b385f06 (diff) | |
| download | meta-fsl-arm-48d7e70398f0f9f337b9edaeb29901c9bd895282.tar.gz | |
mesa-demos: Support for mx6 without GPUs
Fix to support future mx6 i.MX 6UltraLite which does not have a
GPU. This SoC will use mesa so mesa changes before should be more
SoC specific to allow future mx6 SoC without GPU to use mesa.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
| -rw-r--r-- | recipes-graphics/mesa/mesa-demos_%.bbappend | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend index 65f3d53..c8d1667 100644 --- a/recipes-graphics/mesa/mesa-demos_%.bbappend +++ b/recipes-graphics/mesa/mesa-demos_%.bbappend | |||
| @@ -9,4 +9,11 @@ SRC_URI_append_mx6dl = " ${MESA-DEMO-PATCH}" | |||
| 9 | SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}" | 9 | SRC_URI_append_mx6sx = " ${MESA-DEMO-PATCH}" |
| 10 | SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}" | 10 | SRC_URI_append_mx6sl = " ${MESA-DEMO-PATCH}" |
| 11 | 11 | ||
| 12 | PACKAGECONFIG_remove_mx6sl = "gles1 gles2" | 12 | REMOVE_GLU = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ |
| 13 | bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu', '', d), d)}" | ||
| 14 | |||
| 15 | # only remove GLU on mx6 thave have a GPU | ||
| 16 | PACKAGECONFIG_remove_mx6q = "${REMOVE_GLU}" | ||
| 17 | PACKAGECONFIG_remove_mx6dl = "${REMOVE_GLU}" | ||
| 18 | PACKAGECONFIG_remove_mx6sx = "${REMOVE_GLU}" | ||
| 19 | PACKAGECONFIG_remove_mx6sl = "gles1 gles2 ${REMOVE_GLU}" | ||
