diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-17 09:54:51 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:19 -0300 |
| commit | 9e7dc84fa4da72bdd54073a540fea22a835f16e8 (patch) | |
| tree | d8c44e214ff55ab0a2a86268ec31d1bd8687e53a /dynamic-layers/openembedded-layer | |
| parent | d2790f6cd6ea09251296b60be9e77add12b70582 (diff) | |
| download | meta-freescale-9e7dc84fa4da72bdd54073a540fea22a835f16e8.tar.gz | |
glmark2: Rework PACKAGECONFIG to properly handle all i.MX6 SoCs
The PACKAGECONFIG is now overriden, so we avoid getting broken in case
changes on meta-oe are commited.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend index f34d18cdf..0e04a653f 100644 --- a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend +++ b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | PACKAGECONFIG_remove_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl" | 1 | PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \ |
| 2 | PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl" | 2 | bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d), d)}" |
| 3 | PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl" | 3 | PACKAGECONFIG_remove_mx6sl = "x11-gles2" |
| 4 | PACKAGECONFIG_remove_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} \ | ||
| 5 | drm-gl x11-gles2 drm-gles2" | ||
