From 2383798ea576ca979434fa038c932ef0ce304b9d Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 25 Jan 2017 11:43:26 -0200 Subject: u-boot-fslc: 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 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc index c61c950c..c178e0e6 100644 --- a/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/recipes-bsp/u-boot/u-boot-fslc.inc @@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \ version, or because it is not applicable for upstreaming." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)" +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)" DEPENDS_mxs += "elftosb-native openssl-native" -- cgit v1.2.3-54-g00ecf