summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-01-25 11:42:18 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-27 13:31:41 -0200
commitd9e5ebee40876f0736e9d1f0475e4fc65e36f5ce (patch)
tree304b1a7c3c6910d822564144cee3656af6469e7e
parent0937592ccd9db27e1cafba86697e27dc3d5de34e (diff)
downloadmeta-freescale-d9e5ebee40876f0736e9d1f0475e4fc65e36f5ce.tar.gz
imx-lib: 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: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-lib/imx-lib_5.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_5.4.bb b/recipes-bsp/imx-lib/imx-lib_5.4.bb
index 7afc5f79..3055c51a 100644
--- a/recipes-bsp/imx-lib/imx-lib_5.4.bb
+++ b/recipes-bsp/imx-lib/imx-lib_5.4.bb
@@ -7,4 +7,4 @@ PE = "1"
7SRC_URI[md5sum] = "a0da6a01698776f2df05130108c226c9" 7SRC_URI[md5sum] = "a0da6a01698776f2df05130108c226c9"
8SRC_URI[sha256sum] = "8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0" 8SRC_URI[sha256sum] = "8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0"
9 9
10COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" 10COMPATIBLE_MACHINE = "(mx6|mx7)"