summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2015-10-28 13:30:10 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2015-10-28 13:30:10 +0100
commit38929ed6a4630d2b8f3efa00616800b4012ea0d7 (patch)
tree22bd8dca4994cd3d73f7f959f57f0bc7137d04cf /README
downloadmeta-nfv-access-common-38929ed6a4630d2b8f3efa00616800b4012ea0d7.tar.gz
Initial commit
result of splitting up meta-enea Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README64
1 files changed, 64 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6b0b326
--- /dev/null
+++ b/README
@@ -0,0 +1,64 @@
1meta-enea-base
2===================================================================
3
4This layer is intended to be a central point for defining distros,
5images, recipes, appends or other userspace customizations common
6to all Enea Linux releases.
7
8
9Dependencies
10============
11
12This layer depends on:
13
14 URI: git://git.openembedded.org/bitbake
15 branch: dizzy
16 revision: HEAD
17
18 URI: git://git.yoctoproject.org/poky
19 branch: dizzy
20 revision: HEAD
21
22
23Source code
24===========
25
26git://git.enea.com/linux/meta-enea-base.git
27
28
29Patches
30=======
31
32Please submit any patches against the enea-base layer to the
33linux-maintainers mailing list: linux-maintainers@enea.com
34
35Maintainers: Enea Linux Team <linux-maintainers@enea.com>
36
37
38Table
39=================
40
41 I. Adding the enea-base layer to your build
42 II. Misc
43
44
45I. Adding the enea-base layer to your build
46=================================================
47
48In order to use this layer, you need to make the build system aware of
49it.
50
51Assuming the enea-base layer exists at the top-level of your
52yocto build tree, you can add it to the build system by adding the
53location of the enea-base layer to bblayers.conf, along with any
54other layers needed. e.g.:
55
56
57 BBLAYERS ?= " \
58 /path/to/yocto/meta \
59 /path/to/yocto/meta-yocto \
60 /path/to/yocto/meta-enea-base \
61 "
62
63II. Misc
64========