From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/20] Patch review
Date: Mon, 13 Jun 2022 04:21:32 -1000 [thread overview]
Message-ID: <cover.1655129917.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by end
of day Wednesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3774
The following changes since commit 6ade2bfdd9297896b9f251dd62f55e461fef1a3e:
rootfs.py: find .ko.zst kernel modules (2022-06-06 05:32:51 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Bruce Ashfield (8):
linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default
linux-yocto/5.15: update to v5.15.43
linux-yocto/5.10: update to v5.10.118
linux-yocto/5.15: Enable MDIO bus config
linux-yocto/5.15: cfg/xen: Move x86 configs to separate file
linux-yocto/5.15: update to v5.15.44
linux-yocto/5.10: update to v5.10.119
lttng-modules: fix build against 5.18-rc7+
Davide Gardenal (1):
baremetal-image: fix broken symlink in do_rootfs
He Zhe (1):
lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel
Jiaqing Zhao (1):
systemd: Correct 0001-pass-correct-parameters-to-getdents64.patch
Martin Jansa (3):
lttng-modules: fix shell syntax
buildhistory.bbclass: fix shell syntax when using dash
rootfs.py: close kernel_abi_ver_file
Pavel Zhukov (1):
bitbake.conf: Make TCLIBC and TCMODE lazy assigned
Richard Purdie (3):
sanity: Switch to make 4.0 as a minimum version
perl: Add dependency on make-native to avoid race issues
glibc: Drop make-native dependency
wangmy (2):
iso-codes: upgrade 4.9.0 -> 4.10.0
lttng-ust: upgrade 2.13.2 -> 2.13.3
meta/classes/baremetal-image.bbclass | 7 ++-
meta/classes/buildhistory.bbclass | 2 +-
meta/classes/sanity.bbclass | 30 +---------
meta/conf/bitbake.conf | 4 +-
meta/lib/oe/rootfs.py | 4 +-
meta/recipes-core/glibc/glibc_2.35.bb | 2 +-
...ass-correct-parameters-to-getdents64.patch | 13 ++--
meta/recipes-devtools/perl/perl_5.34.1.bb | 2 +
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +--
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++----
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 ++++----
...emove-unused-tracepoints-v5.10-v5.15.patch | 44 ++++++++++++++
...g-Append-prev_state-to-tp-args-inste.patch | 59 +++++++++++++++++++
.../lttng/lttng-modules_2.13.3.bb | 2 +
...ttng-ust_2.13.2.bb => lttng-ust_2.13.3.bb} | 2 +-
...iso-codes_4.9.0.bb => iso-codes_4.10.0.bb} | 2 +-
19 files changed, 169 insertions(+), 80 deletions(-)
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-random-remove-unused-tracepoints-v5.10-v5.15.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-sched-tracing-Append-prev_state-to-tp-args-inste.patch
rename meta/recipes-kernel/lttng/{lttng-ust_2.13.2.bb => lttng-ust_2.13.3.bb} (95%)
rename meta/recipes-support/iso-codes/{iso-codes_4.9.0.bb => iso-codes_4.10.0.bb} (94%)
--
2.25.1
next reply other threads:[~2022-06-13 14:22 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-13 14:21 Steve Sakoman [this message]
2022-06-13 14:21 ` [OE-core][kirkstone 01/20] sanity: Switch to make 4.0 as a minimum version Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 02/20] perl: Add dependency on make-native to avoid race issues Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 03/20] glibc: Drop make-native dependency Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 04/20] bitbake.conf: Make TCLIBC and TCMODE lazy assigned Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 05/20] baremetal-image: fix broken symlink in do_rootfs Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 06/20] iso-codes: upgrade 4.9.0 -> 4.10.0 Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 07/20] lttng-ust: upgrade 2.13.2 -> 2.13.3 Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 08/20] linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 09/20] linux-yocto/5.15: update to v5.15.43 Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 10/20] linux-yocto/5.10: update to v5.10.118 Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 11/20] linux-yocto/5.15: Enable MDIO bus config Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 12/20] linux-yocto/5.15: cfg/xen: Move x86 configs to separate file Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 13/20] linux-yocto/5.15: update to v5.15.44 Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 14/20] linux-yocto/5.10: update to v5.10.119 Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 15/20] lttng-modules: fix build against 5.18-rc7+ Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 16/20] lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 17/20] lttng-modules: fix shell syntax Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 18/20] systemd: Correct 0001-pass-correct-parameters-to-getdents64.patch Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 19/20] buildhistory.bbclass: fix shell syntax when using dash Steve Sakoman
2022-06-13 14:21 ` [OE-core][kirkstone 20/20] rootfs.py: close kernel_abi_ver_file Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-09-20 22:30 [OE-core][kirkstone 00/20] 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.1655129917.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.