From cc28f4b9a282b36dcb9118ecc26056a293517000 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Mon, 29 Aug 2022 05:58:40 +0000
Subject: [PATCH] default.xml: Bump openembedded-core revision
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* 54ee67b : vim: Upgrade 9.0.0115 -> 9.0.0242 - Richard Purdie
* 7709a8c : packagegroup-self-hosted: update for strace - Kai Kang
* 9661656 : create-spdx: handle links to inaccessible locations - Peter Marko
* 099e000 : linux-yocto: prepend the the value with a space when append to KERNEL_EXTRA_ARGS - Jose Quaresma
* 00337a5 : apt: fix nativesdk-apt build failure during the second time build - Changqing Li
* 2556d0b : archiver.bbclass: some recipes that uses the kernelsrc bbclass uses the shared source - Jose Quaresma
* 6d1beda : perf: Fix reproducibility issues with 5.19 onwards - Richard Purdie
* ed0cbea : libpam: use /run instead of /var/run in systemd tmpfiles - Beniamin Sandu
* a5555a2 : tcp-wrappers: Fix implicit-function-declaration warnings - Khem Raj
* 123f04b : cracklib: Drop using register keyword - Khem Raj
* 3e1c254 : python3-pip: Fix RDEPENDS after the update - Daiane Angolini
* 4579002 : weston: upgrade 10.0.1 -> 10.0.2 - Alexander Kanavin
* c13a40b : webkitgtk: upgrade 2.36.4 -> 2.36.5 - Alexander Kanavin
* 63b38e5 : mobile-broadband-provider-info: upgrade 20220511 -> 20220725 - Alexander Kanavin
* 8dc75fd : libwebp: upgrade 1.2.2 -> 1.2.3 - Alexander Kanavin
* 70cd3c0 : libcap: upgrade 2.64 -> 2.65 - Alexander Kanavin
* b23e43e : libcap: upgrade 2.63 -> 2.64 - wangmy
* 2d0254a : iso-codes: upgrade 4.10.0 -> 4.11.0 - Alexander Kanavin
* 56b8dbf : ell: upgrade 0.49 -> 0.50 - Alexander Kanavin
* 89feb5d : libwpe: upgrade 1.12.0 -> 1.12.2 - Alexander Kanavin
* 4fdb3d4 : bluez5: update 5.64 -> 5.65 - Alexander Kanavin
* 5acea6e : go: update v1.17.12 -> v1.17.13 - Sakib Sajal
* 057a6f8 : cve-check: Don't use f-strings - Ernst Sjöstrand
* 5e99aaa : grub2: fix several CVEs - Yongxin Liu
* 8123b22 : u-boot: fix CVE-2022-33967 - Sakib Sajal
* db5212c : u-boot: fix CVE-2022-30552 - Sakib Sajal
* ea0d6f2 : connman: Backports for security fixes - Khem Raj
* a2806f2 : libxml2: Ignore CVE-2016-3709 - Khem Raj
* 4ad7470 : libtiff: CVE-2022-34526 A stack overflow was discovered - 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 29a8eb55..d5c245ff 100644
--- a/manifests/default.xml
+++ b/manifests/default.xml
@@ -26,7 +26,7 @@ SPDX-FileCopyrightText: Huawei Inc.
 	<remote name="seco" fetch="https://git.seco.com" />
 
 	<project name="bitbake" remote="openembedded" revision="bc85c044ec250001855f2f9f0717ac031feab7c2" path="bitbake" />
-	<project name="openembedded-core" remote="openembedded" revision="10891d4d955f347c328cf8c099031f05f5c855a2" path="oe-core" />
+	<project name="openembedded-core" remote="openembedded" revision="54ee67b1a805a07288925d56e9956aabc23b6ab2" 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