From c1f86dac48e9af79b153c2f101c36ad78a60cfdf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Jun 2023 20:21:57 -0700 Subject: 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 --- meta-multimedia/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-multimedia/README.md (limited to 'meta-multimedia/README.md') diff --git a/meta-multimedia/README.md b/meta-multimedia/README.md new file mode 100644 index 0000000000..235c34331b --- /dev/null +++ b/meta-multimedia/README.md @@ -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 ' 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 -- cgit v1.2.3-54-g00ecf