From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][styhead 00/18] Patch review
Date: Tue, 26 Nov 2024 20:11:20 -0800 [thread overview]
Message-ID: <cover.1732680538.git.steve@sakoman.com> (raw)
Please review this set of changes for styhead and have comments back by
end of day Thursday, November 28
Passed a-full on autobuilder:
https://valkyrie.yoctoproject.org/#/builders/29/builds/532
The following changes since commit 045d50e63bcaf13056ce749c616eecc4d4516958:
e2fsprogs: removed 'sed -u' option (2024-11-22 05:46:04 -0800)
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
Aleksandar Nikolic (1):
scripts/install-buildtools: Update to 5.1
Alexander Kanavin (3):
selftest/sstatetests: run CDN mirror check only once
package_rpm: use zstd's default compression level
package_rpm: restrict rpm to 4 threads
Bruce Ashfield (3):
linux-yocto/6.10: genericarm64.cfg: enable CONFIG_DMA_CMA
linux-yocto/6.10: cfg: gpio: allow to re-enable the deprecated GPIO
sysfs interface
linux-yocto/6.10: bsp/genericarm64: disable ARM64_SME
Chen Qi (1):
shadow: use update-alternatives to handle groups.1
Jinfeng Wang (1):
tzdata/tzcode-native: upgrade 2024a -> 2024b
Kai Kang (1):
kexec-tools: update COMPATIBLE_HOST because of makedumpfile
Markus Volk (1):
gcc: add a backport patch to fix an issue with tzdata 2024b
Martin Jansa (1):
ffmpeg: fix packaging examples
Peter Marko (2):
cve-check: do not skip cve status description after :
cve-check: fix malformed cve status description with : characters
Richard Purdie (1):
openssl: Fix SDK environment script to avoid unbound variable
Vijay Anusuri (1):
xwayland: upgrade 24.1.3 -> 24.1.4
Wang Mingyu (1):
xwayland: upgrade 24.1.2 -> 24.1.3
Yi Zhao (1):
systemd: fix broken links for sysvinit-compatible commands
meta/classes-global/package_rpm.bbclass | 3 +-
meta/lib/oe/cve_check.py | 4 +-
meta/lib/oeqa/selftest/cases/sstatetests.py | 2 -
.../openssl/files/environment.d-openssl.sh | 2 +-
.../packagegroup-core-tools-testapps.bb | 1 +
meta/recipes-core/systemd/systemd_256.5.bb | 6 +-
meta/recipes-devtools/gcc/gcc-14.2.inc | 1 +
...4fffe3fc82a710bea66ad651720d71c938b8.patch | 549 ++++++++++++++++++
meta/recipes-extended/shadow/shadow.inc | 3 +-
meta/recipes-extended/timezone/timezone.inc | 6 +-
...{xwayland_24.1.2.bb => xwayland_24.1.4.bb} | 2 +-
.../kexec/kexec-tools_2.0.29.bb | 3 +
.../linux/linux-yocto-rt_6.10.bb | 2 +-
.../linux/linux-yocto-tiny_6.10.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_6.10.bb | 2 +-
.../recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb | 2 +-
scripts/install-buildtools | 4 +-
17 files changed, 575 insertions(+), 19 deletions(-)
create mode 100644 meta/recipes-devtools/gcc/gcc/gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch
rename meta/recipes-graphics/xwayland/{xwayland_24.1.2.bb => xwayland_24.1.4.bb} (96%)
--
2.34.1
next reply other threads:[~2024-11-27 4:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 4:11 Steve Sakoman [this message]
2024-11-27 4:11 ` [OE-core][styhead 01/18] cve-check: do not skip cve status description after : Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 02/18] cve-check: fix malformed cve status description with : characters Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 03/18] tzdata/tzcode-native: upgrade 2024a -> 2024b Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 04/18] xwayland: upgrade 24.1.2 -> 24.1.3 Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 05/18] xwayland: upgrade 24.1.3 -> 24.1.4 Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 06/18] linux-yocto/6.10: genericarm64.cfg: enable CONFIG_DMA_CMA Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 07/18] linux-yocto/6.10: cfg: gpio: allow to re-enable the deprecated GPIO sysfs interface Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 08/18] linux-yocto/6.10: bsp/genericarm64: disable ARM64_SME Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 09/18] scripts/install-buildtools: Update to 5.1 Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 10/18] systemd: fix broken links for sysvinit-compatible commands Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 11/18] ffmpeg: fix packaging examples Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 12/18] shadow: use update-alternatives to handle groups.1 Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 13/18] openssl: Fix SDK environment script to avoid unbound variable Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 14/18] selftest/sstatetests: run CDN mirror check only once Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 15/18] kexec-tools: update COMPATIBLE_HOST because of makedumpfile Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 16/18] gcc: add a backport patch to fix an issue with tzdata 2024b Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 17/18] package_rpm: use zstd's default compression level Steve Sakoman
2024-11-27 4:11 ` [OE-core][styhead 18/18] package_rpm: restrict rpm to 4 threads Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2025-01-08 21:16 [OE-core][styhead 00/18] Patch review 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.1732680538.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox