blob: b7dbfef2dc152a215f13f5f45e567a727d8cd741 [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 Bishopd7bf8c12018-02-25 22:55:05 -050015branch: rocko
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 Bishopd7bf8c12018-02-25 22:55:05 -050023with '[meta-initramfs][rocko]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024
25When sending single patches, please using something like:
Brad Bishopd7bf8c12018-02-25 22:55:05 -050026'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][rocko][PATCH'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027
Brad Bishopd7bf8c12018-02-25 22:55:05 -050028rocko Branch Maintainer:
Patrick Williamsb48b7b42016-08-17 15:04:38 -050029Armin Kuster <akuster808@gmail.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.