blob: ba2ba5f508df4d6df0e5f2c97ec5b36fdcfb4598 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001meta-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: thud
16revision: HEAD
17
18
19Maintenance
20-----------
21
22Send patches / pull requests to openembedded-devel@lists.openembedded.org
23with '[meta-initramfs][thud]' 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][thud][PATCH'
27
28Thud maintainer: Armin Kuster <akuster808@gmail.com>
29
30
31License
32-------
33
34All metadata is MIT licensed unless otherwise stated. Source code included
35in tree for individual recipes is under the LICENSE stated in each recipe
36(.bb file) unless otherwise stated.