diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-03-31 10:25:31 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:06:34 -0300 |
commit | f2672fa75962b72026e3818e0b9709f3e69a8baa (patch) | |
tree | a5f924db884ec24a77d9fee9de8f6c8c2be2f5ee | |
parent | 9701a551187f83ef5b002e4e6d22a397c8ed46d7 (diff) | |
download | meta-freescale-f2672fa75962b72026e3818e0b9709f3e69a8baa.tar.gz |
imx-lib: Upgrade to 5.4 version
- Remove platform check in hdmi-cec and imx-lib - simplify to support builds
on multiple machines
- For ipu use the dummy defaul object to fix build issues on non-ipu hardware
Signed-off-by: Lauren Post <lauren.post@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_5.1.bb | 10 | ||||
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_5.4.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_5.1.bb b/recipes-bsp/imx-lib/imx-lib_5.1.bb deleted file mode 100644 index 02980c44..00000000 --- a/recipes-bsp/imx-lib/imx-lib_5.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | |||
3 | include imx-lib.inc | ||
4 | |||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI[md5sum] = "d504131b9bc3d3fb798d4ee8718d6eaf" | ||
8 | SRC_URI[sha256sum] = "2b4547ffb1de328cf8997a09a423c6f015d808493efd11a98a5d42c6497e3445" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||
diff --git a/recipes-bsp/imx-lib/imx-lib_5.4.bb b/recipes-bsp/imx-lib/imx-lib_5.4.bb new file mode 100644 index 00000000..7afc5f79 --- /dev/null +++ b/recipes-bsp/imx-lib/imx-lib_5.4.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | |||
3 | include imx-lib.inc | ||
4 | |||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI[md5sum] = "a0da6a01698776f2df05130108c226c9" | ||
8 | SRC_URI[sha256sum] = "8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||