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-05 15:23:40 -0300 |
| commit | d0d5e2ccc42f189b1b062d004795b84fdf679d70 (patch) | |
| tree | 693edfbdcd5457841ca9d69dd5745fa0b8d3346e | |
| parent | 65a07215930e90a3691279aa1d157116d068b798 (diff) | |
| download | meta-freescale-d0d5e2ccc42f189b1b062d004795b84fdf679d70.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 a5134297a..08e485994 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}" | ||
