diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 71 |
1 files changed, 71 insertions, 0 deletions
@@ -0,0 +1,71 @@ | |||
1 | meta-el-nfv-access | ||
2 | =================================================================== | ||
3 | |||
4 | This layer contains distro customizations specific to the Enea Linux | ||
5 | NFV Access platform releases. | ||
6 | |||
7 | Dependencies | ||
8 | ============ | ||
9 | |||
10 | This layer depends on: | ||
11 | |||
12 | URI: git://git.yoctoproject.org/poky | ||
13 | branch: pyro | ||
14 | |||
15 | URI: git://git.enea.com/linux/meta-el-common | ||
16 | branch: pyro | ||
17 | |||
18 | URI: git://git.enea.com/linux/meta-enea-virtualization | ||
19 | branch: pyro | ||
20 | |||
21 | URI: git://git.enea.com/linux/meta-cloud-services/meta-openstack | ||
22 | branch: pyro | ||
23 | |||
24 | |||
25 | |||
26 | Source code | ||
27 | =========== | ||
28 | |||
29 | git://git.enea.com/linux/meta-el-nfv-access.git | ||
30 | |||
31 | |||
32 | Patches | ||
33 | ======= | ||
34 | |||
35 | Please submit any patches against the el-nfv-access layer to the | ||
36 | following mailing list: linux@lists.enea.com | ||
37 | |||
38 | Maintainers: | ||
39 | Adrian Dudau <adrian.dudau@enea.com> | ||
40 | Martin Borg <martin.borg@enea.com> | ||
41 | |||
42 | Table | ||
43 | ================= | ||
44 | |||
45 | I. Adding the el-nfv-access layer to your build | ||
46 | II. Misc | ||
47 | |||
48 | |||
49 | I. Adding the el-nfv-access layer to your build | ||
50 | ================================================= | ||
51 | |||
52 | In order to use this layer, you need to make the build system aware of | ||
53 | it. | ||
54 | |||
55 | Assuming the el-nfv-access layer exists at the top-level of your | ||
56 | yocto build tree, you can add it to the build system by adding the | ||
57 | location of the el-nfv-access layer to bblayers.conf, along with any | ||
58 | other layers needed. e.g.: | ||
59 | |||
60 | |||
61 | BBLAYERS ?= " \ | ||
62 | /path/to/yocto/meta \ | ||
63 | /path/to/yocto/meta-poky \ | ||
64 | /path/to/yocto/meta-el-common \ | ||
65 | /path/to/yocto/meta-enea-virtualization \ | ||
66 | /path/to/yocto/meta-cloud-services/meta-openstack \ | ||
67 | /path/to/yocto/meta-el-nfv-access \ | ||
68 | " | ||
69 | |||
70 | II. Misc | ||
71 | ======== | ||