From: Fabio Berton Date: Wed, 4 Oct 2017 13:31:45 +0000 (-0300) Subject: alsa-state: Add override to use with use-mainline-bsp X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2c0bd2e821e51bd175fb5591a9a20ed214fea0e3;p=meta-freescale.git 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 --- 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}"