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..8968741
--- /dev/null
+++ b/README
@@ -0,0 +1,63 @@
1meta-enea-base-ppc
2===================================================================
3
4This layer contains distro customizations specific to the Enea Linux
5PowerPC releases.
6
7Dependencies
8============
9
10This layer depends on:
11
12 URI: git://git.yoctoproject.org/poky
13 branch: dizzy
14 revision: HEAD
15
16 URI: git://git.enea.com/linux/meta-enea
17 branch: dizzy
18 revision: HEAD
19
20
21Source code
22===========
23
24git://git.enea.com/linux/meta-enea-base-ppc.git
25
26
27Patches
28=======
29
30Please submit any patches against the enea-base-ppc layer to the
31linux-maintainers mailing list: linux-maintainers@enea.com
32
33Maintainers: Enea Linux Team <linux-maintainers@enea.com>
34
35
36Table
37=================
38
39 I. Adding the enea-base-ppc layer to your build
40 II. Misc
41
42
43I. Adding the enea-base-ppc layer to your build
44=================================================
45
46In order to use this layer, you need to make the build system aware of
47it.
48
49Assuming the enea-base-ppc layer exists at the top-level of your
50yocto build tree, you can add it to the build system by adding the
51location of the enea-base-ppc layer to bblayers.conf, along with any
52other layers needed. e.g.:
53
54
55 BBLAYERS ?= " \
56 /path/to/yocto/meta \
57 /path/to/yocto/meta-yocto \
58 /path/to/yocto/meta-enea \
59 /path/to/yocto/meta-enea-base-ppc \
60 "
61
62II. Misc
63========