From 21c28dea36996fbda225808de7e1e13150bd45b3 Mon Sep 17 00:00:00 2001
From: Marta Rybczynska <marta.rybczynska@huawei.com>
Date: Wed, 21 Sep 2022 10:01:28 +0200
Subject: [PATCH] default.xml: Bump openembedded-core revision
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* bc2e5e9 : vim: Upgrade 9.0.0341 -> 9.0.0453 - Richard Purdie
* ce5d088 : lighttpd: upgrade 1.4.65 -> 1.4.66 - Alexander Kanavin
* da8fc1c : lighttpd: upgrade 1.4.64 -> 1.4.65 - wangmy
* 71f09bc : systemd: Add 'no-dns-fallback' PACKAGECONFIG option - niko.mauno@vaisala.com
* d8ade58 : systemd: Fix unwritable /var/lock when no sysvinit handling - niko.mauno@vaisala.com
* 08406e0 : runqemu: display host uptime when starting - Alexandre Belloni
* 2a860de : oeqa: qemurunner: Report UNIX Epoch timestamp on login - Joshua Watt
* 70f7575 : externalsrc: Don't wipe out src dir when EXPORT_FUNCTIONS is used. - Kristian Amlie
* e713e11 : rootfs.py: dont try to list installed packages for baremetal images - Alejandro Hernandez Samaniego
* 654d354 : cairo: Adapt the license information based on what is being built - Peter Kjellerstedt
* 31cff4d : rootfs-postcommands.bbclass: avoid moving ssh host keys if etc is writable - Peter Bergin
* a097254 : core-image.bbclass: Exclude openssh complementary packages - Pavel Zhukov
* 8bf4356 : libxml2: Port gentest.py to Python-3 - Martin Jansa
* 0edeb22 : autoconf: Update K & R stype functions - Khem Raj
* 7863774 : autoconf: Fix strict prototype errors in generated tests - Khem Raj
* e36f3c3 : kernel: Use consistent make flags for menuconfig - Richard Purdie
* 0872e11 : kernel: Always set CC and LD for the kernel build - Richard Purdie
* 47f6d0d : gcc-multilib-config: Fix i686 toolchain relocation issues - Richard Purdie
* fe8e545 : ruby: drop capstone support - Alexandre Belloni
* 90b0762 : vala: upgrade 0.56.2 -> 0.56.3 - wangmy
* db2c661 : cracklib: upgrade 2.9.7 -> 2.9.8 - wangmy
* bfce90b : npm: use npm_registry to cache package - Enrico Scholz
* 1713240 : lib:npm_registry: initial checkin - Enrico Scholz
* 81ad706 : npm: take 'version' directly from 'package.json' - Enrico Scholz
* 2f5c537 : npm: return content of 'package.json' in 'npm_pack' - Enrico Scholz
* 8a83fbc : npm: replace 'npm pack' call by 'tar czf' - Enrico Scholz
* 149f61e : kernel-fitimage.bbclass: add padding algorithm property in config nodes - LUIS ENRIQUEZ
* a4dfcb1 : meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE - Ming Liu
* b765d23 : scripts/runqemu.README: fix typos and trailing whitespaces - Ulrich Ölmann
* fa5e99a : pseudo: Update to include recent upstream minor fixes - Richard Purdie
* 4d603cc : bitbake.conf: set BB_DEFAULT_UMASK using ??= - Rasmus Villemoes
* 8784e37 : apr: Cache configure tests which use AC_TRY_RUN - Khem Raj
* 371e574 : maintainers: update opkg maintainer - Alex Stewart
* f29dd96 : insane.bbclass: Skip patches not in oe-core by full path - Yang Xu
* 8883d39 : lz4: upgrade 1.9.3 -> 1.9.4 - wangmy
* 8bcf5d5 : libatomic-ops: upgrade 7.6.12 -> 7.6.14 - wangmy
* f10345e : libwpe: upgrade 1.12.2 -> 1.12.3 - wangmy
* 2852ebc : liburcu: upgrade 0.13.1 -> 0.13.2 - wangmy
* 005bfa0 : libtasn1: upgrade 4.18.0 -> 4.19.0 - wangmy
* b6eb009 : vim: Upgrade 9.0.0242 -> 9.0.0341 - Richard Purdie
* 90917ca : cve-check: close cursors as soon as possible - Ross Burton
* 655bc5a : classes: cve-check: Get shared database lock - Joshua Watt
* 9644d9a : binutils : CVE-2022-38533 - pgowda
* 40bbdb4 : curl: Backport patch for CVE-2022-35252 - Robert Joslyn
* f28dc52 : sqlite: add CVE-2022-35737 patch to SRC_URI - Chee Yang Lee

Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>
---
 manifests/default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/default.xml b/manifests/default.xml
index 40b097ca..415273ea 100644
--- a/manifests/default.xml
+++ b/manifests/default.xml
@@ -27,7 +27,7 @@ SPDX-FileCopyrightText: Huawei Inc.
 	<remote name="seco" fetch="https://git.seco.com" />
 
 	<project name="bitbake" remote="openembedded" revision="ac576d6fad6bba0cfea931883f25264ea83747ca" path="bitbake" />
-	<project name="openembedded-core" remote="openembedded" revision="2363d69d687fc8e53a7c97bf5300e59c9a04f22e" path="oe-core" />
+	<project name="openembedded-core" remote="openembedded" revision="bc2e5e961e88eb9f4d8cd1f2ee0ed56ab00774a9" 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