Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions files-contrib/webos-dashing-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'b1c75b190')

MetaRosWebos_RepoURL = getenv('MCF_META_ROS_WEBOS_REPO_URL', 'git://github.com/ros/meta-ros-webos.git')
MetaRosWebos_Branch = getenv('MCF_META_ROS_WEBOS_BRANCH', OE_Branch)
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '4ffb8d0')
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'ca28a26')

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-08-05-ose-2.12')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -51,7 +51,7 @@ Layers = [
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'fa09322'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '3fae17a'}, {}),

('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}),
('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': 'b394095'}, {}),

('meta-ros-backports-hardknott', 36, MetaRos_RepoURL, {}, {}),
('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}),
Expand Down
8 changes: 4 additions & 4 deletions files-contrib/webos-dashing-hardknott.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '0e1490e03')

MetaRosWebos_RepoURL = getenv('MCF_META_ROS_WEBOS_REPO_URL', 'git://github.com/ros/meta-ros-webos.git')
MetaRosWebos_Branch = getenv('MCF_META_ROS_WEBOS_BRANCH', OE_Branch)
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '4ffb8d0')
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'ca28a26')

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-08-05-ose-2.12')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -39,7 +39,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05-o
Layers = [
('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', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '2fd915eda1'}, {}),

('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', {}, {}),
Expand All @@ -51,7 +51,7 @@ Layers = [
('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'}, {}),
('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': 'b394095'}, {}),

('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}),
('meta-ros2', 38, MetaRos_RepoURL, {}, {}),
Expand Down
12 changes: 6 additions & 6 deletions files-contrib/webos-dashing-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '78ed6154f')

MetaRosWebos_RepoURL = getenv('MCF_META_ROS_WEBOS_REPO_URL', 'git://github.com/ros/meta-ros-webos.git')
MetaRosWebos_Branch = getenv('MCF_META_ROS_WEBOS_BRANCH', OE_Branch)
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '4ffb8d0')
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'ca28a26')

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-08-05-ose-2.12')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -37,9 +37,9 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05-o
# 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': '01a63223'}, {}),
('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '06a0bbe7'}, {}),

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9adf897176'}, {}),
('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '0f978b4f03'}, {}),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '566049b4f1'}, {}),
('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}),
Expand All @@ -51,15 +51,15 @@ Layers = [
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': 'master-next', 'commit': '96712be'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'f522fa7'}, {}),

('meta-qt6', 20, 'git://github.com/shr-project/meta-qt6.git', {'branch': 'jansa/6.2-9a4453a-overrides-syntax', 'commit': 'c9e58d2'}, {}),
('meta-qt6', 20, 'git://github.com/shr-project/meta-qt6.git', {'branch': 'jansa/6.2-b394095-overrides-syntax', 'commit': '7ca78b1'}, {}),

('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}),
('meta-ros2', 38, MetaRos_RepoURL, {}, {}),
('meta-ros2-' + ROS_Distribution, 39, MetaRos_RepoURL, {}, {}),

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

('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': OE_Branch, 'commit': '7fb784a'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': OE_Branch, 'commit': '3abe063'}, {}),
('meta-webos-raspberrypi', 51, MetaWebos_RepoURL, {}, {}),
('meta-webos-updater', 52, MetaWebos_RepoURL, {}, {}),
('meta-webos-virtualization', 53, MetaWebos_RepoURL, {}, {}),
Expand Down
6 changes: 3 additions & 3 deletions files-contrib/webos-eloquent-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'b1c75b190')

MetaRosWebos_RepoURL = getenv('MCF_META_ROS_WEBOS_REPO_URL', 'git://github.com/ros/meta-ros-webos.git')
MetaRosWebos_Branch = getenv('MCF_META_ROS_WEBOS_BRANCH', OE_Branch)
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '4ffb8d0')
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'ca28a26')

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-08-05-ose-2.12')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -51,7 +51,7 @@ Layers = [
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'fa09322'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '3fae17a'}, {}),

('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}),
('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': 'b394095'}, {}),

('meta-ros-backports-hardknott', 36, MetaRos_RepoURL, {}, {}),
('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}),
Expand Down
8 changes: 4 additions & 4 deletions files-contrib/webos-eloquent-hardknott.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '0e1490e03')

MetaRosWebos_RepoURL = getenv('MCF_META_ROS_WEBOS_REPO_URL', 'git://github.com/ros/meta-ros-webos.git')
MetaRosWebos_Branch = getenv('MCF_META_ROS_WEBOS_BRANCH', OE_Branch)
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '4ffb8d0')
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'ca28a26')

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-08-05-ose-2.12')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -39,7 +39,7 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05-o
Layers = [
('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', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '2fd915eda1'}, {}),

