From 20899e5a8b2384425a1d38e49451a99007ee11b8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 30 Jul 2021 08:28:57 -0700 Subject: [PATCH] files-contrib/webos-*-hardknott.mcf: Update layer pins for 2021-07-30 bitbake as of 2021-07-30 14:35:45 +0100 9b2d96b2 data_smart: Allow colon in variable expansion regex f8d1bc20 data_smart/parse: Allow ':' characters in variable/function names meta-oe as of 2021-07-30 16:20:20 -0700 5a4b2ab29d python3-urllib3: Upgrade 1.26.4 -> 1.26.5 88813d34dd python3-pillow: fix CVE-2021-34552 76a6070e68 hiawatha: fix url. 2e15d7eb66 vboxguestdrivers: add a fix for build failure with kernel 5.13 97a5a4b40c vboxguestdrivers: upgrade 6.1.20 -> 6.1.22 703daeb65f vboxguestdrivers: upgrade 6.1.18 -> 6.1.20 d5c56d100d mariadb: fix failures to start install_db.service 13a011b450 mariadb: Upgrade to 10.5.11 48a84cb8a1 mariadb: Use qemu to run cross-compiled binaries a6ec992b3f mariadb: Fix build with clang/musl 9aad47d679 mariadb: Include missing sys/type.h for ssize_t 5a9c8a31b7 mariadb: Upgrade to 10.5.10 7628af5739 mariadb: Fix configure ffb3fbb6fe redis: fix CVE-2021-29478 5865a76847 redis: fix CVE-2021-29477 98e00710b7 python3-django: upgrade 3.2.4 -> 3.2.5 (fix CVE-2021-35042) meta-virtualization as of 2021-08-01 23:48:10 -0400 679a22e k8s: update to v1.20.9 32a6cb2 kubernetes: fix CVE-2021-20206 --- files-contrib/webos-dashing-hardknott.mcf | 8 ++++---- files-contrib/webos-eloquent-hardknott.mcf | 8 ++++---- files-contrib/webos-foxy-hardknott.mcf | 8 ++++---- files-contrib/webos-galactic-hardknott.mcf | 8 ++++---- files-contrib/webos-melodic-hardknott.mcf | 8 ++++---- files-contrib/webos-noetic-hardknott.mcf | 8 ++++---- files-contrib/webos-rolling-hardknott.mcf | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/files-contrib/webos-dashing-hardknott.mcf b/files-contrib/webos-dashing-hardknott.mcf index 24330d0d3b8..958dbaf6ef3 100644 --- a/files-contrib/webos-dashing-hardknott.mcf +++ b/files-contrib/webos-dashing-hardknott.mcf @@ -28,7 +28,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '78f3e52') MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git') MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', OE_Branch) -MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') +MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-30') # Layers = [ # (layer-name: str, priority: int, URL: str, fetch: dict, options: dict), @@ -37,18 +37,18 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') # Note that the github.com/openembedded repositories are read-only mirrors of # the authoritative repositories on git.openembedded.org . Layers = [ -('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '731fb52e'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '9b2d96b2'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e458c15627'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '6a7ba8f7f2'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '5a4b2ab29d'}, {}), ('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b5a4467'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '679a22e'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files-contrib/webos-eloquent-hardknott.mcf b/files-contrib/webos-eloquent-hardknott.mcf index e6ae31322d0..efe86b32c9d 100644 --- a/files-contrib/webos-eloquent-hardknott.mcf +++ b/files-contrib/webos-eloquent-hardknott.mcf @@ -28,7 +28,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '78f3e52') MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git') MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', OE_Branch) -MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') +MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-30') # Layers = [ # (layer-name: str, priority: int, URL: str, fetch: dict, options: dict), @@ -37,18 +37,18 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') # Note that the github.com/openembedded repositories are read-only mirrors of # the authoritative repositories on git.openembedded.org . Layers = [ -('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '731fb52e'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '9b2d96b2'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e458c15627'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '6a7ba8f7f2'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '5a4b2ab29d'}, {}), ('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b5a4467'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '679a22e'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files-contrib/webos-foxy-hardknott.mcf b/files-contrib/webos-foxy-hardknott.mcf index 0a19c19cb73..61dce7a3a46 100644 --- a/files-contrib/webos-foxy-hardknott.mcf +++ b/files-contrib/webos-foxy-hardknott.mcf @@ -28,7 +28,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '78f3e52') MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git') MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', OE_Branch) -MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') +MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-30') # Layers = [ # (layer-name: str, priority: int, URL: str, fetch: dict, options: dict), @@ -37,18 +37,18 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') # Note that the github.com/openembedded repositories are read-only mirrors of # the authoritative repositories on git.openembedded.org . Layers = [ -('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '731fb52e'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '9b2d96b2'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e458c15627'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '6a7ba8f7f2'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '5a4b2ab29d'}, {}), ('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b5a4467'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '679a22e'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files-contrib/webos-galactic-hardknott.mcf b/files-contrib/webos-galactic-hardknott.mcf index 12d39fe6e77..91cf28b2a98 100644 --- a/files-contrib/webos-galactic-hardknott.mcf +++ b/files-contrib/webos-galactic-hardknott.mcf @@ -28,7 +28,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '78f3e52') MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git') MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', OE_Branch) -MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') +MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-30') # Layers = [ # (layer-name: str, priority: int, URL: str, fetch: dict, options: dict), @@ -37,18 +37,18 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') # Note that the github.com/openembedded repositories are read-only mirrors of # the authoritative repositories on git.openembedded.org . Layers = [ -('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '731fb52e'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '9b2d96b2'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e458c15627'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '6a7ba8f7f2'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '5a4b2ab29d'}, {}), ('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b5a4467'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '679a22e'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files-contrib/webos-melodic-hardknott.mcf b/files-contrib/webos-melodic-hardknott.mcf index 75be45c9f99..a37e4ddaff2 100644 --- a/files-contrib/webos-melodic-hardknott.mcf +++ b/files-contrib/webos-melodic-hardknott.mcf @@ -28,7 +28,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '78f3e52') MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git') MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', OE_Branch) -MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') +MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-30') # Layers = [ # (layer-name: str, priority: int, URL: str, fetch: dict, options: dict), @@ -37,18 +37,18 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') # Note that the github.com/openembedded repositories are read-only mirrors of # the authoritative repositories on git.openembedded.org . Layers = [ -('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '731fb52e'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '9b2d96b2'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e458c15627'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '6a7ba8f7f2'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '5a4b2ab29d'}, {}), ('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b5a4467'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '679a22e'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files-contrib/webos-noetic-hardknott.mcf b/files-contrib/webos-noetic-hardknott.mcf index f52bd738c72..6e5c0f1faad 100644 --- a/files-contrib/webos-noetic-hardknott.mcf +++ b/files-contrib/webos-noetic-hardknott.mcf @@ -28,7 +28,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '78f3e52') MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git') MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', OE_Branch) -MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') +MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-30') # Layers = [ # (layer-name: str, priority: int, URL: str, fetch: dict, options: dict), @@ -37,18 +37,18 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') # Note that the github.com/openembedded repositories are read-only mirrors of # the authoritative repositories on git.openembedded.org . Layers = [ -('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '731fb52e'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '9b2d96b2'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e458c15627'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '6a7ba8f7f2'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '5a4b2ab29d'}, {}), ('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b5a4467'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '679a22e'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files-contrib/webos-rolling-hardknott.mcf b/files-contrib/webos-rolling-hardknott.mcf index f8e8d51db80..23e721e718b 100644 --- a/files-contrib/webos-rolling-hardknott.mcf +++ b/files-contrib/webos-rolling-hardknott.mcf @@ -28,7 +28,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '78f3e52') MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git') MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', OE_Branch) -MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') +MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-30') # Layers = [ # (layer-name: str, priority: int, URL: str, fetch: dict, options: dict), @@ -37,18 +37,18 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-07-13') # Note that the github.com/openembedded repositories are read-only mirrors of # the authoritative repositories on git.openembedded.org . Layers = [ -('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '731fb52e'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '9b2d96b2'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e458c15627'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '6a7ba8f7f2'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '5a4b2ab29d'}, {}), ('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b5a4467'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '679a22e'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}),