summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2017-05-29 02:17:17 -0400
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-30 20:09:17 -0300
commit98d57b06d88cb22129bd417a9a3edbaf24612460 (patch)
treea1ebf439df553415ea30066f2fb309e98916a745
parentfb1e35f084b684f345854b156b1ff83645c31ed0 (diff)
downloadmeta-freescale-98d57b06d88cb22129bd417a9a3edbaf24612460.tar.gz
u-boot-fslc.inc: add use-mainline-bsp
Add use-mainline-bsp to COMPATIBLE_MACHINE since this recipe is for situations where the user wants to use mainline, and u-boot-fslc is considered mainline. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc.inc2
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 43c22bd5..39ecc2cd 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 \
11version, or because it is not applicable for upstreaming." 11version, or because it is not applicable for upstreaming."
12LICENSE = "GPLv2+" 12LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 13LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
14COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)" 14COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf|use-mainline-bsp)"
15 15
16DEPENDS_append = " dtc-native" 16DEPENDS_append = " dtc-native"
17DEPENDS_mxs += "elftosb-native openssl-native" 17DEPENDS_mxs += "elftosb-native openssl-native"