aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/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-python/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-python/README.md')
-rw-r--r--meta-python/README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-python/README.md b/meta-python/README.md
new file mode 100644
index 0000000000..36c193957c
--- /dev/null
+++ b/meta-python/README.md
@@ -0,0 +1,41 @@
+meta-python
+================================
+
+Introduction
+-------------------------
+
+This layer is intended to be the home of python modules for OpenEmbedded.
+
+Dependencies
+-------------------------
+
+The meta-python layer depends on:
+
+ URI: git://git.openembedded.org/openembedded-core
+ layers: meta
+ branch: master
+
+ URI: git://git.openembedded.org/meta-openembedded
+ layers: meta-oe
+ branch: master
+
+Contributing
+-------------------------
+
+The meta-openembedded mailinglist
+(openembedded-devel@lists.openembedded.org) is used for questions,
+comments and patch review. It is subscriber only, so please register
+before posting.
+
+Send pull requests to openembedded-devel@lists.openembedded.org with
+'[meta-python]' 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-python][PATCH'
+
+Maintenance
+-------------------------
+
+Layer maintainers:
+ Tim "moto-timo" Orling <TicoTimo@gmail.com>
+ Derek Straka <derek@asterius.io>