Skip to content

Commit

Permalink
files-contrib/webos-*-honister.mcf: Update layer pins for 2021-07-30
Browse files Browse the repository at this point in the history
oe-core as of 2021-07-30 11:31:06 +0100

e6aa4b1f6f convert-overrides.py: allow specifying multiple target dirs
ffe91649fa convert-overrides.py: 0.9.1 include '(' as delimiter
        for shortvars
a4ad6c88b6 systemtap: Fix headers issue with x86 and 5.13 headers
43b7cbfb46 convert-overrides.py: remove base_dep_prepend and
        autotools_dep_prepend exception
39edf868de convert-overrides.py: show processed file and version of
        this script
e8fc67f6f6 scripts/contrib: Add override conversion script
9d002acae7 autotools/base/icecc: Remove prepend from function names
701a58504d parselogs.py: qemuarm should be qemuarmv5
b63b6ceda6 libx11: fix xkb compilation with _EVDEVK symbols
354163db55 perlcross: not break build if already patched

bitbake as of 2021-07-29 23:18:54 +0100

01925164 data_smart: Allow colon in variable expansion regex
b201c0b2 parse/ast: Substitute '~' when naming anonymous functions
ef2865ef bitbake: asyncrpc: Catch early SIGTERM
b31f1853 asyncrpc: Set timeout when waiting for reply from server
bd8f8d7b asyncrpc: Fix bad message error in client

meta-oe as of 2021-07-29 10:35:05 -0700

86be1d8917 python3-sentry-sdk: upgrade 1.2.0 -> 1.3.0
492054e409 python3-sqlalchemy: upgrade 1.4.20 -> 1.4.22
e6b3dcb6b8 python3-pymongo: upgrade 3.11.4 -> 3.12.0
467535597b python3-pybind11: upgrade 2.6.2 -> 2.7.0

meta-virtualization as of 2021-07-29 10:59:59 -0400

b975a66 k8s: update kernel configuration features
1d16c1a python3: remove the no-longer required bbappend
19347a7 qemuboot, xen-image-minimal: enable runqemu for qemuarm64
        Xen images
2979632 lopper, python-dtc: add new recipes for device tree tools
  • Loading branch information
shr-project committed Aug 5, 2021
1 parent ba15093 commit 11fcfe5
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
10 changes: 5 additions & 5 deletions files-contrib/webos-dashing-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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': 'd7776a23cb'}, {}),
('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'}, {}),
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-eloquent-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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': 'd7776a23cb'}, {}),
('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'}, {}),
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-foxy-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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': 'd7776a23cb'}, {}),
('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'}, {}),
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-galactic-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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': 'd7776a23cb'}, {}),
('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'}, {}),
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-melodic-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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': 'd7776a23cb'}, {}),
('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'}, {}),
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-noetic-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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': 'd7776a23cb'}, {}),
('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'}, {}),
Expand Down
Loading

0 comments on commit 11fcfe5

Please sign in to comment.