blob: 9c05e1fdb796d24e07e05bf656c0de362336558d [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 Bishop6e60e8b2018-02-01 10:27:11 -050015branch: pyro
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 Bishop6e60e8b2018-02-01 10:27:11 -050023with '[meta-initramfs][pyro]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024
25When sending single patches, please using something like:
Brad Bishop6e60e8b2018-02-01 10:27:11 -050026'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][pyro][PATCH'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027
Brad Bishop6e60e8b2018-02-01 10:27:11 -050028pyro 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.