From 1ed508bbb3b54e351c67d3897824f1b5ccd6e023 Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Mon, 8 Aug 2022 14:07:01 +0200 Subject: meta-egvirt: Bump layer priority to 61. Bumped to have higher priority then meta-agl-bsp (60) to overlay recipes files (in particular linux-yocto) from meta-agl-bsp. Bug-AGL: SPEC-4453 Change-Id: Id558df0df39d7b3203da548a8c00db0cdd1a632c Signed-off-by: Vasyl Vavrychuk --- meta-egvirt/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-egvirt/conf/layer.conf b/meta-egvirt/conf/layer.conf index e9b0181f..364c0a92 100644 --- a/meta-egvirt/conf/layer.conf +++ b/meta-egvirt/conf/layer.conf @@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "egvirt" BBFILE_PATTERN_egvirt = "^${LAYERDIR}/" -BBFILE_PRIORITY_egvirt = "6" +BBFILE_PRIORITY_egvirt = "61" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -- cgit 1.2.3-korg