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..a405970
--- /dev/null
+++ b/README
@@ -0,0 +1,67 @@
1meta-el-accelerated
2===================================================================
3
4This layer contains distro customizations specific to the Enea Linux
5Accelerated) 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 URI: git://git.enea.com/amp/meta-amp
19 branch: sumo
20
21
22Source code
23===========
24
25git://git.enea.com/linux/meta-el-accelerated.git
26
27
28Patches
29=======
30
31Please submit any patches against the el-accelerated layer to the
32following mailing list: linux@lists.enea.com
33
34Maintainers:
35Adrian Mangeac <adrian.mangeac@enea.com>
36Dan Andresan <dan.andresan@enea.com>
37
38
39Table
40=================
41
42 I. Adding the el-accelerated layer to your build
43 II. Misc
44
45
46I. Adding the el-accelerated 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-accelerated 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-accelerated 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-amp \
62 /path/to/yocto/meta-el-common \
63 /path/to/yocto/meta-el-accelerated\
64 "
65
66II. Misc
67========