DRAFT [thud] webos-crystal.mcf: Migrate to [thud] branch of layers (build 84 of webOS OSE [master], [thud-draft] for meta-ros)

This commit is contained in:
Herb Kuta 2019-06-03 18:03:10 -07:00
parent 014a8fdf8a
commit 593137158d
1 changed files with 8 additions and 11 deletions

View File

@ -17,7 +17,7 @@ McfFileVersion = 2
# Value for DISTRO
Distribution = 'webos'
webOSOSEBuildNumber = '69'
webOSOSEBuildNumber = '84'
# Supported MACHINE-s
Machines = ['raspberrypi3', 'qemux86']
@ -29,28 +29,25 @@ Machines = ['raspberrypi3', 'qemux86']
# 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': '1.32', 'commit': '0193e1f'}, {}),
('bitbake', -1, 'git://github.com/openembedded/bitbake.git', {'branch': '1.40', 'commit': '7c1eb51d'}, {}),
('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': 'morty', 'commit': '4b32784'}, {}),
('meta-gplv2', 1, 'git://git.yoctoproject.org/meta-gplv2', {'branch': 'thud', 'commit': 'aabc30f'}, {}),
('meta', 5, 'git://github.com/openembedded/openembedded-core.git', {'branch': 'thud', 'commit': 'f162d5bfe6'}, {}),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'morty', 'commit': '997caf9'}, {}),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', {'branch': 'thud', 'commit': '9b3b907f30'}, {}),
('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-qt5-compat', 19, 'git://github.com/webosose/meta-webosose.git', {}, {}),
('meta-qt5', 20, 'git://github.com/meta-qt5/meta-qt5.git', {'branch': 'krogoth', 'commit': 'dcfcb58'}, {}),
('meta-webos-backports-2.3', 30, 'git://github.com/webosose/meta-webosose.git', {}, {}),
('meta-webos-backports-2.4', 31, 'git://github.com/webosose/meta-webosose.git', {}, {}),
('meta-webos-backports-2.5', 32, 'git://github.com/webosose/meta-webosose.git', {}, {}),
('meta-webos-backports-2.6', 33, 'git://github.com/webosose/meta-webosose.git', {}, {}),
('meta-ros', 38, 'git://github.com/ros/meta-ros.git', {'branch': 'morty-draft'}, {}),
('meta-ros', 38, 'git://github.com/ros/meta-ros.git', {'branch': 'thud-draft'}, {}),
('meta-webos', 40, 'git://github.com/webosose/meta-webosose.git', {'branch': 'master', 'commit': 'builds/webosose/master/' + webOSOSEBuildNumber}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'morty', 'commit': '2a19226'}, {}),
('meta-raspberrypi', 50, 'git://git.yoctoproject.org/meta-raspberrypi', {'branch': 'thud', 'commit': 'c71d79e'}, {}),
('meta-webos-raspberrypi', 51, 'git://github.com/webosose/meta-webosose.git', {}, {}),
]