From d5cb3e00bff900bfdb21e00b8e7be74f352cf807 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 26 Jul 2018 14:30:21 -0500 Subject: [PATCH] alsa-state: Add i.MX 8 series support Signed-off-by: Tom Hochstein --- 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 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}" -- 2.40.1