summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-01-25 13:57:46 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-27 13:31:41 -0200
commitcc8cbcea8b804847617da5eb966acd33c96e1dcb (patch)
tree9fcc74f705ca503e943743b530d797d55d47cd8e
parent3b738c75229e330451d8b41882a3234f7adde099 (diff)
downloadmeta-freescale-cc8cbcea8b804847617da5eb966acd33c96e1dcb.tar.gz
imx-parser: 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-multimedia/imx-parser/imx-parser_4.1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb b/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
index b778f041..75203ec0 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
@@ -6,4 +6,4 @@ require imx-parser.inc
6SRC_URI[md5sum] = "fe8e9367887bf4a30decc6d0368ffbe9" 6SRC_URI[md5sum] = "fe8e9367887bf4a30decc6d0368ffbe9"
7SRC_URI[sha256sum] = "d3a03e60780bbbd0c92932f60bd34d2fe14ffecf6aa6b810723c3edf798cad1f" 7SRC_URI[sha256sum] = "d3a03e60780bbbd0c92932f60bd34d2fe14ffecf6aa6b810723c3edf798cad1f"
8 8
9COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" 9COMPATIBLE_MACHINE = "(mx6|mx7)"