From d0d5e2ccc42f189b1b062d004795b84fdf679d70 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 4 Oct 2017 10:31:45 -0300 Subject: 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 Signed-off-by: Otavio Salvador --- 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}" -- cgit v1.2.3-54-g00ecf