aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-11-17 15:32:16 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2020-11-25 08:50:04 +0200
commitb1adc3fa3a86a1aeca27727fa8caef8b9c69637e (patch)
tree0cfec95869d30070a9322229ce5277c472a3e5fa
parent03489c6d85684c3f44954452baf4d4a9f81f0dd4 (diff)
Update readmev6.0.0-rc
Add note about supported yocto branches using markdown syntax, rename the file to match. Change-Id: Ic7e4a8d8a910ab75f1c43b05132ee22805b763ef Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
-rw-r--r--README22
-rw-r--r--README.md41
2 files changed, 41 insertions, 22 deletions
diff --git a/README b/README
deleted file mode 100644
index 65a40ad..0000000
--- a/README
+++ /dev/null
@@ -1,22 +0,0 @@
-Qt6 OpenEmbedded/Yocto Project layer
-====================================
-
-This layer depends on:
-
-URI: https://github.com/openembedded/openembedded-core (branch: master)
-
-Contributing
-------------
-
-To contribute to this layer you should submit the patches for review using
-Qt Gerrit (https://codereview.qt-project.org).
-
-More information about Qt Gerrit and how to use it:
-https://wiki.qt.io/Gerrit_Introduction
-https://wiki.qt.io/Setting_up_Gerrit
-
-Layer maintainers
------------------
-
-Samuli Piippo <samuli.piippo@qt.io>
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2e06c90
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+Qt6 OpenEmbedded/Yocto Project layer
+====================================
+
+This layer depends on:
+
+URI: https://github.com/openembedded/openembedded-core
+
+and optionally:
+
+URI: https://github.com/openembedded/meta-openembedded
+
+Yocto version support
+---------------------
+
+The branching of meta-qt6 layer follows Qt branching scheme, that is
+`dev` for the development branch, and `6.x` for each minor release.
+
+Following table shows the Yocto branches which are used to test each
+Qt version.
+
+| Yocto \ Qt | dev | 6.0 |
+| ---------- |:---:|:---:|
+| master | x | x |
+| gatesgarth | x | x |
+| dunfell | x | x |
+
+Contributing
+------------
+
+To contribute to this layer you should submit the patches for review using
+[Qt Gerrit](https://codereview.qt-project.org).
+
+More information about Qt Gerrit and how to use it:
+ - https://wiki.qt.io/Gerrit_Introduction
+ - https://wiki.qt.io/Setting_up_Gerrit
+
+Layer maintainers
+-----------------
+
+ - Samuli Piippo <samuli.piippo@qt.io>
+