summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-03-05 11:57:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-03-08 15:53:29 +0100
commit631ed48c57e06362811559242af5ad29ff451d4e (patch)
treeb7bd867fd1e0f1a5a1270dbfa2dac6cf90a20769
parentd71594dca881dbccd57e3ac18cbc3d758cd66b99 (diff)
weston: bbappend: set am62xx override
The SOC ARCH mechanism in meta-freescale takes precedence over the setting here. Thus for the Toradex machines this only improves build time for non NXP machines. Related-to: ELB-4978 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index c9baa8d..b22c1d2 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -1,2 +1,2 @@
SIMPLECLIENTS:am62xx = "damage,im,egl,shm,touch,dmabuf-v4l"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
+PACKAGE_ARCH:am62xx = "${MACHINE_ARCH}"