diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2022-08-08 14:07:01 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-22 11:21:19 +0000 |
commit | 1ed508bbb3b54e351c67d3897824f1b5ccd6e023 (patch) | |
tree | e8b83b03785f0dd1b14ed70ce1288ec532ff0b17 | |
parent | 693643f490137e5f47db9293b22d2779956ce8f8 (diff) |
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 <vasyl.vavrychuk@opensynergy.com>
-rw-r--r-- | meta-egvirt/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |