diff options
Diffstat (limited to 'recipes-bsp/alsa-state/alsa-state.bbappend')
-rw-r--r-- | recipes-bsp/alsa-state/alsa-state.bbappend | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend index 94331307..4d766139 100644 --- a/recipes-bsp/alsa-state/alsa-state.bbappend +++ b/recipes-bsp/alsa-state/alsa-state.bbappend | |||
@@ -1,10 +1,10 @@ | |||
1 | # Append path for freescale layer to include alsa-state asound.conf | 1 | # Append path for freescale layer to include alsa-state asound.conf |
2 | FILESEXTRAPATHS:prepend:mx6 := "${THISDIR}/${PN}/imx:" | 2 | FILESEXTRAPATHS:prepend:mx6-nxp-bsp := "${THISDIR}/${PN}/imx-nxp-bsp" |
3 | FILESEXTRAPATHS:prepend:mx7 := "${THISDIR}/${PN}/imx:" | 3 | FILESEXTRAPATHS:prepend:mx7-nxp-bsp := "${THISDIR}/${PN}/imx-nxp-bsp" |
4 | FILESEXTRAPATHS:prepend:mx8 := "${THISDIR}/${PN}/imx:" | 4 | FILESEXTRAPATHS:prepend:mx8-nxp-bsp := "${THISDIR}/${PN}/imx-nxp-bsp" |
5 | FILESEXTRAPATHS:prepend:use-mainline-bsp := "${THISDIR}/${PN}/imx:" | 5 | FILESEXTRAPATHS:prepend:use-mainline-bsp := "${THISDIR}/${PN}/imx-nxp-bsp" |
6 | 6 | ||
7 | PACKAGE_ARCH:mx6 = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH:mx6-nxp-bsp = "${MACHINE_ARCH}" |
8 | PACKAGE_ARCH:mx7 = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH:mx7-nxp-bsp = "${MACHINE_ARCH}" |
9 | PACKAGE_ARCH:mx8 = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH:mx8-nxp-bsp = "${MACHINE_ARCH}" |
10 | PACKAGE_ARCH:use-mainline-bsp = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH:use-mainline-bsp = "${MACHINE_ARCH}" |