From b95650d00bda615b02c65a3f0bc3acab5bd0f761 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Tue, 23 Aug 2022 14:34:12 +0000 Subject: [PATCH] default.xml: Bump openembedded-core revision * 10891d4 : lttng-modules: replace mips compaction fix with upstream change - Bruce Ashfield * 86c1096 : lttng-modules: fix build against mips and v5.19 kernel - Bruce Ashfield * a69cb04 : lttng-modules: fix 5.19+ build - Bruce Ashfield * a894fda : selftest/wic: Tweak test case to not depend on kernel size - Richard Purdie * 3f25837 : relocate_sdk.py: ensure interpreter size error causes relocation to fail - Paul Eggleton * 394c1bb : nativesdk: Clear TUNE_FEATURES - Richard Purdie * b60f4c7 : scripts/oe-setup-builddir: make it known where configurations come from - Alexander Kanavin * aeec7cc : cmake: remove CMAKE_ASM_FLAGS variable in toolchain file - Martin Beeger * f595240 : boost: fix install of fiber shared libraries - Mikko Rapeli * 9079992 : create-spdx: ignore packing control files from ipk and deb - Jose Quaresma * 504b50a : create-spdx: Fix supplier field - Mihai Lindner * 31ed9d6 : archiver.bbclass: remove unsed do_deploy_archives[dirs] - Jose Quaresma * fcb55a1 : runqemu: Add missing space on default display option - Mark Hatle * 72bfdca : devtool/upgrade: catch bb.fetch2.decodeurl errors - Alexander Kanavin * a7d406d : devtool/upgrade: correctly clean up when recipe filename isn't yet known - Alexander Kanavin * 3aee342 : devtool: error out when workspace is using old override syntax - Roland Hieber * 27e4c6f : vim: update from 9.0.0063 to 9.0.0115 - Randy MacLeod * 46ac4a9 : zlib: CVE-2022-37434 a heap-based buffer over-read - Hitendra Prajapati * 49781a7 : gnutls: CVE-2022-2509 Double free during gnutls_pkcs7_verify - Hitendra Prajapati * af701fd : u-boot: fix CVE-2022-33103 - Sakib Sajal * f2ebd77 : qemu: fix CVE-2022-0216 - Sakib Sajal * 99c4b60 : qemu: fix CVE-2022-0358 - Sakib Sajal * a171d1f : qemu: fix CVE-2021-4158 - Sakib Sajal * 3be3101 : qemu: fix CVE-2021-3929 - Sakib Sajal * 8ad9e87 : qemu: fix CVE-2021-3507 - Sakib Sajal * 978bc91 : gdk-pixbuf: CVE-2021-46829 a heap-based buffer overflow - Hitendra Prajapati Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> --- manifests/default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/default.xml b/manifests/default.xml index 9a65ee44..e03b9d0a 100644 --- a/manifests/default.xml +++ b/manifests/default.xml @@ -25,7 +25,7 @@ SPDX-FileCopyrightText: Huawei Inc. <remote name="seco" fetch="https://git.seco.com" /> <project name="bitbake" remote="openembedded" revision="b8fd6f5d9959d27176ea016c249cf6d35ac8ba03" path="bitbake" /> - <project name="openembedded-core" remote="openembedded" revision="2cafa6ed5f0aa9df5a120b6353755d56c7c7800d" path="oe-core" /> + <project name="openembedded-core" remote="openembedded" revision="10891d4d955f347c328cf8c099031f05f5c855a2" path="oe-core" /> <project name="meta-openembedded" remote="openembedded" revision="acbe74879807fc6f82b62525d32c823899e19036" path="meta-openembedded" /> <project name="aehs29/meta-freertos" remote="github" revision="0d0f168b1bbcdfa8d88d97eefc206a18802a66eb" path="meta-freertos" /> <project name="meta-intel" remote="yocto" revision="15cdda250fc5aa762ac0139087f96411ca696036" path="meta-intel" /> -- GitLab