summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/alsa-state
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-10-04 10:31:45 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-04 14:36:00 -0300
commit2c0bd2e821e51bd175fb5591a9a20ed214fea0e3 (patch)
tree0079fe5d702e4b0ef1c70b47b06b291778a76c35 /recipes-bsp/alsa-state
parent16e54fde6943bb81e2c6aaf7f757570b04216fc8 (diff)
downloadmeta-freescale-2c0bd2e821e51bd175fb5591a9a20ed214fea0e3.tar.gz
alsa-state: Add override to use with use-mainline-bsp
Add use-mainline-bsp override to install asound.conf file to machines that use mainline bsp. Change-Id: I13e61bbabb163eeb3e3408ba47e8cd4954b41ba6 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/alsa-state')
-rw-r--r--recipes-bsp/alsa-state/alsa-state.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend
index a5134297..08e48599 100644
--- a/recipes-bsp/alsa-state/alsa-state.bbappend
+++ b/recipes-bsp/alsa-state/alsa-state.bbappend
@@ -1,6 +1,8 @@
1# Append path for freescale layer to include alsa-state asound.conf 1# Append path for freescale layer to include alsa-state asound.conf
2FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:" 2FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:"
3FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:" 3FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:"
4FILESEXTRAPATHS_prepend_use-mainline-bsp := "${THISDIR}/${PN}/imx:"
4 5
5PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" 6PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
6PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" 7PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}"
8PACKAGE_ARCH_use-mainline-bsp = "${MACHINE_ARCH}"