summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README73
1 files changed, 73 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5729112
--- /dev/null
+++ b/README
@@ -0,0 +1,73 @@
1meta-enea-bsp-arm
2===================================================================
3
4This layer is contains Enea BSP customizations for ARM architecures.
5
6Dependencies
7============
8
9This layer depends on:
10
11 URI: git://git.enea.com/linux/meta-enea-base
12 branch: dizzy
13 revision: HEAD
14
15 URI: git://git.yoctoproject.org/meta-ti
16 branch: dizzy
17 revision: HEAD
18
19 URI: git://git.yoctoproject.org/meta-xilinx
20 branch: dizzy
21 revision: HEAD
22
23 URI: git://git.yoctoproject.org/meta-fsl-arm-extra
24 branch: dizzy
25 revision: HEAD
26
27
28Source code
29===========
30
31git://git.enea.com/linux/meta-enea-bsp-arm.git
32
33
34Patches
35=======
36
37Please submit any patches against the enea-bsp-arm layer to the
38linux-maintainers mailing list: linux-maintainers@enea.com
39
40Maintainers: Enea Linux Team <linux-maintainers@enea.com>
41
42
43Table
44=================
45
46 I. Adding the enea-bsp-arm layer to your build
47 II. Misc
48
49
50I. Adding the enea-bsp-arm layer to your build
51=================================================
52
53In order to use this layer, you need to make the build system aware of
54it.
55
56Assuming the enea-bsp-arm layer exists at the top-level of your
57yocto build tree, you can add it to the build system by adding the
58location of the enea-bsp-arm layer to bblayers.conf, along with any
59other layers needed. e.g.:
60
61
62 BBLAYERS ?= " \
63 /path/to/yocto/meta \
64 /path/to/yocto/meta-yocto \
65 /path/to/yocto/meta-enea-base \
66 /path/to/yocto/meta-ti \
67 /path/to/yocto/meta-xilinx \
68 /path/to/yocto/meta-fsl-arm-extra \
69 /path/to/yocto/meta-enea-bsp-arm \
70 "
71
72II. Misc
73========