Migrate meta-qt5 to 5.8 branch provided by qt.io
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 13 Feb 2017 21:30:03 +0000 (22:30 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 13 Feb 2017 21:30:03 +0000 (22:30 +0100)
This changeset changes the upstream and the branch of meta-qt5 to
branch 5.8 and upstream to qt.io .
This was decided during the AMM F2F meeting in Tokyo last week.

Change-Id: Ia4289c4f920f10e12aa32076981528a521afadbb
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
default.xml

index 43ba16e..7dffd23 100644 (file)
           fetch="git://git.openembedded.org/" />
 
   <!-- meta-rust --> <!-- freescale bsp -->
-  <!-- meta-qt5  -->
   <remote name="github" fetch="https://github.com/" />
 
+  <!-- meta-qt5  -->
+  <remote name="qt.io" fetch="git://code.qt.io/" />
+
   <!-- 01.org (Intel) -->
   <remote name="01org" fetch="https://github.com/01org/" />
 
@@ -28,7 +30,7 @@
   <!-- AGL things. -->
   <project name="AGL/meta-agl" path="meta-agl" />
   <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
-  <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+  <project name="AGL/meta-agl-demo" path="meta-agl-demo" revision="sandbox/jsmoeller/meta-qt5-58" />
   <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
 
   <!-- Yocto/OpenEmbedded things. -->
   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="morty" />
 
   <!-- Qt things --> <!-- meta-qt5 has qt5.7.x in branch morty -->
-  <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="morty" />
+  <!-- <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="morty" /> -->
+  <!-- switch from opensource project meta-qt5 to vendor-maintained repo -->
+  <!-- QT uses vendor branch 5.8 -->
+  <project name="yocto/meta-qt5" path="meta-qt5" remote="qt.io" revision="5.8" />
 
   <!-- Porter specific things. -->
   <project name="AGL/meta-renesas" path="meta-renesas" />