summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:21:35 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:21:35 +0200
commitcf7d08fd8c7b36fba63984b3d41f2e0f109cdecf (patch)
tree73e24e5168b2d87cbf4cf5669c5309ce2b6a8be9 /conf
parent4d999d12ae321854763276522c672f845c5b69e5 (diff)
downloadmeta-nfv-access-bsp-x86-feature_bugfixes-2.3.0.tar.gz
Update layer dependencies to account for new layer namesfeature_bugfixes-2.3.0
Change-Id: I514e3f073d63056b0a7b5dd2a760a5ae2bf934d4 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 44a788c..3f460a6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,10 +6,10 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/packagegroups/* \ 6 ${LAYERDIR}/packagegroups/* \
7 ${LAYERDIR}/recipes-*/*/*.bbappend" 7 ${LAYERDIR}/recipes-*/*/*.bbappend"
8 8
9BBFILE_COLLECTIONS += "enea-bsp-x86" 9BBFILE_COLLECTIONS += "nfv-access-bsp-x86"
10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" 10BBFILE_PATTERN_nfv-access-bsp-x86 = "^${LAYERDIR}/"
11BBFILE_PRIORITY_enea-bsp-x86 = "6" 11BBFILE_PRIORITY_nfv-access-bsp-x86 = "6"
12LAYERDEPENDS_enea-bsp-x86 = "intel" 12LAYERDEPENDS_nfv-access-bsp-x86 = "intel"
13 13
14# change qemux86-64 arch from core2 to corei7 14# change qemux86-64 arch from core2 to corei7
15require conf/machine/qemux86-64-corei7.conf 15require conf/machine/qemux86-64-corei7.conf