diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-06-15 20:21:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-17 08:30:01 -0700 |
commit | c1f86dac48e9af79b153c2f101c36ad78a60cfdf (patch) | |
tree | 59ef18044e3a3529b579c5a600c4e85a3d206c11 /meta-initramfs/README.md | |
parent | 051c15a36d871ba6ae0252923c05f40e6fdefd91 (diff) | |
download | meta-openembedded-c1f86dac48e9af79b153c2f101c36ad78a60cfdf.tar.gz |
layers: Move READMEs to markdown format
The READMEs are often viewed from websites markdown format which is
much as readable as text and yet friendlier in browsers.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/README.md')
-rw-r--r-- | meta-initramfs/README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-initramfs/README.md b/meta-initramfs/README.md new file mode 100644 index 0000000000..119293a741 --- /dev/null +++ b/meta-initramfs/README.md | |||
@@ -0,0 +1,35 @@ | |||
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://git.openembedded.org/meta-openembedded | ||
15 | branch: master | ||
16 | |||
17 | |||
18 | Maintenance | ||
19 | ----------- | ||
20 | |||
21 | Send patches / pull requests to openembedded-devel@lists.openembedded.org | ||
22 | with '[meta-initramfs]' in the subject. | ||
23 | |||
24 | When sending single patches, please using something like: | ||
25 | git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-initramfs][PATCH' | ||
26 | |||
27 | Interm layer maintainer: Khem Raj <raj.khem@gmail.com> | ||
28 | |||
29 | |||
30 | License | ||
31 | ------- | ||
32 | |||
33 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
34 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
35 | (.bb file) unless otherwise stated. | ||