summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2023-06-25 17:38:27 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-26 11:37:08 +0000
commitbb88605a58fe105c7680dc92e805de28425442e9 (patch)
tree73dc17113b4aabff345043a52e474a55bf88c345
parent96c9651a8db6cb39f5f8c065bbf058afe24186c7 (diff)
downloadmeta-freescale-bb88605a58fe105c7680dc92e805de28425442e9.tar.gz
alsa-state: Simplify FILESEXTREAPATHS to support NXP specific and Mainline BSP
Current implement can only apply the setting under folder imx-generic-bsp. Use common paths setting for the NXP and mainline specific setting. Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit eb335f77f8133c1bdc47f0b8bb0251f1b4f09a6a)
-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 1b05b7bd..b6194d76 100644
--- a/recipes-bsp/alsa-state/alsa-state.bbappend
+++ b/recipes-bsp/alsa-state/alsa-state.bbappend
@@ -1,4 +1,4 @@
1# Prepend path to override files from upstream recipe 1# Prepend path to override files from upstream recipe
2FILESEXTRAPATHS:prepend:imx-generic-bsp := "${THISDIR}/${PN}/imx-generic-bsp:" 2FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
3 3
4PACKAGE_ARCH:imx-generic-bsp = "${MACHINE_ARCH}" 4PACKAGE_ARCH:imx-generic-bsp = "${MACHINE_ARCH}"