]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc.inc: add use-mainline-bsp
authorTrevor Woerner <twoerner@gmail.com>
Mon, 29 May 2017 06:17:17 +0000 (02:17 -0400)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 30 May 2017 23:09:17 +0000 (20:09 -0300)
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>
recipes-bsp/u-boot/u-boot-fslc.inc

index 43c22bd53c1fc7293f57d2834a88cde398e1f68b..39ecc2cda0644b59f5c77f5158c262a26fb246f1 100644 (file)
@@ -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|mx7|vf)"
+COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf|use-mainline-bsp)"
 
 DEPENDS_append = " dtc-native"
 DEPENDS_mxs += "elftosb-native openssl-native"