summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:24:16 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:24:55 +0200
commite3a3100926a2bcfefcfdedc2715236e5ece588bc (patch)
treef9e9216388eef4887de5415d504b9e38d0e6bcf2 /conf
parent86586d2e9af43465d9324b3c0f9e10a709a8dcc3 (diff)
downloadmeta-nfv-access-common-e3a3100926a2bcfefcfdedc2715236e5ece588bc.tar.gz
Update layer dependencies to account for new layer namesfeature_bugfixes-2.3.0
Change-Id: Ie8f8946971855b4270a090d8419775a61b72a16d Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to '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 601bd1b..56cd735 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 += "el-common" 10BBFILE_COLLECTIONS += "nfv-access-common"
11BBFILE_PATTERN_el-common = "^${LAYERDIR}/" 11BBFILE_PATTERN_nfv-access-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_el-common = "5" 12BBFILE_PRIORITY_nfv-access-common = "5"