summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README66
1 files changed, 66 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..05b77d3
--- /dev/null
+++ b/README
@@ -0,0 +1,66 @@
1meta-el-networking
2===================================================================
3
4This layer contains distro customizations specific to the Enea Linux
5Networking profile releases.
6
7Dependencies
8============
9
10This layer depends on:
11
12 URI: git://git.yoctoproject.org/poky
13 branch: master
14
15 URI: git://git.enea.com/linux/meta-el-common
16 branch: master
17
18 URI: git://git.enea.com/linux/meta-enea-networking
19 branch: master
20
21
22
23Source code
24===========
25
26git://git.enea.com/linux/meta-el-networking.git
27
28
29Patches
30=======
31
32Please submit any patches against the el-networking 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 el-networking layer to your build
42 II. Misc
43
44
45I. Adding the el-networking 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 el-networking 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 el-networking 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-poky \
60 /path/to/yocto/meta-el-common \
61 /path/to/yocto/meta-enea-networking \
62 /path/to/yocto/meta-el-networking \
63 "
64
65II. Misc
66========