diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-10-04 10:31:45 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-04 14:36:00 -0300 |
commit | 2c0bd2e821e51bd175fb5591a9a20ed214fea0e3 (patch) | |
tree | 0079fe5d702e4b0ef1c70b47b06b291778a76c35 | |
parent | 16e54fde6943bb81e2c6aaf7f757570b04216fc8 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/alsa-state/alsa-state.bbappend | 2 |
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 |
2 | FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:" | 2 | FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:" |
3 | FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:" | 3 | FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:" |
4 | FILESEXTRAPATHS_prepend_use-mainline-bsp := "${THISDIR}/${PN}/imx:" | ||
4 | 5 | ||
5 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" |
6 | PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" |
8 | PACKAGE_ARCH_use-mainline-bsp = "${MACHINE_ARCH}" | ||