diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-01 15:37:26 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:00:15 -0300 |
commit | 26b0c9969c73c22bae17e06fae406f5f1afac31d (patch) | |
tree | fe10ca7053cb1e1416b216ad44de21bfe7e9705a | |
parent | 90c00bba1ce3d3df78138c146323c7244099aa26 (diff) | |
download | meta-fsl-arm-26b0c9969c73c22bae17e06fae406f5f1afac31d.tar.gz meta-fsl-arm-26b0c9969c73c22bae17e06fae406f5f1afac31d.tar.bz2 meta-fsl-arm-26b0c9969c73c22bae17e06fae406f5f1afac31d.zip |
imx-lib: Stop using generic SoC overrides
The recipe has been changed to use the SoC specific override. It makes
the recipe easier to read and to maintain.
Change-Id: I6cb608efea8668e57bbde24750d1a857737271d1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc index ff42713..0b21d94 100644 --- a/recipes-bsp/imx-lib/imx-lib.inc +++ b/recipes-bsp/imx-lib/imx-lib.inc @@ -1,4 +1,5 @@ # Copyright (C) 2012-2013 Freescale Semiconductor +# Copyright (C) 2012-2016 O.S. Systems Software LTDA. DESCRIPTION = "Platform specific libraries for imx platform" LICENSE = "LGPLv2.1" @@ -7,10 +8,11 @@ DEPENDS = "virtual/kernel" LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" -PLATFORM_mx6 = "IMX6Q" +PLATFORM_mx6q = "IMX6Q" +PLATFORM_mx6dl = "IMX6Q" PLATFORM_mx6sl = "IMX6S" PLATFORM_mx6sx = "IMX6S" -PLATFORM_mx7 = "IMX7" +PLATFORM_mx7d = "IMX7" PLATFORM_mx6ul = "IMX6UL" PARALLEL_MAKE="-j 1" |