summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-02-03 13:08:39 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-02-05 12:35:48 +0100
commit45d2e484f1262f1d5f5e3602f1e0fa5f6f88abf9 (patch)
tree84b2862e5d11ed3fdb4603a46056cc9c8849e5e3 /README
downloadmeta-enea-bsp-common-45d2e484f1262f1d5f5e3602f1e0fa5f6f88abf9.tar.gz
intialize layer
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README56
1 files changed, 56 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..109c17a
--- /dev/null
+++ b/README
@@ -0,0 +1,56 @@
1meta-enea-bsp-base
2===================================================================
3
4This layer is contains Enea BSP customizations common to all architecures
5supported by Enea Linux.
6
7Dependencies
8============
9
10This layer depends on:
11
12 URI: git://git.yoctoproject.org/poky
13 branch: master
14 revision: HEAD
15
16
17Source code
18===========
19
20git://git.enea.com/linux/meta-enea-bsp-base.git
21
22
23Patches
24=======
25
26Please submit any patches against the enea-bsp-ppc layer to the
27linux-maintainers mailing list: linux-maintainers@enea.com
28
29Maintainers: Enea Linux Team <linux-maintainers@enea.com>
30
31
32Table
33=================
34
35 I. Adding the enea-bsp-base layer to your build
36 II. Misc
37
38
39I. Adding the enea-bsp-base 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-base 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-base layer to bblayers.conf, along with any
48other layers needed. e.g.:
49
50
51 BBLAYERS ?= " \
52 /path/to/yocto/meta \
53 "
54
55II. Misc
56========