@@ -35,16 +35,16 @@
},
"path": "meta-arago"
},
- "meta-qt5": {
+ "meta-qt6": {
"git-remote": {
"remotes": {
"origin": {
- "uri": "https://github.com/meta-qt5/meta-qt5.git"
+ "uri": "https://code.qt.io/yocto/meta-qt6.git"
}
},
- "rev": "master"
+ "rev": "dev"
},
- "path": "meta-qt5"
+ "path": "meta-qt6"
},
"meta-virtualization": {
"git-remote": {
@@ -12,7 +12,7 @@ BBLAYERS ?= " \
##OEROOT##/../meta-arago/meta-arago-distro
##OEROOT##/../meta-arago/meta-arago-extras
##OEROOT##/../meta-arago/meta-arago-test
- ##OEROOT##/../meta-qt5
+ ##OEROOT##/../meta-qt6
##OEROOT##/../meta-virtualization
##OEROOT##/../meta-openembedded/meta-networking
##OEROOT##/../meta-openembedded/meta-python
@@ -15,9 +15,9 @@ repos:
meta-arago-extras:
meta-arago-test:
- meta-qt5:
- url: "https://github.com/meta-qt5/meta-qt5.git"
- branch: "master"
+ meta-qt6:
+ url: "https://code.qt.io/yocto/meta-qt6.git"
+ branch: "dev"
meta-virtualization:
url: "https://git.yoctoproject.org/meta-virtualization"
@@ -24,7 +24,7 @@
<repo name='meta-selinux' url='https://git.yoctoproject.org/meta-selinux' branch='master' commit='HEAD' disabled='true'>
<layers/>
</repo>
- <repo name='meta-qt5' url='https://github.com/meta-qt5/meta-qt5.git' branch='master' commit='HEAD'>
+ <repo name='meta-qt6' url='https://code.qt.io/yocto/meta-qt6.git' branch='dev' commit='HEAD'>
<layers/>
</repo>
<repo name='meta-virtualization' url='https://git.yoctoproject.org/meta-virtualization' branch='master' commit='HEAD'>