blob: 6d927fffa103508b6aef0ab566bd085b661b9350 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001meta-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: dunfell
16revision: HEAD
17
18
19Maintenance
20-----------
21
22Send patches / pull requests to openembedded-devel@lists.openembedded.org
23with '[meta-initramfs][dunfell]' 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][dunfell][PATCH'
27
28dunfell 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.