diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2016-04-18 15:46:58 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2016-04-18 15:46:58 +0200 |
commit | df183762f7f4009488f899ce57c4aafabf5bb1f1 (patch) | |
tree | aa6d1929a132acbd44b6042fbdc5cf43cc1e9e30 /README | |
download | meta-el-networking-df183762f7f4009488f899ce57c4aafabf5bb1f1.tar.gz |
Initialize layer
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -0,0 +1,66 @@ | |||
1 | meta-el-networking | ||
2 | =================================================================== | ||
3 | |||
4 | This layer contains distro customizations specific to the Enea Linux | ||
5 | Networking profile releases. | ||
6 | |||
7 | Dependencies | ||
8 | ============ | ||
9 | |||
10 | This 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 | |||
23 | Source code | ||
24 | =========== | ||
25 | |||
26 | git://git.enea.com/linux/meta-el-networking.git | ||
27 | |||
28 | |||
29 | Patches | ||
30 | ======= | ||
31 | |||
32 | Please submit any patches against the el-networking layer to the | ||
33 | linux-maintainers mailing list: linux-maintainers@enea.com | ||
34 | |||
35 | Maintainers: Enea Linux Team <linux-maintainers@enea.com> | ||
36 | |||
37 | |||
38 | Table | ||
39 | ================= | ||
40 | |||
41 | I. Adding the el-networking layer to your build | ||
42 | II. Misc | ||
43 | |||
44 | |||
45 | I. Adding the el-networking layer to your build | ||
46 | ================================================= | ||
47 | |||
48 | In order to use this layer, you need to make the build system aware of | ||
49 | it. | ||
50 | |||
51 | Assuming the el-networking layer exists at the top-level of your | ||
52 | yocto build tree, you can add it to the build system by adding the | ||
53 | location of the el-networking layer to bblayers.conf, along with any | ||
54 | other 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 | |||
65 | II. Misc | ||
66 | ======== | ||