diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-initramfs/README | |
download | meta-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/README | 37 |
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 @@ | |||
1 | meta-initramfs | ||
2 | ============== | ||
3 | |||
4 | This layer contains the metadata necessary to build the klibc library and | ||
5 | utilities (shared and static) plus other tools useful for the creation of | ||
6 | small-sized initramfs. | ||
7 | |||
8 | |||
9 | Dependencies | ||
10 | ------------ | ||
11 | |||
12 | This layer depends on: | ||
13 | |||
14 | URI: git://github.com/openembedded/oe-core.git | ||
15 | branch: master | ||
16 | revision: HEAD | ||
17 | |||
18 | |||
19 | Maintenance | ||
20 | ----------- | ||
21 | |||
22 | Send patches / pull requests to openembedded-devel@lists.openembedded.org | ||
23 | with '[meta-initramfs]' in the subject. | ||
24 | |||
25 | When 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 | |||
28 | Layer maintainers: Andrea Adami <andrea.adami@gmail.com> | ||
29 | Paul Eggleton <paul.eggleton@linux.intel.com> | ||
30 | |||
31 | |||
32 | License | ||
33 | ------- | ||
34 | |||
35 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
36 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
37 | (.bb file) unless otherwise stated. | ||