summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-30 15:45:02 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-01 10:51:20 +0200
commit9528b94a291d648bb62f28826e2b946a229c8cb0 (patch)
treebadcab9e0ff1d1cad2ae1a74697ce1114bd610b8 /README
downloadmeta-el-nfv-access-9528b94a291d648bb62f28826e2b946a229c8cb0.tar.gz
Initial commit
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README71
1 files changed, 71 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..de54856
--- /dev/null
+++ b/README
@@ -0,0 +1,71 @@
1meta-el-nfv-access
2===================================================================
3
4This layer contains distro customizations specific to the Enea Linux
5NFV Access platform releases.
6
7Dependencies
8============
9
10This 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
26Source code
27===========
28
29git://git.enea.com/linux/meta-el-nfv-access.git
30
31
32Patches
33=======
34
35Please submit any patches against the el-nfv-access layer to the
36following mailing list: linux@lists.enea.com
37
38Maintainers:
39Adrian Dudau <adrian.dudau@enea.com>
40Martin Borg <martin.borg@enea.com>
41
42Table
43=================
44
45 I. Adding the el-nfv-access layer to your build
46 II. Misc
47
48
49I. Adding the el-nfv-access layer to your build
50=================================================
51
52In order to use this layer, you need to make the build system aware of
53it.
54
55Assuming the el-nfv-access layer exists at the top-level of your
56yocto build tree, you can add it to the build system by adding the
57location of the el-nfv-access layer to bblayers.conf, along with any
58other 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
70II. Misc
71========