summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README67
1 files changed, 67 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d8e59fb
--- /dev/null
+++ b/README
@@ -0,0 +1,67 @@
1meta-el-virtualization
2===================================================================
3
4This layer contains distro customizations specific to the Enea Linux
5Virtualization 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-virtualization
19 branch: master
20
21
22
23Source code
24===========
25
26git://git.enea.com/linux/meta-el-virtualization.git
27
28
29Patches
30=======
31
32Please submit any patches against the el-virtualization layer to the
33following mailing list: linux@lists.enea.com
34
35Maintainers:
36Adrian Dudau <adrian.dudau@enea.com>
37Martin Borg <martin.borg@enea.com>
38
39Table
40=================
41
42 I. Adding the el-virtualization layer to your build
43 II. Misc
44
45
46I. Adding the el-virtualization layer to your build
47=================================================
48
49In order to use this layer, you need to make the build system aware of
50it.
51
52Assuming the el-virtualization layer exists at the top-level of your
53yocto build tree, you can add it to the build system by adding the
54location of the el-virtualization layer to bblayers.conf, along with any
55other layers needed. e.g.:
56
57
58 BBLAYERS ?= " \
59 /path/to/yocto/meta \
60 /path/to/yocto/meta-poky \
61 /path/to/yocto/meta-el-common \
62 /path/to/yocto/meta-enea-virtualization \
63 /path/to/yocto/meta-el-virtualization \
64 "
65
66II. Misc
67========