summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/README')
-rw-r--r--meta-initramfs/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-initramfs/README b/meta-initramfs/README
new file mode 100644
index 000000000..e5d27d788
--- /dev/null
+++ b/meta-initramfs/README
@@ -0,0 +1,43 @@
1meta-initramfs
2==============
3
4This layer contains the metadata necessary to build the klibc library and
5utilities (shared and static) plus other tools useful for the creation of
6small-sized initramfs.
7
8
9Dependencies
10------------
11
12This layer depends on:
13
14URI: git://github.com/openembedded/oe-core.git
15branch: dizzy
16revision: HEAD
17
18
19Maintenance
20-----------
21
22Send patches / pull requests to openembedded-devel@lists.openembedded.org
23with '[meta-initramfs][dizzy]' in the subject.
24
25When sending single patches, please using something like:
26'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][dizzy][PATCH'
27
28Layer maintainers: Andrea Adami <andrea.adami@gmail.com>
29 Paul Eggleton <paul.eggleton@linux.intel.com>
30
31
32Dizzy branch maintainers:
33 Otavio Salvador <otavio@ossystems.com.br>
34 Armin Kuster <akuster808@gmail.com>
35
36Prefix email subject with: [dizzy]
37
38License
39-------
40
41All metadata is MIT licensed unless otherwise stated. Source code included
42in tree for individual recipes is under the LICENSE stated in each recipe
43(.bb file) unless otherwise stated.