Skip to content

Commit

Permalink
files-contrib/webos-*-gatesgarth.mcf: Update layer pins for 2020-08-31
Browse files Browse the repository at this point in the history
meta-webosose as of 2020-08-31 10:53:53 -0700

57a34d28 webos.inc: don't add qemu-config to DISTRO_EXTRA_RDEPENDS
...
e3d0584e ettercap, igt-gpu-tools, iptables, fuse3, sshfs-fuse, expat, bzip2: fix  build-deps QA issue with bash

meta-oe as of 2020-08-30 01:32:33 -0700

c32d2eb448 dlt-daemon: superseed upstream pr ros#238 patch with pr ros#245
        due to unexpected behaviour
ffe9fa02bb wvdial: Update SRC_URI to an accessible location
625e7f73fc wvstreams: Update SRC_URI to a fetchable location
9bcbc18728 mini-iconv: Remove
c035e249af README: Use quotation marks for subject prefix
a41dd8804d jasper: Use new repo URL
a100cce1fc recipe/ettercap : new ettercap recipe
0a27b0840f openocd: Update to latest git version
00bd5ad72f nss: fix postinst in do_rootfs for target
3bc89dc7b3 nss: Upgrade to 3.56
9bbe3ff102 nss: Disable Werror across all recipe types

meta-raspberrypi as of 2020-08-28 14:59:43 +0100

968dcd3 libsdl2: Add userland dependency when not using vc4graphics
979fb50 xserver-xorg: Depend on userland when vc4graphics is disabled

meta-security as of 2020-08-29 07:25:35 -0700

2bfd2b2 .gitlab: send error reports
a770033 kas/kas-security-base.yml: lets enable error reporting
613da4f upload-error-report: add script to upload errors
5efa53b sssd: Make manpages buildable
55cbb63 trousers: update to tip

meta-updater as of 2020-08-31 13:56:10 +0200

9319d35 Merge pull request ros#771 from shr-project/jansa/master
f0dad4a networkd-dhcp-conf: fix REQUIRED_DISTRO_FEATURES
  • Loading branch information
shr-project committed Sep 4, 2020
1 parent 2aff8ef commit 717c966
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions files-contrib/webos-dashing-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'master/milestones/

MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git')
MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', 'master')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-29')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-31')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -33,13 +33,13 @@ Layers = [

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': 'master', 'commit': '09f4db415f'}, {}),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': '26de7600bd'}, {}),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': 'c32d2eb448'}, {}),
('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': 'b979b83'}, {}),
('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': '9319d35'}, {}),
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': 'master', 'commit': 'b2cd5f3'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': 'master', 'commit': '285c7a0'}, {}),

Expand All @@ -52,15 +52,15 @@ Layers = [

('meta-webos', 40, MetaWebos_RepoURL, {'branch': MetaWebos_Branch, 'commit': MetaWebos_Commit}, {}),

('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '0433b69'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '968dcd3'}, {}),
('meta-webos-raspberrypi', 51, MetaWebos_RepoURL, {}, {}),
('meta-webos-updater', 52, MetaWebos_RepoURL, {}, {}),
('meta-webos-virtualization', 53, MetaWebos_RepoURL, {}, {}),

('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': 'master', 'commit': '787ba6f'}, {}),
('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': 'master', 'commit': '2bfd2b2'}, {}),
]

# BblayersConfExtraLines is a list of strings to be appended to the generated
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-eloquent-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'master/milestones/

MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git')
MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', 'master')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-29')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-31')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -33,13 +33,13 @@ Layers = [

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': 'master', 'commit': '09f4db415f'}, {}),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': '26de7600bd'}, {}),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': 'c32d2eb448'}, {}),
('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': 'b979b83'}, {}),
('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': '9319d35'}, {}),
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': 'master', 'commit': 'b2cd5f3'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': 'master', 'commit': '285c7a0'}, {}),

Expand All @@ -52,15 +52,15 @@ Layers = [

('meta-webos', 40, MetaWebos_RepoURL, {'branch': MetaWebos_Branch, 'commit': MetaWebos_Commit}, {}),

('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '0433b69'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '968dcd3'}, {}),
('meta-webos-raspberrypi', 51, MetaWebos_RepoURL, {}, {}),
('meta-webos-updater', 52, MetaWebos_RepoURL, {}, {}),
('meta-webos-virtualization', 53, MetaWebos_RepoURL, {}, {}),

('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': 'master', 'commit': '787ba6f'}, {}),
('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': 'master', 'commit': '2bfd2b2'}, {}),
]