('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', {}, {}),
Expand All @@ -51,7 +51,7 @@ Layers = [
('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'}, {}),
('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': 'b394095'}, {}),

('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}),
('meta-ros2', 38, MetaRos_RepoURL, {}, {}),
Expand Down
12 changes: 6 additions & 6 deletions files-contrib/webos-eloquent-honister.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', '78ed6154f')

MetaRosWebos_RepoURL = getenv('MCF_META_ROS_WEBOS_REPO_URL', 'git://github.com/ros/meta-ros-webos.git')
MetaRosWebos_Branch = getenv('MCF_META_ROS_WEBOS_BRANCH', OE_Branch)
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '4ffb8d0')
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'ca28a26')

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-08-05-ose-2.12')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -37,9 +37,9 @@ MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05-o
# 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': '01a63223'}, {}),
('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': Bitbake_Branch, 'commit': '06a0bbe7'}, {}),

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '9adf897176'}, {}),
('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': OE_Branch, 'commit': '0f978b4f03'}, {}),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': OE_Branch, 'commit': '566049b4f1'}, {}),
('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', {}, {}),
Expand All @@ -51,15 +51,15 @@ Layers = [
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': 'master-next', 'commit': '96712be'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': 'f522fa7'}, {}),

('meta-qt6', 20, 'git://github.com/shr-project/meta-qt6.git', {'branch': 'jansa/6.2-9a4453a-overrides-syntax', 'commit': 'c9e58d2'}, {}),
('meta-qt6', 20, 'git://github.com/shr-project/meta-qt6.git', {'branch': 'jansa/6.2-b394095-overrides-syntax', 'commit': '7ca78b1'}, {}),

('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}),
('meta-ros2', 38, MetaRos_RepoURL, {}, {}),
('meta-ros2-' + ROS_Distribution, 39, MetaRos_RepoURL, {}, {}),

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

('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': OE_Branch, 'commit': '7fb784a'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': OE_Branch, 'commit': '3abe063'}, {}),
('meta-webos-raspberrypi', 51, MetaWebos_RepoURL, {}, {}),
('meta-webos-updater', 52, MetaWebos_RepoURL, {}, {}),
('meta-webos-virtualization', 53, MetaWebos_RepoURL, {}, {}),
Expand Down
6 changes: 3 additions & 3 deletions files-contrib/webos-foxy-gatesgarth.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MetaRos_Commit = getenv('MCF_META_ROS_COMMIT', 'b1c75b190')

MetaRosWebos_RepoURL = getenv('MCF_META_ROS_WEBOS_REPO_URL', 'git://github.com/ros/meta-ros-webos.git')
MetaRosWebos_Branch = getenv('MCF_META_ROS_WEBOS_BRANCH', OE_Branch)
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', '4ffb8d0')
MetaRosWebos_Commit = getenv('MCF_META_ROS_WEBOS_COMMIT', 'ca28a26')

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-08-05-ose-2.12')
MetaWebos_Commit = getenv('MCF_META_WEBOS_COMMIT', OE_Branch + '-2021-08-05')

# Layers = [
# (layer-name: str, priority: int, URL: str, fetch: dict, options: dict),
Expand All @@ -51,7 +51,7 @@ Layers = [
('meta-virtualization', 16, 'git://git.yoctoproject.org/meta-virtualization', {'branch': OE_Branch, 'commit': 'fa09322'}, {}),
('meta-python2', 17, 'git://git.openembedded.org/meta-python2', {'branch': OE_Branch, 'commit': '3fae17a'}, {}),

('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': '9a4453a'}, {}),
('meta-qt6', 20, 'git://code.qt.io/yocto/meta-qt6.git', {'branch': '6.2', 'commit': 'b394095'}, {}),

('meta-ros-backports-hardknott', 36, MetaRos_RepoURL, {}, {}),
('meta-ros-common', 37, MetaRos_RepoURL, {'branch': MetaRos_Branch, 'commit': MetaRos_Commit}, {}),
Expand Down
Loading