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