diff options
| author | Lauren Post <lauren.post@freescale.com> | 2014-09-04 08:12:56 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-10 18:55:22 -0200 |
| commit | 975926a0667d5ad0737b45b9947c3390034f2965 (patch) | |
| tree | 0cd2862052489055e0a3facf91033ca4cebecff1 | |
| parent | e032f0a608ce466f1ef99442e08831cc67b8f5e8 (diff) | |
| download | meta-freescale-975926a0667d5ad0737b45b9947c3390034f2965.tar.gz | |
imx-lib: Upgrade to 3.10.31-1.1.0 Beta version
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>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-lib/imx-lib-3.10.31-1.1.0/obey-variables.patch (renamed from meta-fsl-arm/recipes-bsp/imx-lib/imx-lib-3.10.17-1.0.0/obey-variables.patch) | 0 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-lib/imx-lib.inc | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb | 11 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.31-1.1.0.bb | 16 |
4 files changed, 18 insertions, 11 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib-3.10.17-1.0.0/obey-variables.patch b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib-3.10.31-1.1.0/obey-variables.patch index cc6319f79..cc6319f79 100644 --- a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib-3.10.17-1.0.0/obey-variables.patch +++ b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib-3.10.31-1.1.0/obey-variables.patch | |||
diff --git a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib.inc b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib.inc index 243eb8865..314e153bb 100644 --- a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib.inc +++ b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib.inc | |||
| @@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b18 | |||
| 9 | 9 | ||
| 10 | PLATFORM_mx6 = "IMX6Q" | 10 | PLATFORM_mx6 = "IMX6Q" |
| 11 | PLATFORM_mx5 = "IMX51" | 11 | PLATFORM_mx5 = "IMX51" |
| 12 | PLATFORM_mx6sl = "IMX6S" | ||
| 13 | PLATFORM_mx6sx = "IMX6S" | ||
| 12 | 14 | ||
| 13 | PARALLEL_MAKE="-j 1" | 15 | PARALLEL_MAKE="-j 1" |
| 14 | EXTRA_OEMAKE = "" | 16 | EXTRA_OEMAKE = "" |
diff --git a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb deleted file mode 100644 index 212ec3fbb..000000000 --- a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | # Copyright (C) 2013, 2014 Freescale Semiconductor | ||
| 2 | |||
| 3 | include imx-lib.inc | ||
| 4 | |||
| 5 | PE = "1" | ||
| 6 | |||
| 7 | SRC_URI += "file://obey-variables.patch" | ||
| 8 | SRC_URI[md5sum] = "8e3346d5f33b5aa5f915a0dd8aa99cc9" | ||
| 9 | SRC_URI[sha256sum] = "f42605971977e5fe1ed9e7ce17ea3f97586a23fbc60fa0f679940d379c72303e" | ||
| 10 | |||
| 11 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.31-1.1.0.bb b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.31-1.1.0.bb new file mode 100644 index 000000000..a8e44be61 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.10.31-1.1.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Copyright (C) 2013, 2014 Freescale Semiconductor | ||
| 2 | |||
| 3 | include imx-lib.inc | ||
| 4 | |||
| 5 | # FIXME: Drop 'beta' suffix for GA release | ||
| 6 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}-beta.tar.gz" | ||
| 7 | S = "${WORKDIR}/${PN}-${PV}-beta" | ||
| 8 | |||
| 9 | SRC_URI += "file://obey-variables.patch" | ||
| 10 | |||
| 11 | PE = "1" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "0485e457eafe5a10274d171b3af79e2f" | ||
| 14 | SRC_URI[sha256sum] = "011eb34c6fd1b1ea9894bbe07a539c1aeee1500bc8fdd29d8ce1dc1d02f79e24" | ||
| 15 | |||
| 16 | COMPATIBLE_MACHINE = "(mx6)" | ||
