summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--README20
-rw-r--r--conf/layer.conf6
2 files changed, 13 insertions, 13 deletions
diff --git a/README b/README
index e6b9270..8b4df97 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
1meta-el-common 1meta-nfv-access-common
2=================================================================== 2===================================================================
3 3
4This layer is intended to be a central point for defining distros, 4This layer is intended to be a central point for defining distros,
5images, recipes, appends or other userspace customizations common 5images, recipes, appends or other userspace customizations common
6to all Enea Linux releases. 6to all Enea NFV Access releases.
7 7
8 8
9Dependencies 9Dependencies
@@ -17,13 +17,13 @@ This layer depends on:
17Source code 17Source code
18=========== 18===========
19 19
20git://git.enea.com/linux/meta-el-common.git 20git://git.enea.com/linux/meta-nfv-access-common.git
21 21
22 22
23Patches 23Patches
24======= 24=======
25 25
26Please submit any patches against the el-common layer to the following 26Please submit any patches against the nfv-access-common layer to the following
27mailing list: linux@lists.enea.com 27mailing list: linux@lists.enea.com
28 28
29Maintainers: 29Maintainers:
@@ -34,26 +34,26 @@ Martin Borg <martin.borg@enea.com>
34Table 34Table
35================= 35=================
36 36
37 I. Adding the el-common layer to your build 37 I. Adding the nfv-access-common layer to your build
38 II. Misc 38 II. Misc
39 39
40 40
41I. Adding the el-common layer to your build 41I. Adding the nfv-access-common layer to your build
42================================================= 42=================================================
43 43
44In order to use this layer, you need to make the build system aware of 44In order to use this layer, you need to make the build system aware of
45it. 45it.
46 46
47Assuming the el-common layer exists at the top-level of your 47Assuming the nfv-access-common layer exists at the top-level of your
48yocto build tree, you can add it to the build system by adding the 48yocto build tree, you can add it to the build system by adding the
49location of the el-common layer to bblayers.conf, along with any 49location of the nfv-access-common layer to bblayers.conf, along with
50other layers needed. e.g.: 50any other layers needed. e.g.:
51 51
52 52
53 BBLAYERS ?= " \ 53 BBLAYERS ?= " \
54 /path/to/yocto/meta \ 54 /path/to/yocto/meta \
55 /path/to/yocto/meta-poky \ 55 /path/to/yocto/meta-poky \
56 /path/to/yocto/meta-el-common \ 56 /path/to/yocto/meta-nfv-access-common \
57 " 57 "
58 58
59II. Misc 59II. Misc
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"