summaryrefslogtreecommitdiff
path: root/recipes-bsp/alsa-state
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-02-23 15:22:41 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-04-26 13:19:40 +0200
commitcb56d755f2367ce3b3853a0e52a5e4e1fef6ea08 (patch)
treead6162a929ef1c95caf1f56fa7947e34890fcc03 /recipes-bsp/alsa-state
parent54f74a33900cc877da8e9c79f28286903acb3db5 (diff)
meta: use tdx overrides for Toradex specific changes
Toradex NXP layer could be used by other external projects, so we should make sure Toradex specific changes dont impact them. Use 'tdx' overrides to ensure Toradex specific changes only valid for Toradex distros. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 4b28382dc1dd6b89011ed0a3fb2a3dfe8ff7c888)
Diffstat (limited to 'recipes-bsp/alsa-state')
-rw-r--r--recipes-bsp/alsa-state/alsa-state.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend
index 324b51b..2e98523 100644
--- a/recipes-bsp/alsa-state/alsa-state.bbappend
+++ b/recipes-bsp/alsa-state/alsa-state.bbappend
@@ -1,4 +1,4 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/alsa-state/:"
#make this machine specific, as we have different codecs with different settings
-PACKAGE_ARCH = "${MACHINE_ARCH}"
+PACKAGE_ARCH:tdx = "${MACHINE_ARCH}"