Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | meta-initramfs |
| 2 | ============== |
| 3 | |
| 4 | This layer contains the metadata necessary to build the klibc library and |
| 5 | utilities (shared and static) plus other tools useful for the creation of |
| 6 | small-sized initramfs. |
| 7 | |
| 8 | |
| 9 | Dependencies |
| 10 | ------------ |
| 11 | |
| 12 | This layer depends on: |
| 13 | |
| 14 | URI: git://github.com/openembedded/oe-core.git |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 15 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 16 | revision: HEAD |
| 17 | |
| 18 | |
| 19 | Maintenance |
| 20 | ----------- |
| 21 | |
| 22 | Send patches / pull requests to openembedded-devel@lists.openembedded.org |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 23 | with '[meta-initramfs]' in the subject. |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 24 | |
| 25 | When sending single patches, please using something like: |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 26 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][PATCH' |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 27 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 28 | Interm layer maintainer: Khem Raj <raj.khem@gmail.com> |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 29 | |
| 30 | |
| 31 | License |
| 32 | ------- |
| 33 | |
| 34 | All metadata is MIT licensed unless otherwise stated. Source code included |
| 35 | in tree for individual recipes is under the LICENSE stated in each recipe |
| 36 | (.bb file) unless otherwise stated. |