From: Tom Hochstein Date: Thu, 26 Jul 2018 19:30:21 +0000 (-0500) Subject: alsa-state: Add i.MX 8 series support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d5cb3e00bff900bfdb21e00b8e7be74f352cf807;p=meta-freescale.git alsa-state: Add i.MX 8 series support Signed-off-by: Tom Hochstein --- diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend index 08e48599..3a398b22 100644 --- a/recipes-bsp/alsa-state/alsa-state.bbappend +++ b/recipes-bsp/alsa-state/alsa-state.bbappend @@ -1,8 +1,10 @@ # 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_mx8 := "${THISDIR}/${PN}/imx:" FILESEXTRAPATHS_prepend_use-mainline-bsp := "${THISDIR}/${PN}/imx:" PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" +PACKAGE_ARCH_mx8 = "${MACHINE_ARCH}" PACKAGE_ARCH_use-mainline-bsp = "${MACHINE_ARCH}"