diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-01-25 11:43:26 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-27 13:31:28 -0200 |
commit | b58cb607912fc85f8931734c80377377ed43117d (patch) | |
tree | e878b70aaad6d2645df4afcec31d36447eb5f4cc /recipes-bsp | |
parent | 396dc56812cb934b1a24da9ce325f83fca660de3 (diff) | |
download | meta-freescale-b58cb607912fc85f8931734c80377377ed43117d.tar.gz |
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 <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
11 | version, or because it is not applicable for upstreaming." | 11 | version, or because it is not applicable for upstreaming." |
12 | LICENSE = "GPLv2+" | 12 | LICENSE = "GPLv2+" |
13 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | 13 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
14 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)" | 14 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)" |
15 | 15 | ||
16 | DEPENDS_mxs += "elftosb-native openssl-native" | 16 | DEPENDS_mxs += "elftosb-native openssl-native" |
17 | 17 | ||