Skip to content

Commit fb98bd5

Browse files
shr-projectywbyun0815
authored andcommitted
Update to latest upstream revisions in Yocto 4.0 Kirkstone as of 2023-08-07 (build 634 part 1/2)
meta-webosose as of 2023-08-21 17:21:01 +0900 a24f88f0 com.webos.service.mediaindexer: CMakeLists.txt: respect libdir setting 82429697 tcl=webos1 (prevent installing another copy of tzdata) 8ec0442e webos_localizable.bbclass: depend on ${MLPREFIX}libwebosi18n 5c78fa5d meta-webos: add linux-libc-headers to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS bd0e8423 uninative: backport 4.2 version instead of whole bbclass 16dd1b18 docker-ce: disable secomp as well b5a8be94 webos-initscripts: CMakeLists.txt: don't install initctl twice and respect WEBOS_INSTALL_BASE_SBINDIR 6bdfd3be webos: remove support for sota in DISTRO_FEATURES 5983c4de meta-webos-updater: remove 5a862143 solana-program-library: update SRCREV to get one fix from upstream fa7641a7 openh264=webos1 (fix installed-vs-shared QA issue with multilib) 77710d6c ecryptfs-utils: set --with-pamdir to fix QA issue with usrmerge 7f5431e8 com.webos.service.contextintentmgr: CMakeLists.txt: use systemdsystemunitdir instead of /lib/systemd/system 7ad65bee vmwgfx-layout: CMakeLists.txt: use systemd_system_unitdir instead of /lib/systemd/system e737a31e busybox=webos15 (add /bin/bash and /bin/echo to RPROVIDES with usrmerge) oe-core as of 2023-08-07 04:41:22 -1000 e1a604db8d build-appliance-image: Update to kirkstone head revision b6f4b3d43a gcc: fix runpath errors in cc1 binary 94ce10791c openssl: Upgrade 3.0.9 -> 3.0.10 4fd7e5951c gcc : upgrade to v11.4 e67d659847 cve-update-nvd2-native: always pass str for json.loads() 6d892c52bd go: fix CVE-2023-24531 a774c895f4 go: fix CVE-2023-24536 9bd4ddeb4b qemu: fix CVE-2023-2861 52711b1392 qemu: fix CVE-2023-3255 f549ff6db0 qemu: fix CVE-2023-3301 d5e7971e12 libarchive: ignore CVE-2023-30571 410cdbc70c libpcre2: patch CVE-2022-41409 bitbake as of 2023-08-04 15:39:16 +0100 41b66844 bitbake-layers: initialize tinfoil before registering command line arguments meta-oe as of 2023-08-11 10:32:04 -0400 529620141e nodejs: upgrade 16.20.1 -> 16.20.2 3e80d586ef python3-can: Add missing runtime dependencies 08079dd0c2 lmsensors: do not pull in unneeded perl modules for run-time dependencies 594c9cf6d3 redis: upgrade 7.0.11 -> 7.0.12 a7a66cdb13 Fix groupname gid change warning cb80533625 zabbix: fix CVE-2023-29450 83470f71c6 zabbix: fix CVE-2023-29449 5cb27408e1 python3-django: upgrade 4.2.1 -> 4.2.3 b3f7a2c118 python3-django: upgrade 3.2.19 -> 3.2.20 83f5741bd5 yasm: fix CVE-2023-31975 meta-clang as of 2023-08-07 13:20:23 -0700 99f0357 clang: Update to 14.0.6 26a3942 clang: Update to 14.0.4+ meta-virtualization as of 2023-08-16 13:34:55 +0000 e60f59f docker-ce: bump SRCREV_docker 36b5b74 docker: update to v20.10.25 + 58 commits to fix compatibility with go currently in kirkstone
1 parent 964f92a commit fb98bd5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

weboslayers.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,26 @@
5858
# github.com/openembedded repositories are read-only mirrors of the authoritative
5959
# repositories on git.openembedded.org
6060
webos_layers = [
61-
('bitbake', -1, 'https://github.com/openembedded/bitbake.git', 'branch=2.0,commit=907416ee', ''),
61+
('bitbake', -1, 'https://github.com/openembedded/bitbake.git', 'branch=2.0,commit=41b66844', ''),
6262

63-
('meta', 5, 'https://github.com/openembedded/openembedded-core.git', 'branch=kirkstone,commit=dc2e760591', 'oe-core'),
63+
('meta', 5, 'https://github.com/openembedded/openembedded-core.git', 'branch=kirkstone,commit=e1a604db8d', 'oe-core'),
6464

65-
('meta-oe', 10, 'https://github.com/openembedded/meta-openembedded.git', 'branch=kirkstone,commit=4da92ed9be', 'meta-oe'),
65+
('meta-oe', 10, 'https://github.com/openembedded/meta-openembedded.git', 'branch=kirkstone,commit=529620141e', 'meta-oe'),
6666
('meta-multimedia', 11, 'https://github.com/openembedded/meta-openembedded.git', '', 'meta-oe'),
6767
('meta-networking', 12, 'https://github.com/openembedded/meta-openembedded.git', '', 'meta-oe'),
6868
('meta-python', 13, 'https://github.com/openembedded/meta-openembedded.git', '', 'meta-oe'),
6969
('meta-filesystems', 14, 'https://github.com/openembedded/meta-openembedded.git', '', 'meta-oe'),
7070

71-
('meta-clang', 15, 'https://github.com/kraj/meta-clang.git', 'branch=kirkstone,commit=5563999', ''),
72-
('meta-virtualization', 17, 'https://git.yoctoproject.org/git/meta-virtualization', 'branch=kirkstone,commit=af02908', ''),
71+
('meta-clang', 15, 'https://github.com/kraj/meta-clang.git', 'branch=kirkstone,commit=99f0357', ''),
72+
('meta-virtualization', 17, 'https://git.yoctoproject.org/git/meta-virtualization', 'branch=kirkstone,commit=e60f59f', ''),
7373

7474
('meta-qt6', 20, 'https://code.qt.io/yocto/meta-qt6.git', 'branch=6.5.2,commit=v6.5.2', ''),
7575

7676
('meta-webos-backports-4.1', 30, 'https://github.com/webosose/meta-webosose.git', '', ''),
7777
('meta-webos-backports-4.2', 31, 'https://github.com/webosose/meta-webosose.git', '', ''),
7878
('meta-webos-backports-4.3', 32, 'https://github.com/webosose/meta-webosose.git', '', ''),
7979

80-
('meta-webos', 40, 'https://github.com/webosose/meta-webosose.git', 'branch=master,commit=aa5d6c05', ''),
80+
('meta-webos', 40, 'https://github.com/webosose/meta-webosose.git', 'branch=master,commit=a24f88f0', ''),
8181

8282
('meta-raspberrypi', 50, 'https://github.com/agherzan/meta-raspberrypi.git', 'branch=kirkstone,commit=80a12f7', ''),
8383
('meta-webos-raspberrypi', 51, 'https://github.com/webosose/meta-webosose.git', '', ''),

0 commit comments

Comments
 (0)