summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-03-30 16:45:16 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2016-03-30 16:46:02 +0200
commitb9ca1a2a5f1dd0a19d9acef95621e5ae902a8b4f (patch)
tree49bae198a746ad08c1ce3a562c89fc0e80788d74 /README
downloadmeta-enea-networking-b9ca1a2a5f1dd0a19d9acef95621e5ae902a8b4f.tar.gz
initial commit
Create layer Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README62
1 files changed, 62 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1ed1782
--- /dev/null
+++ b/README
@@ -0,0 +1,62 @@
1meta-enea-networking
2===================================================================
3
4This layer is contains Enea customizations for the Networking profile.
5
6Dependencies
7============
8
9This layer depends on:
10
11 URI: git://git.enea.com/linux/meta-enea-base
12 branch: master
13 revision: HEAD
14
15 URI: git://git.yoctoproject.org/meta-fsl-ppc
16 branch: master
17 revision: HEAD
18
19Source code
20===========
21
22git://git.enea.com/linux/meta-enea-networking.git
23
24
25Patches
26=======
27
28Please submit any patches against the enea-networking layer to the
29linux-maintainers mailing list: linux-maintainers@enea.com
30
31Maintainers: Enea Linux Team <linux-maintainers@enea.com>
32
33
34Table
35=================
36
37 I. Adding the enea-networking layer to your build
38 II. Misc
39
40
41I. Adding the enea-networking layer to your build
42=================================================
43
44In order to use this layer, you need to make the build system aware of
45it.
46
47Assuming the enea-networking layer exists at the top-level of your
48yocto build tree, you can add it to the build system by adding the
49location of the enea-networking layer to bblayers.conf, along with any
50other layers needed. e.g.:
51
52
53 BBLAYERS ?= " \
54 /path/to/yocto/meta \
55 /path/to/yocto/meta-poky \
56 /path/to/yocto/meta-enea-base \
57 /path/to/yocto/meta-fsl-ppc \
58 /path/to/yocto/meta-enea-networking \
59 "
60
61II. Misc
62========