diff --git a/files-contrib/webos-dashing-gatesgarth.mcf b/files-contrib/webos-dashing-gatesgarth.mcf index 75aacfbbd34..951c9de0bf0 100644 --- a/files-contrib/webos-dashing-gatesgarth.mcf +++ b/files-contrib/webos-dashing-gatesgarth.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,7 +37,7 @@ 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), 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-dashing-honister.mcf b/files-contrib/webos-dashing-honister.mcf index 12081bf112e..4d734a9daad 100644 --- a/files-contrib/webos-dashing-honister.mcf +++ b/files-contrib/webos-dashing-honister.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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('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': OE_Branch, 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '1103642'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b975a66'}, {}), ('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'}, {}), @@ -67,7 +67,7 @@ Layers = [ ('meta-ros-webos', 60, MetaRosWebos_RepoURL, {'branch': MetaRosWebos_Branch, 'commit': MetaRosWebos_Commit}, {}), ('meta-webos-smack', 75, MetaWebos_RepoURL, {}, {}), -('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': '152cdb5'}, {}), +('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': 'd3a484a'}, {}), ] # BblayersConfExtraLines is a list of strings to be appended to the generated diff --git a/files-contrib/webos-eloquent-gatesgarth.mcf b/files-contrib/webos-eloquent-gatesgarth.mcf index 920e09971fc..438ecb30485 100644 --- a/files-contrib/webos-eloquent-gatesgarth.mcf +++ b/files-contrib/webos-eloquent-gatesgarth.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,7 +37,7 @@ 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), 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-eloquent-honister.mcf b/files-contrib/webos-eloquent-honister.mcf index 318f2638d10..b50f875ae28 100644 --- a/files-contrib/webos-eloquent-honister.mcf +++ b/files-contrib/webos-eloquent-honister.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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('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': OE_Branch, 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '1103642'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b975a66'}, {}), ('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'}, {}), @@ -67,7 +67,7 @@ Layers = [ ('meta-ros-webos', 60, MetaRosWebos_RepoURL, {'branch': MetaRosWebos_Branch, 'commit': MetaRosWebos_Commit}, {}), ('meta-webos-smack', 75, MetaWebos_RepoURL, {}, {}), -('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': '152cdb5'}, {}), +('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': 'd3a484a'}, {}), ] # BblayersConfExtraLines is a list of strings to be appended to the generated diff --git a/files-contrib/webos-foxy-gatesgarth.mcf b/files-contrib/webos-foxy-gatesgarth.mcf index 976d895c537..26f2b7ab83c 100644 --- a/files-contrib/webos-foxy-gatesgarth.mcf +++ b/files-contrib/webos-foxy-gatesgarth.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,7 +37,7 @@ 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), 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-foxy-honister.mcf b/files-contrib/webos-foxy-honister.mcf index 904e4a271d4..071b97a0600 100644 --- a/files-contrib/webos-foxy-honister.mcf +++ b/files-contrib/webos-foxy-honister.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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('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': OE_Branch, 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '1103642'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b975a66'}, {}), ('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'}, {}), @@ -67,7 +67,7 @@ Layers = [ ('meta-ros-webos', 60, MetaRosWebos_RepoURL, {'branch': MetaRosWebos_Branch, 'commit': MetaRosWebos_Commit}, {}), ('meta-webos-smack', 75, MetaWebos_RepoURL, {}, {}), -('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': '152cdb5'}, {}), +('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': 'd3a484a'}, {}), ] # BblayersConfExtraLines is a list of strings to be appended to the generated diff --git a/files-contrib/webos-galactic-gatesgarth.mcf b/files-contrib/webos-galactic-gatesgarth.mcf index c66224c2390..83e7455af59 100644 --- a/files-contrib/webos-galactic-gatesgarth.mcf +++ b/files-contrib/webos-galactic-gatesgarth.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,7 +37,7 @@ 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), 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-galactic-honister.mcf b/files-contrib/webos-galactic-honister.mcf index ec45ee1cbac..679ede074db 100644 --- a/files-contrib/webos-galactic-honister.mcf +++ b/files-contrib/webos-galactic-honister.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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('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': OE_Branch, 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '1103642'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b975a66'}, {}), ('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'}, {}), @@ -67,7 +67,7 @@ Layers = [ ('meta-ros-webos', 60, MetaRosWebos_RepoURL, {'branch': MetaRosWebos_Branch, 'commit': MetaRosWebos_Commit}, {}), ('meta-webos-smack', 75, MetaWebos_RepoURL, {}, {}), -('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': '152cdb5'}, {}), +('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': 'd3a484a'}, {}), ] # BblayersConfExtraLines is a list of strings to be appended to the generated diff --git a/files-contrib/webos-melodic-gatesgarth.mcf b/files-contrib/webos-melodic-gatesgarth.mcf index 6cee7328f33..9cc6be9e548 100644 --- a/files-contrib/webos-melodic-gatesgarth.mcf +++ b/files-contrib/webos-melodic-gatesgarth.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,7 +37,7 @@ 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), 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-melodic-honister.mcf b/files-contrib/webos-melodic-honister.mcf index 93306237dd4..9d72209f179 100644 --- a/files-contrib/webos-melodic-honister.mcf +++ b/files-contrib/webos-melodic-honister.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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('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': OE_Branch, 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '1103642'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b975a66'}, {}), ('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'}, {}), @@ -68,7 +68,7 @@ Layers = [ ('meta-ros-webos', 60, MetaRosWebos_RepoURL, {'branch': MetaRosWebos_Branch, 'commit': MetaRosWebos_Commit}, {}), ('meta-webos-smack', 75, MetaWebos_RepoURL, {}, {}), -('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': '152cdb5'}, {}), +('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': 'd3a484a'}, {}), ] # BblayersConfExtraLines is a list of strings to be appended to the generated diff --git a/files-contrib/webos-noetic-gatesgarth.mcf b/files-contrib/webos-noetic-gatesgarth.mcf index ced78b84788..654320252bd 100644 --- a/files-contrib/webos-noetic-gatesgarth.mcf +++ b/files-contrib/webos-noetic-gatesgarth.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,7 +37,7 @@ 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), 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-noetic-honister.mcf b/files-contrib/webos-noetic-honister.mcf index 253c19d3f0f..8b9009f816a 100644 --- a/files-contrib/webos-noetic-honister.mcf +++ b/files-contrib/webos-noetic-honister.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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('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': OE_Branch, 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '1103642'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b975a66'}, {}), ('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'}, {}), @@ -67,7 +67,7 @@ Layers = [ ('meta-ros-webos', 60, MetaRosWebos_RepoURL, {'branch': MetaRosWebos_Branch, 'commit': MetaRosWebos_Commit}, {}), ('meta-webos-smack', 75, MetaWebos_RepoURL, {}, {}), -('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': '152cdb5'}, {}), +('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': 'd3a484a'}, {}), ] # BblayersConfExtraLines is a list of strings to be appended to the generated diff --git a/files-contrib/webos-rolling-gatesgarth.mcf b/files-contrib/webos-rolling-gatesgarth.mcf index bfc0c8f0969..57942b0b3e0 100644 --- a/files-contrib/webos-rolling-gatesgarth.mcf +++ b/files-contrib/webos-rolling-gatesgarth.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,7 +37,7 @@ 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), 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'}, {}), diff --git a/files-contrib/webos-rolling-honister.mcf b/files-contrib/webos-rolling-honister.mcf index 72bf35b75dc..6cf7d6599cd 100644 --- a/files-contrib/webos-rolling-honister.mcf +++ b/files-contrib/webos-rolling-honister.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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('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': OE_Branch, 'commit': 'a0d9835'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '1103642'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'b975a66'}, {}), ('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'}, {}), @@ -67,7 +67,7 @@ Layers = [ ('meta-ros-webos', 60, MetaRosWebos_RepoURL, {'branch': MetaRosWebos_Branch, 'commit': MetaRosWebos_Commit}, {}), ('meta-webos-smack', 75, MetaWebos_RepoURL, {}, {}), -('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': '152cdb5'}, {}), +('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': OE_Branch, 'commit': 'd3a484a'}, {}), ] # BblayersConfExtraLines is a list of strings to be appended to the generated diff --git a/files/ros1-melodic-dunfell.mcf b/files/ros1-melodic-dunfell.mcf index 90b3727792d..f209ae6f858 100644 --- a/files/ros1-melodic-dunfell.mcf +++ b/files/ros1-melodic-dunfell.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86', 'raspberrypi4'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.1.9-54-dunfell' +OpenEmbeddedVersion = '3.1.9-54.1-dunfell' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'ed0fce246') # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), diff --git a/files/ros1-melodic-gatesgarth.mcf b/files/ros1-melodic-gatesgarth.mcf index 97dbdaf55d8..280324dc43a 100644 --- a/files/ros1-melodic-gatesgarth.mcf +++ b/files/ros1-melodic-gatesgarth.mcf @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'a2126a3e8') # 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), diff --git a/files/ros1-melodic-hardknott.mcf b/files/ros1-melodic-hardknott.mcf index 3600693bfd1..9e9e1037ada 100644 --- a/files/ros1-melodic-hardknott.mcf +++ b/files/ros1-melodic-hardknott.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86', 'raspberrypi4'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.3.1-130-hardknott' +OpenEmbeddedVersion = '3.3.1-130.1-hardknott' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '03efda228') # 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-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), diff --git a/files/ros1-melodic-honister.mcf b/files/ros1-melodic-honister.mcf index 4a675d5a7f1..ce0775add9e 100644 --- a/files/ros1-melodic-honister.mcf +++ b/files/ros1-melodic-honister.mcf @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '52247cb88') # 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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '8db9e4f'}, {}), diff --git a/files/ros1-noetic-dunfell.mcf b/files/ros1-noetic-dunfell.mcf index 7fedeb8bd5f..73ae34397a3 100644 --- a/files/ros1-noetic-dunfell.mcf +++ b/files/ros1-noetic-dunfell.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86', 'raspberrypi4'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.1.9-54-dunfell' +OpenEmbeddedVersion = '3.1.9-54.1-dunfell' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'ed0fce246') # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), diff --git a/files/ros1-noetic-gatesgarth.mcf b/files/ros1-noetic-gatesgarth.mcf index 6372bc4324d..98ef3d4bb02 100644 --- a/files/ros1-noetic-gatesgarth.mcf +++ b/files/ros1-noetic-gatesgarth.mcf @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'a2126a3e8') # 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), diff --git a/files/ros1-noetic-hardknott.mcf b/files/ros1-noetic-hardknott.mcf index 7bdc9cbf7f9..6c8f071feed 100644 --- a/files/ros1-noetic-hardknott.mcf +++ b/files/ros1-noetic-hardknott.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86', 'raspberrypi4'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.3.1-130-hardknott' +OpenEmbeddedVersion = '3.3.1-130.1-hardknott' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '03efda228') # 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-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros1-noetic-honister.mcf b/files/ros1-noetic-honister.mcf index 5c47b760041..e1d95d98cfd 100644 --- a/files/ros1-noetic-honister.mcf +++ b/files/ros1-noetic-honister.mcf @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '52247cb88') # 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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-dashing-dunfell.mcf b/files/ros2-dashing-dunfell.mcf index ab30e449c10..7d56c0c2356 100644 --- a/files/ros2-dashing-dunfell.mcf +++ b/files/ros2-dashing-dunfell.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.1.9-54-dunfell' +OpenEmbeddedVersion = '3.1.9-54.1-dunfell' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'ed0fce246') # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), diff --git a/files/ros2-dashing-gatesgarth.mcf b/files/ros2-dashing-gatesgarth.mcf index 51ef798c999..f8e6b9b68a3 100644 --- a/files/ros2-dashing-gatesgarth.mcf +++ b/files/ros2-dashing-gatesgarth.mcf @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'a2126a3e8') # 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), diff --git a/files/ros2-dashing-hardknott.mcf b/files/ros2-dashing-hardknott.mcf index eb5c01c3ce9..223067b0d49 100644 --- a/files/ros2-dashing-hardknott.mcf +++ b/files/ros2-dashing-hardknott.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.3.1-130-hardknott' +OpenEmbeddedVersion = '3.3.1-130.1-hardknott' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '03efda228') # 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-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-dashing-honister.mcf b/files/ros2-dashing-honister.mcf index 29d483c59c2..55525e1ab15 100644 --- a/files/ros2-dashing-honister.mcf +++ b/files/ros2-dashing-honister.mcf @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '52247cb88') # 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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-eloquent-dunfell.mcf b/files/ros2-eloquent-dunfell.mcf index 6d39ae3b61a..5978c9cf16c 100644 --- a/files/ros2-eloquent-dunfell.mcf +++ b/files/ros2-eloquent-dunfell.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.1.9-54-dunfell' +OpenEmbeddedVersion = '3.1.9-54.1-dunfell' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'ed0fce246') # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), diff --git a/files/ros2-eloquent-gatesgarth.mcf b/files/ros2-eloquent-gatesgarth.mcf index 7c7ed80a68c..2ba51a700de 100644 --- a/files/ros2-eloquent-gatesgarth.mcf +++ b/files/ros2-eloquent-gatesgarth.mcf @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'a2126a3e8') # 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), diff --git a/files/ros2-eloquent-hardknott.mcf b/files/ros2-eloquent-hardknott.mcf index 68a6c34d08a..f94589709d2 100644 --- a/files/ros2-eloquent-hardknott.mcf +++ b/files/ros2-eloquent-hardknott.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.3.1-130-hardknott' +OpenEmbeddedVersion = '3.3.1-130.1-hardknott' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '03efda228') # 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-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-eloquent-honister.mcf b/files/ros2-eloquent-honister.mcf index 42ee9f6007c..4efa3898021 100644 --- a/files/ros2-eloquent-honister.mcf +++ b/files/ros2-eloquent-honister.mcf @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '52247cb88') # 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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-foxy-dunfell.mcf b/files/ros2-foxy-dunfell.mcf index ac1f4fa0e9e..2da43c4b97a 100644 --- a/files/ros2-foxy-dunfell.mcf +++ b/files/ros2-foxy-dunfell.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.1.9-54-dunfell' +OpenEmbeddedVersion = '3.1.9-54.1-dunfell' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'ed0fce246') # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), diff --git a/files/ros2-foxy-gatesgarth.mcf b/files/ros2-foxy-gatesgarth.mcf index e59113231b3..fe130ee8785 100644 --- a/files/ros2-foxy-gatesgarth.mcf +++ b/files/ros2-foxy-gatesgarth.mcf @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'a2126a3e8') # 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), diff --git a/files/ros2-foxy-hardknott.mcf b/files/ros2-foxy-hardknott.mcf index 7a22da204f7..581563ab21d 100644 --- a/files/ros2-foxy-hardknott.mcf +++ b/files/ros2-foxy-hardknott.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.3.1-130-hardknott' +OpenEmbeddedVersion = '3.3.1-130.1-hardknott' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '03efda228') # 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-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-foxy-honister.mcf b/files/ros2-foxy-honister.mcf index c565f3591cc..ff602010af8 100644 --- a/files/ros2-foxy-honister.mcf +++ b/files/ros2-foxy-honister.mcf @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '52247cb88') # 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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-galactic-dunfell.mcf b/files/ros2-galactic-dunfell.mcf index 508710a321d..fecfab97464 100644 --- a/files/ros2-galactic-dunfell.mcf +++ b/files/ros2-galactic-dunfell.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.1.9-54-dunfell' +OpenEmbeddedVersion = '3.1.9-54.1-dunfell' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'ed0fce246') # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), diff --git a/files/ros2-galactic-gatesgarth.mcf b/files/ros2-galactic-gatesgarth.mcf index c9466237d8e..e9e20234b32 100644 --- a/files/ros2-galactic-gatesgarth.mcf +++ b/files/ros2-galactic-gatesgarth.mcf @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'a2126a3e8') # 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), diff --git a/files/ros2-galactic-hardknott.mcf b/files/ros2-galactic-hardknott.mcf index f740d2c832a..4ff2523c512 100644 --- a/files/ros2-galactic-hardknott.mcf +++ b/files/ros2-galactic-hardknott.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.3.1-130-hardknott' +OpenEmbeddedVersion = '3.3.1-130.1-hardknott' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '03efda228') # 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-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-galactic-honister.mcf b/files/ros2-galactic-honister.mcf index ce80a78243f..c992aad09a1 100644 --- a/files/ros2-galactic-honister.mcf +++ b/files/ros2-galactic-honister.mcf @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '52247cb88') # 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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-rolling-dunfell.mcf b/files/ros2-rolling-dunfell.mcf index fa12526e888..70a6bf83729 100644 --- a/files/ros2-rolling-dunfell.mcf +++ b/files/ros2-rolling-dunfell.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.1.9-54-dunfell' +OpenEmbeddedVersion = '3.1.9-54.1-dunfell' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'ed0fce246') # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), diff --git a/files/ros2-rolling-gatesgarth.mcf b/files/ros2-rolling-gatesgarth.mcf index 431281c3efa..4cfa21be26d 100644 --- a/files/ros2-rolling-gatesgarth.mcf +++ b/files/ros2-rolling-gatesgarth.mcf @@ -59,7 +59,7 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'a2126a3e8') # 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': 'a1987f24'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '247aaf02'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'd47b7cdc35'}, {}), diff --git a/files/ros2-rolling-hardknott.mcf b/files/ros2-rolling-hardknott.mcf index 23d5c46350a..0404b248396 100644 --- a/files/ros2-rolling-hardknott.mcf +++ b/files/ros2-rolling-hardknott.mcf @@ -44,7 +44,7 @@ Machines = ['qemux86-64', 'raspberrypi4-64'] # ; instead it is the value in the Yocto Project Version column # of https://wiki.yoctoproject.org/wiki/Releases for # to which a constant "~master" is appended. -OpenEmbeddedVersion = '3.3.1-130-hardknott' +OpenEmbeddedVersion = '3.3.1-130.1-hardknott' # Allow the URL and branch for meta-ros to be overridden by settings in the environment. from os import getenv @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '03efda228') # 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-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/ros2-rolling-honister.mcf b/files/ros2-rolling-honister.mcf index 8f65dc739bb..34e052da38f 100644 --- a/files/ros2-rolling-honister.mcf +++ b/files/ros2-rolling-honister.mcf @@ -59,11 +59,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '52247cb88') # 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': 'aba88f40'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '01925164'}, {}), -('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '581bebac87'}, {}), +('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': 'e6aa4b1f6f'}, {}), -('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '93045c3db7'}, {}), +('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '86be1d8917'}, {}), ('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}), diff --git a/files/webos-dashing-dunfell.mcf b/files/webos-dashing-dunfell.mcf index 07ea55ca5d0..eaa93c3a54a 100644 --- a/files/webos-dashing-dunfell.mcf +++ b/files/webos-dashing-dunfell.mcf @@ -51,7 +51,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'builds/webosose/master/' # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), @@ -62,7 +62,7 @@ Layers = [ ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': OE_Branch, 'commit': '5d49b28'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '7588686'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'dbd1a73'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'b901080'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files/webos-eloquent-dunfell.mcf b/files/webos-eloquent-dunfell.mcf index dad751f15a6..6508f43513f 100644 --- a/files/webos-eloquent-dunfell.mcf +++ b/files/webos-eloquent-dunfell.mcf @@ -51,7 +51,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'builds/webosose/master/' # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), @@ -62,7 +62,7 @@ Layers = [ ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': OE_Branch, 'commit': '5d49b28'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '7588686'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'dbd1a73'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'b901080'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files/webos-foxy-dunfell.mcf b/files/webos-foxy-dunfell.mcf index fbbf431d386..b4dd8d08c63 100644 --- a/files/webos-foxy-dunfell.mcf +++ b/files/webos-foxy-dunfell.mcf @@ -51,7 +51,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'builds/webosose/master/' # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), @@ -62,7 +62,7 @@ Layers = [ ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': OE_Branch, 'commit': '5d49b28'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '7588686'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'dbd1a73'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'b901080'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files/webos-galactic-dunfell.mcf b/files/webos-galactic-dunfell.mcf index 0cf0f99b183..ecfe6aa6217 100644 --- a/files/webos-galactic-dunfell.mcf +++ b/files/webos-galactic-dunfell.mcf @@ -51,7 +51,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'builds/webosose/master/' # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), @@ -62,7 +62,7 @@ Layers = [ ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': OE_Branch, 'commit': '5d49b28'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '7588686'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'dbd1a73'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'b901080'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files/webos-melodic-dunfell.mcf b/files/webos-melodic-dunfell.mcf index b90d818ece6..a44d7a8ca37 100644 --- a/files/webos-melodic-dunfell.mcf +++ b/files/webos-melodic-dunfell.mcf @@ -51,7 +51,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'builds/webosose/master/' # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), @@ -62,7 +62,7 @@ Layers = [ ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': OE_Branch, 'commit': '5d49b28'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '7588686'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'dbd1a73'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'b901080'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files/webos-noetic-dunfell.mcf b/files/webos-noetic-dunfell.mcf index 8a76a72f36f..53de4de5aac 100644 --- a/files/webos-noetic-dunfell.mcf +++ b/files/webos-noetic-dunfell.mcf @@ -51,7 +51,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'builds/webosose/master/' # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), @@ -62,7 +62,7 @@ Layers = [ ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': OE_Branch, 'commit': '5d49b28'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '7588686'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'dbd1a73'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'b901080'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}), diff --git a/files/webos-rolling-dunfell.mcf b/files/webos-rolling-dunfell.mcf index 1b8e93d3bd1..5862cc514aa 100644 --- a/files/webos-rolling-dunfell.mcf +++ b/files/webos-rolling-dunfell.mcf @@ -51,7 +51,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'builds/webosose/master/' # 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': '0e0af15b'}, {}), +('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': 'c2a3bda3'}, {}), ('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9ae339ace9'}, {}), @@ -62,7 +62,7 @@ Layers = [ ('meta-filesystems', 14, 'git://github.com/openembedded/meta-openembedded.git', {}, {}), ('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': OE_Branch, 'commit': '5d49b28'}, {}), -('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': '7588686'}, {}), +('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'dbd1a73'}, {}), ('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'b901080'}, {}), ('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}),