Pull down meta-qt6 layer 71/29971/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 4 Jun 2024 12:39:19 +0000 (14:39 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 4 Jun 2024 12:39:19 +0000 (14:39 +0200)
Add meta-qt6 from lts-6.5 branch to stack.
This allows porting the QT apps and the demo control panel.

Bug-AGL: SPEC-5163
Change-Id: I7143bfa84c4e82877eb8764d9fcaf5b45d7307b9
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
default.xml

index f0da8c2..1d2488b 100644 (file)
@@ -10,6 +10,7 @@
   <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
   <remote name="github" fetch="https://github.com/" />
   <remote name="openembedded" fetch="https://git.openembedded.org/" />
+  <remote name="qtio" fetch="https://code.qt.io/" />
 
   <!-- defaults -->
   <default remote="agl" sync-j="4" revision="master"/>
@@ -40,6 +41,7 @@
 
   <!-- Qt things -->
   <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="d8eeef0bfd84672c7919cd346f25f7c9a98ddaea" upstream="scarthgap"/>
+  <project name="yocto/meta-qt6" path="external/meta-qt6" remote="qtio" revision="698d9ad0f0ec6c7a69fed3b5776cf5ab4d35ef11" upstream="lts-6.5"/>
 
   <!-- Security layer -->
   <project name="meta-security" path="external/meta-security" remote="yocto" revision="11ea91192d43d7c2b0b95a93aa63ca7e73e38034" upstream="scarthgap"/>