From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] linux-yocto: consolidated pull request
Date: Fri, 2 Jul 2021 11:13:40 -0400 [thread overview]
Message-ID: <cover.1625238537.git.bruce.ashfield@gmail.com> (raw)
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here's the next consolidated pull request. It has two normal -stable updates
for 5.10 and 5.4, as well as the first steps in bringing 5.13 in as the
reference kernel (and then dropping 5.4 from master).
I've built and booted 5.13 as the default for qemu*, as well as building it
against both musl and glibc with the 5.13 libc-headers. I didn't run into
any issues, and neither did my AB runs (I'd like to think it is all the
other patches that have been sent as linux-yocto-dev moved foward that made
this relatively few patches now).
I've also ensured that AB intermittent fixes are in place for 5.13, so it
is safe from that point of vew as well. Folks without exlcit versions set,
will get 5.13, but it is already sane and fit for that purpose.
Obviously you can pick and chose what you need from this if there are issues,
and I'm around to trouble shoot anything that pops up.
Cheers,
Bruce
The following changes since commit bc164bd86aadf981bb29807ab95265f79a176f8d:
releases: update to include 3.1.9 (2021-07-02 07:24:21 +0100)
are available in the Git repository at:
git://git.yoctoproject.org/poky-contrib zedd/kernel
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (8):
linux-yocto/5.10: update to v5.10.47
linux-yocto/5.4: update to v5.4.129
linux-yocto/5.10: scsi-debug needs scsi-disk
linux-libc-headers: update to 5.13
kernel-devsrc: fix scripts/prepare for ARM64
kernel-devsrc: fix scripts prepare for powerpc
kernel-devsrc: powerpc64 add scripts prepare support
linux-yocto: introduce 5.13 recipes
meta/conf/distro/include/tcmode-default.inc | 2 +-
...e-inclusion-of-sysinfo.h-in-kernel.h.patch | 12 ++--
...ers_5.10.bb => linux-libc-headers_5.13.bb} | 5 +-
meta/recipes-kernel/linux/kernel-devsrc.bb | 24 +++++++-
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-rt_5.13.bb | 45 ++++++++++++++
.../linux/linux-yocto-rt_5.4.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +--
.../linux/linux-yocto-tiny_5.13.bb | 32 ++++++++++
.../linux/linux-yocto-tiny_5.4.bb | 8 +--
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++----
meta/recipes-kernel/linux/linux-yocto_5.13.bb | 58 +++++++++++++++++++
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++----
13 files changed, 204 insertions(+), 48 deletions(-)
rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.10.bb => linux-libc-headers_5.13.bb} (80%)
create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb
create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb
create mode 100644 meta/recipes-kernel/linux/linux-yocto_5.13.bb
--
2.19.1
next reply other threads:[~2021-07-02 15:13 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-02 15:13 Bruce Ashfield [this message]
2021-07-02 15:13 ` [PATCH 1/8] linux-yocto/5.10: update to v5.10.47 Bruce Ashfield
2021-07-02 15:13 ` [PATCH 2/8] linux-yocto/5.4: update to v5.4.129 Bruce Ashfield
2021-07-02 15:13 ` [PATCH 3/8] linux-yocto/5.10: scsi-debug needs scsi-disk Bruce Ashfield
2021-07-02 15:13 ` [PATCH 4/8] linux-libc-headers: update to 5.13 Bruce Ashfield
2021-07-06 17:42 ` [OE-core] " Khem Raj
2021-07-06 18:02 ` Bruce Ashfield
2021-07-06 22:01 ` Khem Raj
2021-07-07 5:36 ` Khem Raj
2021-07-02 15:13 ` [PATCH 5/8] kernel-devsrc: fix scripts/prepare for ARM64 Bruce Ashfield
2021-07-02 15:13 ` [PATCH 6/8] kernel-devsrc: fix scripts prepare for powerpc Bruce Ashfield
2021-07-02 15:13 ` [PATCH 7/8] kernel-devsrc: powerpc64 add scripts prepare support Bruce Ashfield
2021-07-02 15:13 ` [PATCH 8/8] linux-yocto: introduce 5.13 recipes Bruce Ashfield
2021-07-03 22:02 ` [PATCH 0/8] linux-yocto: consolidated pull request Richard Purdie
2021-07-04 2:43 ` Bruce Ashfield
-- strict thread matches above, loose matches on Subject: below --
2023-09-05 14:37 bruce.ashfield
2023-03-01 15:13 bruce.ashfield
2021-07-15 19:30 Bruce Ashfield
2021-02-03 3:23 [PATCH 0/8]: " Bruce Ashfield
2019-03-25 3:11 [PATCH 0/8] " bruce.ashfield
2016-12-08 17:58 Bruce Ashfield
2016-06-28 2:40 Bruce Ashfield
2016-04-02 0:09 Bruce Ashfield
2015-02-06 16:31 Bruce Ashfield
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.1625238537.git.bruce.ashfield@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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.