summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/README
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-initramfs/README
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-initramfs/README')
-rw-r--r--meta-initramfs/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-initramfs/README b/meta-initramfs/README
new file mode 100644
index 0000000000..e24acf993c
--- /dev/null
+++ b/meta-initramfs/README
@@ -0,0 +1,37 @@
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: master
16revision: HEAD
17
18
19Maintenance
20-----------
21
22Send patches / pull requests to openembedded-devel@lists.openembedded.org
23with '[meta-initramfs]' 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][PATCH'
27
28Layer maintainers: Andrea Adami <andrea.adami@gmail.com>
29 Paul Eggleton <paul.eggleton@linux.intel.com>
30
31
32License
33-------
34
35All metadata is MIT licensed unless otherwise stated. Source code included
36in tree for individual recipes is under the LICENSE stated in each recipe
37(.bb file) unless otherwise stated.