diff options
author | Jun Zhu <junzhu@nxp.com> | 2023-06-25 17:38:27 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2023-06-26 09:55:45 +0800 |
commit | eb335f77f8133c1bdc47f0b8bb0251f1b4f09a6a (patch) | |
tree | e583ceddaf9f3bde2ae34b01e456d909757301e5 | |
parent | 2805e245f6d49d2db4028698dcd116a38c37235f (diff) | |
download | meta-freescale-eb335f77f8133c1bdc47f0b8bb0251f1b4f09a6a.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>
-rw-r--r-- | recipes-bsp/alsa-state/alsa-state.bbappend | 2 |
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 1b05b7bd8..b6194d76b 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 |
2 | FILESEXTRAPATHS:prepend:imx-generic-bsp := "${THISDIR}/${PN}/imx-generic-bsp:" | 2 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
3 | 3 | ||
4 | PACKAGE_ARCH:imx-generic-bsp = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH:imx-generic-bsp = "${MACHINE_ARCH}" |