[meta-freescale] [PATCH v2 02/27] xserver-commom: Set PACKAGE_ARCH override for imxgpu2d machines

Otavio Salvador otavio at ossystems.com.br
Wed Jan 25 08:09:35 PST 2017


From: Fabio Berton <fabio.berton at ossystems.com.br>

Patch it's only enable for imxgpu2d,  change mx6 override to imxgpu2d
and remove unused mx7 override.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v2: None

 recipes-graphics/xserver-common/xserver-common_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/xserver-common/xserver-common_%.bbappend b/recipes-graphics/xserver-common/xserver-common_%.bbappend
index 1297610e..5bfcbbd7 100644
--- a/recipes-graphics/xserver-common/xserver-common_%.bbappend
+++ b/recipes-graphics/xserver-common/xserver-common_%.bbappend
@@ -4,5 +4,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 SRC_URI_append_imxgpu2d = " \
     file://0016-xserver-common-enable-iglx-module.patch
 "
-PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
-PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
+
+PACKAGE_ARCH_imxgpu2d = "${MACHINE_SOCARCH}"
-- 
2.11.0



More information about the meta-freescale mailing list