From 98d57b06d88cb22129bd417a9a3edbaf24612460 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 29 May 2017 02:17:17 -0400 Subject: 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 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 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 \ 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" -- cgit v1.2.3-54-g00ecf