summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README16
-rw-r--r--conf/layer.conf8
2 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index b6e32e8..5d6fcba 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1meta-enea-bsp-x86 1meta-nfv-access-bsp-x86
2=================================================================== 2===================================================================
3 3
4This layer contains Enea BSP customizations for x86 architecures. 4This layer contains Enea BSP customizations for x86 architecures.
@@ -14,13 +14,13 @@ This layer depends on:
14Source code 14Source code
15=========== 15===========
16 16
17git://git.enea.com/linux/meta-enea-bsp-x86.git 17git://git.enea.com/linux/meta-nfv-access-bsp-x86.git
18 18
19 19
20Patches 20Patches
21======= 21=======
22 22
23Please submit any patches against the enea-bsp-x86 layer to the 23Please submit any patches against the nfv-access-bsp-x86 layer to the
24following mailing list: linux@lists.enea.com 24following mailing list: linux@lists.enea.com
25 25
26Maintainers: 26Maintainers:
@@ -31,20 +31,20 @@ Martin Borg <martin.borg@enea.com>
31Table 31Table
32================= 32=================
33 33
34 I. Adding the enea-bsp-x86 layer to your build 34 I. Adding the nfv-access-bsp-x86 layer to your build
35 II. Misc 35 II. Misc
36 36
37 37
38I. Adding the enea-bsp-x86 layer to your build 38I. Adding the nfv-access-bsp-x86 layer to your build
39================================================= 39=================================================
40 40
41In order to use this layer, you need to make the build system aware of 41In order to use this layer, you need to make the build system aware of
42it. 42it.
43 43
44Assuming the enea-bsp-x86 layer exists at the top-level of your 44Assuming the nfv-access-bsp-x86 layer exists at the top-level of your
45yocto build tree, you can add it to the build system by adding the 45yocto build tree, you can add it to the build system by adding the
46location of the enea-bsp-x86 layer to bblayers.conf, along with any 46location of the nfv-access-bsp-x86 layer to bblayers.conf, along with
47other layers needed. e.g.: 47any other layers needed. e.g.:
48 48
49 49
50 BBLAYERS ?= " \ 50 BBLAYERS ?= " \
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