summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-15 20:21:57 -0700
committerKhem Raj <raj.khem@gmail.com>2023-06-17 08:30:01 -0700
commitc1f86dac48e9af79b153c2f101c36ad78a60cfdf (patch)
tree59ef18044e3a3529b579c5a600c4e85a3d206c11 /meta-initramfs/README.md
parent051c15a36d871ba6ae0252923c05f40e6fdefd91 (diff)
downloadmeta-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.md35
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 @@
1meta-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://git.openembedded.org/meta-openembedded
15branch: master
16
17
18Maintenance
19-----------
20
21Send patches / pull requests to openembedded-devel@lists.openembedded.org
22with '[meta-initramfs]' in the subject.
23
24When sending single patches, please using something like:
25git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-initramfs][PATCH'
26
27Interm layer maintainer: Khem Raj <raj.khem@gmail.com>
28
29
30License
31-------
32
33All metadata is MIT licensed unless otherwise stated. Source code included
34in tree for individual recipes is under the LICENSE stated in each recipe
35(.bb file) unless otherwise stated.