]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-parser: Remove i.MX 6UL specific metadata
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 25 Jan 2017 15:57:46 +0000 (13:57 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 27 Jan 2017 15:31:41 +0000 (13:31 -0200)
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>
recipes-multimedia/imx-parser/imx-parser_4.1.4.bb

index b778f041e7fb8602e9c37c7f3170eac9c9efab8f..75203ec0147751905a374dd2d532f0f6b1d05dac 100644 (file)
@@ -6,4 +6,4 @@ require imx-parser.inc
 SRC_URI[md5sum] = "fe8e9367887bf4a30decc6d0368ffbe9"
 SRC_URI[sha256sum] = "d3a03e60780bbbd0c92932f60bd34d2fe14ffecf6aa6b810723c3edf798cad1f"
 
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"