Skip to content

Commit

Permalink
webos-image: Update layer pins for 2021-05-14 from dunfell
Browse files Browse the repository at this point in the history
oe-core as of 2021-05-13 22:10:01 +0100

55dc503f4a reproducible.py: add quilt-ptest and valgrind-ptest
6075d688dc ovmf: update edk2-stable202005 -> edk2-stable202008
6427c9ce73 ovmf: update to 202005
028ac5a2b8 ovmf: update to 202002
e9c8f43296 lib/package_manager: Use shutil.copy instead of
        bb.utils.copyfile for intercepts
3c59989b7a libevent: Increase ptest timing tolerance 50 ms -> 100 ms
690e368ae0 sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network
        failure message
2538a566f0 classes/image: Use xargs to set file timestamps
a150f6fba9 Revert "oeqa: Set LD_LIBRARY_PATH when executing native
        commands"
0f4531275c diffoscope: add native libraries to LD_LIBRARY_PATH
51a09f9912 make-mod-scripts: add HOSTCXX definitions and gmp-native
        dependency
489541edb8 perf: fix python-audit RDEPENDS
1eaa291f6a cml1.bbclass: Return sorted list of cfg files
e198806404 rootfs.py: find .ko.gz and .ko.xz kernel modules as well
6c4355cd13 pybootchart/draw: Avoid divide by zero error
362416f796 gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland
d2fe8c5861 kernel.bbclass: Remove do_install[prefunc] no longer needed
b7435fae07 ptest-runner: libgcc must be installed for pthread_cancel
        to work
8dd9cfc0f9 linux-yocto/5.4: update to v5.4.116
fddf3e91bd linux-yocto/5.4: update to v5.4.114
0813acd5c8 wireless-regdb: upgrade 2020.11.20 -> 2021.04.21
6f4c91b64e yocto-uninative: Update to 3.1 which includes a patchelf fix
c955d1fc33 binutils: fix CVE-2021-3487
c8f48471be tar: Fix CVE-2021-20193

bitbake as of 2021-05-13 13:11:46 +0100

b4acaa31 fetch/gitsm: Fix crash when using git LFS and submodules
fa068b5a runqueue: Fix deferred task issues
1fae1c81 bitbake: tests/fetch: remove write protected files too
e341afcc bitbake: tests/fetch: fix test execution without .gitconfig

meta-oe as of 2021-05-13 21:52:34 -0700

2915810edb ostree: switch from default master branch to main to fix
        do_fetch failure
  • Loading branch information
shr-project committed May 14, 2021
1 parent f002f7e commit 036edb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions weboslayers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
# github.com/openembedded repositories are read-only mirrors of the authoritative
# repositories on git.openembedded.org
webos_layers = [
('bitbake', -1, 'git://github.com/openembedded/bitbake.git', 'branch=1.46,commit=017a39ed', ''),
('bitbake', -1, 'git://github.com/openembedded/bitbake.git', 'branch=1.46,commit=b4acaa31', ''),

('meta', 5, 'git://github.com/openembedded/openembedded-core.git', 'branch=dunfell,commit=834a8e357b', 'oe-core'),
('meta', 5, 'git://github.com/openembedded/openembedded-core.git', 'branch=dunfell,commit=55dc503f4a', 'oe-core'),

('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', 'branch=dunfell,commit=c1a5068322', 'meta-oe'),
('meta-oe', 10, 'git://github.com/openembedded/meta-openembedded.git', 'branch=dunfell,commit=2915810edb', 'meta-oe'),
('meta-multimedia', 11, 'git://github.com/openembedded/meta-openembedded.git', '', 'meta-oe'),
('meta-networking', 12, 'git://github.com/openembedded/meta-openembedded.git', '', 'meta-oe'),
('meta-python', 13, 'git://github.com/openembedded/meta-openembedded.git', '', 'meta-oe'),
Expand Down

0 comments on commit 036edb4

Please sign in to comment.