From 7278313b4d9d254fe0cd9c24e896407b3bf32aca Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Thu, 23 Jun 2022 11:41:14 +0200 Subject: [PATCH] manifests/default.xml : Bump oe-core revision * b2d10487f8 liberror-perl: Update sstate/equiv versions to clean cache - Richard Purdie * 7cdaac4a5a systemd: update 0008-add-missing-FTW_-macros-for-musl.patch - Pavel Zhukov * 6fa49ffcf2 archiver: don't use machine variables in shared recipes - Jose Quaresma * 7211a6fb51 gcc-source: Fix incorrect task dependencies from ${B} - Richard Purdie * 025d22e9c9 git: fix override syntax in RDEPENDS - Yi Zhao * 6168dbc9b2 popt: fix override syntax in RDEPENDS - Yi Zhao * 8876f33f08 e2fsprogs: add alternatives handling of lsattr as well - Rasmus Villemoes * 8c74bca4d6 oescripts: change compare logic in OEListPackageconfigTests - Mingli Yu * d8e454b370 xxhash: fix build with gcc 12 - Kai Kang * d8cb65b2ae archiver: use bb.note instead of echo - Jose Quaresma * 3beb0f1d44 meson.bbclass: add cython binary to cross/native toolchain config - Jack Mitchell * 5e6f4d0d3d devtool: Fix _copy_file() TypeError - Xiaobing Luo * e150443701 selftest/multiconfig: Test that multiconfigs in separate layers works - Richard Purdie * ea280917fc uboot-sign: Fix potential index error issues - Richard Purdie * b85e29de4b vim: Upgrade 8.2.5034 -> 8.2.5083 - Richard Purdie 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 87847f2b..bc2fca5e 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="494fcfcb7c4469915c67f544997104d81c417266" path="bitbake" /> - <project name="openembedded-core" remote="openembedded" revision="0f7a8359ba370c7f5d5153453ed699e9566f5b1d" path="oe-core" /> + <project name="openembedded-core" remote="openembedded" revision="b2d10487f80deb04a0893325a1ae79c8629a7655" path="oe-core" /> <project name="meta-openembedded" remote="openembedded" revision="fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7" path="meta-openembedded" /> <project name="aehs29/meta-freertos" remote="github" revision="98a6838261d36b8f79c5fbae1736492169727a1e" path="meta-freertos" /> <project name="meta-intel" remote="yocto" revision="8e472da759cd5a5bf2ece041d2796db56b1d5482" path="meta-intel" /> -- GitLab