mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
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 <ross.burton@arm.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user