blob: 079bf7e01c978e582d6942bca3067416c9ab1345 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001meta-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
Brad Bishopf6355e42020-12-08 14:30:50 -050015branch: gatesgarth
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016revision: HEAD
17
18
19Maintenance
20-----------
21
22Send patches / pull requests to openembedded-devel@lists.openembedded.org
Brad Bishopf6355e42020-12-08 14:30:50 -050023with '[meta-initramfs][gatesgarth]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024
25When sending single patches, please using something like:
Brad Bishopf6355e42020-12-08 14:30:50 -050026'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][gatesgarth][PATCH'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027
Brad Bishopf6355e42020-12-08 14:30:50 -050028gatesgarth maintainer: Armin Kuster <akuster808@gmail.com>
Patrick Williamsb48b7b42016-08-17 15:04:38 -050029
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.