# BblayersConfExtraLines is a list of strings to be appended to the generated
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-foxy-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'master/milestones/

MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git')
MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', 'master')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-29')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-31')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -33,13 +33,13 @@ Layers = [

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': 'master', 'commit': '09f4db415f'}, {}),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': '26de7600bd'}, {}),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': 'c32d2eb448'}, {}),
('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': 'b979b83'}, {}),
('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': '9319d35'}, {}),
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': 'master', 'commit': 'b2cd5f3'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': 'master', 'commit': '285c7a0'}, {}),

Expand All @@ -52,15 +52,15 @@ Layers = [

('meta-webos', 40, MetaWebos_RepoURL, {'branch': MetaWebos_Branch, 'commit': MetaWebos_Commit}, {}),

('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '0433b69'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '968dcd3'}, {}),
('meta-webos-raspberrypi', 51, MetaWebos_RepoURL, {}, {}),
('meta-webos-updater', 52, MetaWebos_RepoURL, {}, {}),
('meta-webos-virtualization', 53, MetaWebos_RepoURL, {}, {}),

('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': 'master', 'commit': '787ba6f'}, {}),
('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': 'master', 'commit': '2bfd2b2'}, {}),
]

# BblayersConfExtraLines is a list of strings to be appended to the generated
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-melodic-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'master/milestones/

MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git')
MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', 'master')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-29')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-31')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -33,13 +33,13 @@ Layers = [

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': 'master', 'commit': '09f4db415f'}, {}),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': '26de7600bd'}, {}),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': 'c32d2eb448'}, {}),
('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': 'b979b83'}, {}),
('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': '9319d35'}, {}),
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': 'master', 'commit': 'b2cd5f3'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': 'master', 'commit': '285c7a0'}, {}),

Expand All @@ -52,15 +52,15 @@ Layers = [

('meta-webos', 40, MetaWebos_RepoURL, {'branch': MetaWebos_Branch, 'commit': MetaWebos_Commit}, {}),

('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '0433b69'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '968dcd3'}, {}),
('meta-webos-raspberrypi', 51, MetaWebos_RepoURL, {}, {}),
('meta-webos-updater', 52, MetaWebos_RepoURL, {}, {}),
('meta-webos-virtualization', 53, MetaWebos_RepoURL, {}, {}),

('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': 'master', 'commit': '787ba6f'}, {}),
('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': 'master', 'commit': '2bfd2b2'}, {}),
]

# BblayersConfExtraLines is a list of strings to be appended to the generated
Expand Down
10 changes: 5 additions & 5 deletions files-contrib/webos-rolling-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'master/milestones/

MetaWebos_RepoURL = getenv('MCF_META_WEBOS_REPO_URL', 'git://github.com/shr-project/meta-webosose.git')
MetaWebos_Branch = getenv('MCF_META_WEBOS_BRANCH', 'master')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-29')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', 'master-2020-08-31')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -33,13 +33,13 @@ Layers = [

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': 'master', 'commit': '09f4db415f'}, {}),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': '26de7600bd'}, {}),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'master', 'commit': 'c32d2eb448'}, {}),
('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': 'b979b83'}, {}),
('meta-updater', 15, 'git://github.com/advancedtelematic/meta-updater.git', {'branch': 'master', 'commit': '9319d35'}, {}),
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': 'master', 'commit': 'b2cd5f3'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': 'master', 'commit': '285c7a0'}, {}),

Expand All @@ -52,15 +52,15 @@ Layers = [

('meta-webos', 40, MetaWebos_RepoURL, {'branch': MetaWebos_Branch, 'commit': MetaWebos_Commit}, {}),

('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '0433b69'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'master', 'commit': '968dcd3'}, {}),
('meta-webos-raspberrypi', 51, MetaWebos_RepoURL, {}, {}),
('meta-webos-updater', 52, MetaWebos_RepoURL, {}, {}),
('meta-webos-virtualization', 53, MetaWebos_RepoURL, {}, {}),

('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': 'master', 'commit': '787ba6f'}, {}),
('meta-security', 77, 'git://git.yoctoproject.org/meta-security', {'branch': 'master', 'commit': '2bfd2b2'}, {}),
]

# BblayersConfExtraLines is a list of strings to be appended to the generated
Expand Down

0 comments on commit 717c966

Please sign in to comment.