From e3a3100926a2bcfefcfdedc2715236e5ece588bc Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 27 May 2020 14:24:16 +0200 Subject: Update layer dependencies to account for new layer names Change-Id: Ie8f8946971855b4270a090d8419775a61b72a16d Signed-off-by: Adrian Dudau --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') 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 \ ${LAYERDIR}/packagegroups/* \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "el-common" -BBFILE_PATTERN_el-common = "^${LAYERDIR}/" -BBFILE_PRIORITY_el-common = "5" +BBFILE_COLLECTIONS += "nfv-access-common" +BBFILE_PATTERN_nfv-access-common = "^${LAYERDIR}/" +BBFILE_PRIORITY_nfv-access-common = "5" -- cgit v1.2.3-54-g00ecf