From 74ef241a4b9864e378889e084ee51f3ef9d6b931 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2020 13:58:11 +0100 Subject: [PATCH] arm/layer.conf: unify on a layer priority of 5 This layer may want to ship older versions of software than oe-core for some BSPs (such as u-boot), but we don't want to force those downgrades on everyone else. Unfortunately because the meta-arm layers have priority 6, any recipe in this layer wins over newer versions in oe-core: for example with an older release of u-boot in meta-arm, simply adding meta-arm to BBLAYERS will result in qemux86 downgrading u-boot. Solve this by lowering meta-arm's priority to match oe-core, so that recipes are treated equally and the usual version ordering applies. Change-Id: I6de7a6b493e71b8b88862018b9fa35608342c1b2 Signed-off-by: Ross Burton --- meta-arm/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf index 14a59229..d53c40a0 100644 --- a/meta-arm/conf/layer.conf +++ b/meta-arm/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-arm" BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-arm = "6" +BBFILE_PRIORITY_meta-arm = "5" LAYERDEPENDS_meta-arm = " \ core \