summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-07-06 11:22:56 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-07-06 11:22:56 +0200
commit4f3f11e0b79d46a86634f6a9676333fead5e55bb (patch)
tree77124b68c140b0f1dab6080e0e05d4ab1c562a94 /README
downloadmeta-el-rt-4f3f11e0b79d46a86634f6a9676333fead5e55bb.tar.gz
Initialize layer
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README63
1 files changed, 63 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c5bfd7c
--- /dev/null
+++ b/README
@@ -0,0 +1,63 @@
1meta-el-rt
2===================================================================
3
4This layer contains distro customizations specific to the Enea Linux
5Realtime profile releases.
6
7Dependencies
8============
9
10This layer depends on:
11
12 URI: git://git.yoctoproject.org/poky
13 branch: sumo
14
15 URI: git://git.enea.com/linux/meta-el-common
16 branch: sumo
17
18
19Source code
20===========
21
22git://git.enea.com/linux/meta-el-rt.git
23
24
25Patches
26=======
27
28Please submit any patches against the el-standard layer to the
29following mailing list: linux@lists.enea.com
30
31Maintainers:
32Adrian Dudau <adrian.dudau@enea.com>
33Martin Borg <martin.borg@enea.com>
34
35
36Table
37=================
38
39 I. Adding the el-rt layer to your build
40 II. Misc
41
42
43I. Adding the el-rt layer to your build
44=================================================
45
46In order to use this layer, you need to make the build system aware of
47it.
48
49Assuming the el-rt layer exists at the top-level of your
50yocto build tree, you can add it to the build system by adding the
51location of the el-rt layer to bblayers.conf, along with any
52other layers needed. e.g.:
53
54
55 BBLAYERS ?= " \
56 /path/to/yocto/meta \
57 /path/to/yocto/meta-poky \
58 /path/to/yocto/meta-el-common \
59 /path/to/yocto/meta-el-rt \
60 "
61
62II. Misc
63========