diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2020-05-27 14:21:35 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2020-05-27 14:21:35 +0200 |
commit | cf7d08fd8c7b36fba63984b3d41f2e0f109cdecf (patch) | |
tree | 73e24e5168b2d87cbf4cf5669c5309ce2b6a8be9 /conf | |
parent | 4d999d12ae321854763276522c672f845c5b69e5 (diff) | |
download | meta-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.conf | 8 |
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 | ||
9 | BBFILE_COLLECTIONS += "enea-bsp-x86" | 9 | BBFILE_COLLECTIONS += "nfv-access-bsp-x86" |
10 | BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" | 10 | BBFILE_PATTERN_nfv-access-bsp-x86 = "^${LAYERDIR}/" |
11 | BBFILE_PRIORITY_enea-bsp-x86 = "6" | 11 | BBFILE_PRIORITY_nfv-access-bsp-x86 = "6" |
12 | LAYERDEPENDS_enea-bsp-x86 = "intel" | 12 | LAYERDEPENDS_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 |
15 | require conf/machine/qemux86-64-corei7.conf | 15 | require conf/machine/qemux86-64-corei7.conf |