summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/alsa-state/alsa-state.bbappend
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:43 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:59 -0300
commita6fc0a2d460a02af2b08d9a2f818e4182e8224e1 (patch)
tree22b22b5612639d5e5453cd7bf35c7ad8c4ec3b45 /recipes-bsp/alsa-state/alsa-state.bbappend
parent4dfbd84e08cfbe69a438cb3ea7418222c435a9ea (diff)
downloadmeta-freescale-a6fc0a2d460a02af2b08d9a2f818e4182e8224e1.tar.gz
alsa-state: Add mx7 support with wm8960 audio
Include the i.MX 7Dual alsa-state configurations. The mx7 is a new i.MX SoC family provided in the 3.14.28-7D_alpha release and upstreamed with the 3.14.38-6QP_Beta release. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/alsa-state/alsa-state.bbappend')
-rw-r--r--recipes-bsp/alsa-state/alsa-state.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend
index 6bc02467..3689c43a 100644
--- a/recipes-bsp/alsa-state/alsa-state.bbappend
+++ b/recipes-bsp/alsa-state/alsa-state.bbappend
@@ -1,7 +1,7 @@
1# Append path for freescale layer to include alsa-state asound.conf 1# Append path for freescale layer to include alsa-state asound.conf
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3 3
4PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}"
4PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" 5PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
5PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" 6PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
6PACKAGE_ARCH_mxs = "${MACHINE_ARCH}" 7PACKAGE_ARCH_mxs = "${MACHINE_ARCH}"
7