[meta-freescale] [PATCH 1/4] alsa-state: Add override to use with use-mainline-bsp

Fabio Berton fabio.berton at ossystems.com.br
Wed Oct 4 06:31:45 PDT 2017


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 at ossystems.com.br>
---
 recipes-bsp/alsa-state/alsa-state.bbappend | 2 ++
 1 file changed, 2 insertions(+)

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 @@
 # Append path for freescale layer to include alsa-state asound.conf
 FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:"
 FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:"
+FILESEXTRAPATHS_prepend_use-mainline-bsp := "${THISDIR}/${PN}/imx:"
 
 PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
 PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}"
+PACKAGE_ARCH_use-mainline-bsp = "${MACHINE_ARCH}"
-- 
2.14.1



More information about the meta-freescale mailing list