Makefiles changed for mx6sx and mx6sl to exclude rng and sahara
since those are not supported on mx6 chips.
Platform is set to MX6S for both mx6sx and mx6sl so the
previous makefiles only excluded MX6Q platform.
Note this is different for imx-test which specifies
MX6SX and MX6SL in makefiles. In imx-lib they are treated the same.
Add PLATFORM setting for mx6sx and mx6sl
imx-lib has pxp libraries only used for mx6sx and mx6sl
Previously used MX6Q but mx6q and mx6dl can't be built with pxp
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
PLATFORM_mx6 = "IMX6Q"
PLATFORM_mx5 = "IMX51"
+PLATFORM_mx6sl = "IMX6S"
+PLATFORM_mx6sx = "IMX6S"
PARALLEL_MAKE="-j 1"
EXTRA_OEMAKE = ""
+++ /dev/null
-# Copyright (C) 2013, 2014 Freescale Semiconductor
-
-include imx-lib.inc
-
-PE = "1"
-
-SRC_URI += "file://obey-variables.patch"
-SRC_URI[md5sum] = "8e3346d5f33b5aa5f915a0dd8aa99cc9"
-SRC_URI[sha256sum] = "f42605971977e5fe1ed9e7ce17ea3f97586a23fbc60fa0f679940d379c72303e"
-
-COMPATIBLE_MACHINE = "(mx6)"
--- /dev/null
+# Copyright (C) 2013, 2014 Freescale Semiconductor
+
+include imx-lib.inc
+
+# FIXME: Drop 'beta' suffix for GA release
+SRC_URI = "${FSL_MIRROR}/${PN}-${PV}-beta.tar.gz"
+S = "${WORKDIR}/${PN}-${PV}-beta"
+
+SRC_URI += "file://obey-variables.patch"
+
+PE = "1"
+
+SRC_URI[md5sum] = "0485e457eafe5a10274d171b3af79e2f"
+SRC_URI[sha256sum] = "011eb34c6fd1b1ea9894bbe07a539c1aeee1500bc8fdd29d8ce1dc1d02f79e24"
+
+COMPATIBLE_MACHINE = "(mx6)"