diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-24 10:56:24 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-27 13:31:28 -0200 |
commit | 9af1b945611a9aa7fcdb70bd5bca5cf4f8cc8f98 (patch) | |
tree | 0f0211dafba0e8e908e34fe3f1736084344c9600 | |
parent | 83c0f210e0ffdba4637be0341f9e7811404e02f9 (diff) | |
download | meta-freescale-9af1b945611a9aa7fcdb70bd5bca5cf4f8cc8f98.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/alsa-state/alsa-state.bbappend | 2 |
1 files changed, 0 insertions, 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 @@ | |||
1 | # Append path for freescale layer to include alsa-state asound.conf | 1 | # Append path for freescale layer to include alsa-state asound.conf |
2 | FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:" | 2 | FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:" |
3 | FILESEXTRAPATHS_prepend_mx6ul := "${THISDIR}/${PN}/imx:" | ||
4 | FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:" | 3 | FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:" |
5 | 4 | ||
6 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" |
7 | PACKAGE_ARCH_mx6ul = "${MACHINE_ARCH}" | ||
8 | PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" |