diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-04 14:39:19 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-04 14:39:19 +0200 |
commit | baf9aa98c8024f9da1ddb926ad99a01d5629341f (patch) | |
tree | 99745d646fcc358980369319bb22b41744889ed8 | |
parent | d0d7d030f7a408bd6bf1ce90462d20eacf127c0a (diff) |
Pull down meta-qt6 layer
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>
-rw-r--r-- | default.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.xml b/default.xml index f0da8c28..1d2488b8 100644 --- a/default.xml +++ b/default.xml @@ -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"/> |