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>
This commit is contained in:
Khem Raj
2023-06-15 20:21:57 -07:00
parent 051c15a36d
commit c1f86dac48
11 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: master
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject
When sending single patches, please use something like:
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-multimedia][PATCH'
You are encouraged to fork the mirror on github https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like GitLab, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
Layer maintainer: Andreas Müller <schnitzeltony@gmail.com>