]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Remove i.MX 6UL specific metadata
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 25 Jan 2017 13:44:01 +0000 (11:44 -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-bsp/u-boot/u-boot-imx_2016.03.bb

index 872d17d99244118b86d45186985bc643493c0564..5f1f383a752320fa43433ccffb12f2c8da414224 100644 (file)
@@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion
 LOCALVERSION ?= "-${SRCBRANCH}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"