summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2016-11-18 19:11:42 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2016-11-23 08:09:34 -0200
commit3e5cd5df2196c089fc6e4d1a869ade30bb5b21ff (patch)
tree82ab5ff08bc469e82b32144b04bae83451e59e76 /recipes-graphics
parent88720c5cb13e6e804d1bdf27ccef799d3dcf5c2f (diff)
downloadmeta-freescale-3e5cd5df2196c089fc6e4d1a869ade30bb5b21ff.tar.gz
weston: Remove duplication in variable value
Rework variable implementation (using SoC override) so that the value does not contain a duplication. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index d5602c90..366398f0 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -27,14 +27,16 @@ PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}"
27PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" 27PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}"
28 28
29 29
30EXTRA_OECONF_IMX = " \ 30EXTRA_OECONF_IMX_COMMON = " \
31 --disable-libunwind \ 31 --disable-libunwind \
32 --disable-xwayland-test \ 32 --disable-xwayland-test \
33 WESTON_NATIVE_BACKEND=fbdev-backend.so \ 33 WESTON_NATIVE_BACKEND=fbdev-backend.so \
34" 34"
35EXTRA_OECONF_IMX = ""
36EXTRA_OECONF_IMX_imxpxp = "${EXTRA_OECONF_IMX_COMMON}"
37EXTRA_OECONF_IMX_imxgpu2d = "${EXTRA_OECONF_IMX_COMMON}"
35 38
36EXTRA_OECONF_append_imxpxp = " ${EXTRA_OECONF_IMX}" 39EXTRA_OECONF_append = " ${EXTRA_OECONF_IMX}"
37EXTRA_OECONF_append_imxgpu2d = " ${EXTRA_OECONF_IMX}"
38 40
39# Use a intermediate step to configure the linking flags 41# Use a intermediate step to configure the linking flags
40IMXGPU_LIBS = "" 42IMXGPU_LIBS = ""