blob: 906a85983a7768ddc7943ce76c2fbf6e64640670 [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
Patrick Williamsddad1a12017-02-23 20:36:32 -060015branch: morty
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016revision: HEAD
17
18
19Maintenance
20-----------
21
22Send patches / pull requests to openembedded-devel@lists.openembedded.org
Patrick Williamsddad1a12017-02-23 20:36:32 -060023with '[meta-initramfs]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024
25When sending single patches, please using something like:
Patrick Williamsddad1a12017-02-23 20:36:32 -060026'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][morty][PATCH'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027
Patrick Williamsddad1a12017-02-23 20:36:32 -060028morty branch maintainer(s):
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.