From 765dbf67233906a1ebb58fb5dae7fcdb4ffabafe Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Mon, 20 Jun 2022 07:18:49 +0200 Subject: [PATCH] default.xml: Bump oe-core revision Changes since last update: * 0f7a8359ba rootfs.py: close kernel_abi_ver_file - Martin Jansa * 9478e53995 buildhistory.bbclass: fix shell syntax when using dash - Martin Jansa * 741030ce32 systemd: Correct 0001-pass-correct-parameters-to-getdents64.patch - Jiaqing Zhao * 92a5fb9138 lttng-modules: fix shell syntax - Martin Jansa * 48aad396d9 lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel - He Zhe * 6c689e1b6f lttng-modules: fix build against 5.18-rc7+ - Bruce Ashfield * a4b49bdba4 linux-yocto/5.10: update to v5.10.119 - Bruce Ashfield * 87f0b01ea3 linux-yocto/5.15: update to v5.15.44 - Bruce Ashfield * 6b82997af3 linux-yocto/5.15: cfg/xen: Move x86 configs to separate file - Bruce Ashfield * 10bb8f0309 linux-yocto/5.15: Enable MDIO bus config - Bruce Ashfield * 88ce6da03c linux-yocto/5.10: update to v5.10.118 - Bruce Ashfield * 3fb0fd6630 linux-yocto/5.15: update to v5.15.43 - Bruce Ashfield * 8f04684552 linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default - Bruce Ashfield * 64ac42262d lttng-ust: upgrade 2.13.2 -> 2.13.3 - wangmy * c4114d9bfb iso-codes: upgrade 4.9.0 -> 4.10.0 - wangmy * fb4672a8b4 baremetal-image: fix broken symlink in do_rootfs - Davide Gardenal * e30ef926e4 bitbake.conf: Make TCLIBC and TCMODE lazy assigned - Pavel Zhukov * e36a8a22bd glibc: Drop make-native dependency - Richard Purdie * 6b1bc1366b perl: Add dependency on make-native to avoid race issues - Richard Purdie * 4b694ded86 sanity: Switch to make 4.0 as a minimum version - 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 ebc8e0cb..87847f2b 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="6ade2bfdd9297896b9f251dd62f55e461fef1a3e" path="oe-core" /> + <project name="openembedded-core" remote="openembedded" revision="0f7a8359ba370c7f5d5153453ed699e9566f5b1d" 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