aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README23
-rw-r--r--README.md40
2 files changed, 40 insertions, 23 deletions
diff --git a/README b/README
deleted file mode 100644
index 8f34423..0000000
--- a/README
+++ /dev/null
@@ -1,23 +0,0 @@
-The OpenEmbedded layer for Qualcomm based platforms
-
-This layer depends on:
-
-URI: git://github.com/openembedded/oe-core.git
-layers: meta
-branch: master
-revision: HEAD
-
-If you want to contribute changes, please send patches or pull requests to
-linaro-dev@lists.linaro.org.
-
-When creating patches, please use something like:
-
- git format-patch -s --subject-prefix='meta-qualcomm][PATCH' origin
-
-When sending patches, please use something like:
-
- git send-email --to linaro-dev@lists.linaro.org <generated patch>
-
-You can discuss about this layer, on #linaro on FreeNode IRC network.
-
-Main layer maintainers: Nicolas Dechesne <nicolas.dechesne@linaro.org>
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..94b8870
--- /dev/null
+++ b/README.md
@@ -0,0 +1,40 @@
+# meta-qualcomm
+
+## Introduction
+
+OpenEmbedded/Yocto Project layer for Qualcomm based platforms.
+
+This layer depends on:
+
+```
+URI: git://github.com/openembedded/oe-core.git
+layers: meta
+branch: master
+revision: HEAD
+```
+
+## Contributing
+
+If you want to contribute changes, you can send Github pull requests at
+https://github.com/ndechesne/meta-qualcomm/pulls.
+
+Alternatively you can send patches to linaro-dev@lists.linaro.org, in which
+case, please:
+
+* When creating patches, please use something like:
+
+`git format-patch -s --subject-prefix='meta-qualcomm][PATCH' origin`
+
+* When sending patches, please use something like:
+
+`git send-email --to linaro-dev@lists.linaro.org <generated patch>`
+
+You can discuss about this layer, on `#linaro` on FreeNode IRC network.
+
+## Reporting issues
+
+Please report any issue on https://github.com/ndechesne/meta-qualcomm/issues
+
+## Maintainer(s)
+
+Nicolas Dechesne <nicolas.dechesne@linaro.org>