From 9af1b945611a9aa7fcdb70bd5bca5cf4f8cc8f98 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 24 Jan 2017 10:56:24 -0200 Subject: [PATCH] alsa-state: Remove i.MX 6UL specific metadata The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Otavio Salvador --- recipes-bsp/alsa-state/alsa-state.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend index 58a763a1..a5134297 100644 --- a/recipes-bsp/alsa-state/alsa-state.bbappend +++ b/recipes-bsp/alsa-state/alsa-state.bbappend @@ -1,8 +1,6 @@ # Append path for freescale layer to include alsa-state asound.conf FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:" -FILESEXTRAPATHS_prepend_mx6ul := "${THISDIR}/${PN}/imx:" FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:" PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" -PACKAGE_ARCH_mx6ul = "${MACHINE_ARCH}" PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" -- 2.40.1