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