summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 10 insertions, 10 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