summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:16:21 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2020-05-27 14:16:21 +0200
commit83d9bf78e5616436aff75412d6d4785e834cfc81 (patch)
treea6f0f24b8680d648d82f2509d568e2e13cf6f79f
parent6aff538b307e5788c7c16feeeeb81fc2deb65d51 (diff)
downloadmeta-nfv-access-bsp-common-83d9bf78e5616436aff75412d6d4785e834cfc81.tar.gz
Update layer dependencies to account for new layer namesfeature_bugfixes-2.3.0
Change-Id: I29eb89692fe6400d0cb2a75371f436a7bd755980 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 6a89e66..9f11f61 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
1meta-enea-bsp-common 1meta-nfv-access-bsp-common
2=================================================================== 2===================================================================
3 3
4This layer is contains Enea BSP customizations common to all architecures 4This layer is contains Enea BSP customizations common to all architecures
5supported by Enea Linux. 5supported by Enea NFV Access.
6 6
7Dependencies 7Dependencies
8============ 8============
@@ -16,12 +16,12 @@ This layer depends on:
16Source code 16Source code
17=========== 17===========
18 18
19git://git.enea.com/linux/meta-enea-bsp-common.git 19git://git.enea.com/linux/meta-nfv-access-bsp-common.git
20 20
21Patches 21Patches
22======= 22=======
23 23
24Please submit any patches against the enea-bsp-ppc layer to the 24Please submit any patches against the nfv-access-bsp-common layer to the
25following mailing list: linux@lists.enea.com 25following mailing list: linux@lists.enea.com
26 26
27Maintainers: 27Maintainers:
@@ -32,25 +32,25 @@ Martin Borg <martin.borg@enea.com>
32Table 32Table
33================= 33=================
34 34
35 I. Adding the enea-bsp-common layer to your build 35 I. Adding the nfv-access-bsp-common layer to your build
36 II. Misc 36 II. Misc
37 37
38 38
39I. Adding the enea-bsp-common layer to your build 39I. Adding the nfv-access-bsp-common layer to your build
40================================================= 40=================================================
41 41
42In order to use this layer, you need to make the build system aware of 42In order to use this layer, you need to make the build system aware of
43it. 43it.
44 44
45Assuming the enea-bsp-common layer exists at the top-level of your 45Assuming the nfv-access-bsp-common layer exists at the top-level of your
46yocto build tree, you can add it to the build system by adding the 46yocto build tree, you can add it to the build system by adding the
47location of the enea-bsp-common layer to bblayers.conf, along with any 47location of the nfv-access-bsp-common layer to bblayers.conf, along with
48other layers needed. e.g.: 48any other layers needed. e.g.:
49 49
50 50
51 BBLAYERS ?= " \ 51 BBLAYERS ?= " \
52 /path/to/yocto/meta \ 52 /path/to/yocto/meta \
53 /path/to/yocto/meta-enea-bsp-common \ 53 /path/to/yocto/meta-nfv-access-bsp-common \
54 " 54 "
55 55
56II. Misc 56II. Misc
diff --git a/conf/layer.conf b/conf/layer.conf
index f169951..3d4823f 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 += "enea-bsp-common" 10BBFILE_COLLECTIONS += "nfv-access-bsp-common"
11BBFILE_PATTERN_enea-bsp-common = "^${LAYERDIR}/" 11BBFILE_PATTERN_nfv-access-bsp-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-bsp-common = "5" 12BBFILE_PRIORITY_nfv-access-bsp-common = "5"