From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][styhead 00/27] Patch review
Date: Wed, 23 Oct 2024 05:34:08 -0700 [thread overview]
Message-ID: <cover.1729686660.git.steve@sakoman.com> (raw)
Please review this set of changes for styhead and have comments back by
end of day Friday, October 25
Passed a-full on autobuilder:
https://valkyrie.yoctoproject.org/#/builders/29/builds/313
The following changes since commit 0d0f3541552b073f3536176e2caf847bec24548d:
oeqa/postactions: Fix archive retrieval from target (2024-09-20 16:00:20 +0100)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/styhead-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/styhead-nut
Bruce Ashfield (6):
linux-yocto/6.6: update to v6.6.52
linux-yocto/6.6: update to v6.6.54
linux-yocto/6.10: update to v6.10.11
linux-yocto/6.10: update to v6.10.12
linux-yocto/6.10: update to v6.10.13
linux-yocto/6.10: update to v6.10.14
Chen Qi (1):
json-c: avoid ptest failure caused by valgrind
Daniel McGregor (1):
libpam: use libdir in conditional
Deepthi Hemraj (1):
glibc: stable 2.40 branch updates
Harish Sadineni (2):
oeqa/selftest/gcc: Fix kex exchange identification error
binutils: Add missing perl modules to RDEPENDS for nativsdk variant
Jonas Gorski (1):
rootfs-postcommands.bbclass: make opkg status reproducible
Khem Raj (3):
linux-yocto: Enable l2tp drivers when ptest featuee is on
bluez: Fix mesh builds on musl
qemu: Fix build on musl/riscv64
Niko Mauno (2):
bitbake.conf: Mark VOLATILE_LOG_DIR as obsolete
bitbake.conf: Mark VOLATILE_TMP_DIR as obsolete
Peter Kjellerstedt (1):
image.bbclass: Drop support for ImageQAFailed exceptions in image_qa
Peter Marko (1):
wpa-supplicant: Ignore CVE-2024-5290
Purushottam Choudhary (1):
kmscube: Upgrade to latest revision
Richard Purdie (2):
efi-bootdisk.wks: Increase overhead-factor to avoid test failures
binutils: Fix binutils mingw packaging
Ross Burton (1):
icu: update patch Upstream-Status
Sergei Zhmylev (1):
lsb-release: fix Distro Codename shell escaping
Shunsuke Tokumoto (1):
python3-setuptools: Add "python:setuptools" to CVE_PRODUCT
Wang Mingyu (2):
git: upgrade 2.46.0 -> 2.46.1
libevdev: upgrade 1.13.2 -> 1.13.3
meta/classes-recipe/image.bbclass | 15 +--
.../rootfs-postcommands.bbclass | 4 +
meta/conf/bitbake.conf | 2 +
meta/lib/oe/utils.py | 13 --
meta/lib/oeqa/selftest/cases/gcc.py | 2 +
meta/recipes-connectivity/bluez5/bluez5.inc | 1 +
...ove-local-basename-into-utility-file.patch | 114 ++++++++++++++++++
.../wpa-supplicant/wpa-supplicant_2.11.bb | 2 +
meta/recipes-core/glibc/glibc-version.inc | 2 +-
meta/recipes-devtools/binutils/binutils.inc | 2 +-
.../binutils/binutils_2.43.1.bb | 4 +
.../git/{git_2.46.0.bb => git_2.46.1.bb} | 2 +-
meta/recipes-devtools/json-c/json-c/run-ptest | 2 +
.../python/python3-setuptools_72.1.0.bb | 2 +
meta/recipes-devtools/qemu/qemu.inc | 1 +
.../qemu/qemu/fix-strerrorname_np.patch | 27 +++++
meta/recipes-extended/lsb/lsb-release_1.4.bb | 2 +-
meta/recipes-extended/pam/libpam_1.6.1.bb | 2 +-
meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +-
.../linux/linux-yocto-rt_6.10.bb | 6 +-
.../linux/linux-yocto-rt_6.6.bb | 6 +-
.../linux/linux-yocto-tiny_6.10.bb | 6 +-
.../linux/linux-yocto-tiny_6.6.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_6.10.bb | 30 ++---
meta/recipes-kernel/linux/linux-yocto_6.6.bb | 28 ++---
.../icu/icu/fix-install-manx.patch | 4 +-
...{libevdev_1.13.2.bb => libevdev_1.13.3.bb} | 2 +-
.../lib/wic/canned-wks/efi-bootdisk.wks.in | 2 +-
28 files changed, 216 insertions(+), 75 deletions(-)
create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-mesh-Move-local-basename-into-utility-file.patch
rename meta/recipes-devtools/git/{git_2.46.0.bb => git_2.46.1.bb} (98%)
create mode 100644 meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch
rename meta/recipes-support/libevdev/{libevdev_1.13.2.bb => libevdev_1.13.3.bb} (87%)
--
2.34.1
next reply other threads:[~2024-10-23 12:34 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-23 12:34 Steve Sakoman [this message]
2024-10-23 12:34 ` [OE-core][styhead 01/27] wpa-supplicant: Ignore CVE-2024-5290 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 02/27] python3-setuptools: Add "python:setuptools" to CVE_PRODUCT Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 03/27] glibc: stable 2.40 branch updates Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 04/27] linux-yocto/6.6: update to v6.6.52 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 05/27] linux-yocto/6.6: update to v6.6.54 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 06/27] linux-yocto: Enable l2tp drivers when ptest featuee is on Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 07/27] efi-bootdisk.wks: Increase overhead-factor to avoid test failures Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 08/27] linux-yocto/6.10: update to v6.10.11 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 09/27] linux-yocto/6.10: update to v6.10.12 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 10/27] linux-yocto/6.10: update to v6.10.13 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 11/27] linux-yocto/6.10: update to v6.10.14 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 12/27] git: upgrade 2.46.0 -> 2.46.1 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 13/27] libevdev: upgrade 1.13.2 -> 1.13.3 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 14/27] kmscube: Upgrade to latest revision Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 15/27] oeqa/selftest/gcc: Fix kex exchange identification error Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 16/27] bluez: Fix mesh builds on musl Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 17/27] qemu: Fix build on musl/riscv64 Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 18/27] binutils: Add missing perl modules to RDEPENDS for nativsdk variant Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 19/27] libpam: use libdir in conditional Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 20/27] binutils: Fix binutils mingw packaging Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 21/27] json-c: avoid ptest failure caused by valgrind Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 22/27] icu: update patch Upstream-Status Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 23/27] rootfs-postcommands.bbclass: make opkg status reproducible Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 24/27] lsb-release: fix Distro Codename shell escaping Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 25/27] bitbake.conf: Mark VOLATILE_LOG_DIR as obsolete Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 26/27] bitbake.conf: Mark VOLATILE_TMP_DIR " Steve Sakoman
2024-10-23 12:34 ` [OE-core][styhead 27/27] image.bbclass: Drop support for ImageQAFailed exceptions in image_qa Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1729686660.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.