summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:16:21 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:16:21 +0200
commit83d9bf78e5616436aff75412d6d4785e834cfc81 (patch)
treea6f0f24b8680d648d82f2509d568e2e13cf6f79f /conf/layer.conf
parent6aff538b307e5788c7c16feeeeb81fc2deb65d51 (diff)
downloadmeta-nfv-access-bsp-common-83d9bf78e5616436aff75412d6d4785e834cfc81.tar.gz
Update layer dependencies to account for new layer namesfeature_bugfixes-2.3.0
Change-Id: I29eb89692fe6400d0cb2a75371f436a7bd755980 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f169951..3d4823f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
7 ${LAYERDIR}/packagegroups/* \ 7 ${LAYERDIR}/packagegroups/* \
8 ${LAYERDIR}/recipes-*/*/*.bbappend" 8 ${LAYERDIR}/recipes-*/*/*.bbappend"
9 9
10BBFILE_COLLECTIONS += "enea-bsp-common" 10BBFILE_COLLECTIONS += "nfv-access-bsp-common"
11BBFILE_PATTERN_enea-bsp-common = "^${LAYERDIR}/" 11BBFILE_PATTERN_nfv-access-bsp-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-bsp-common = "5" 12BBFILE_PRIORITY_nfv-access-bsp-common = "5"