From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/17] linux-yocto: consolidated pull request
Date: Sun, 16 Dec 2018 22:38:12 -0500 [thread overview]
Message-ID: <cover.1545017774.git.bruce.ashfield@windriver.com> (raw)
Hi all,
Here is the latest linux-yocto consolidated pull request. Some of these commits
are re-sends of changes that didn't make the release, and others are new.
Most are routine -stable bumps, configuration cleanups, etc, and shouldn't cause
any issues.
The more interesting part of this queue is the introduction of 4.19 reference
kernels to replace 4.14 as the LTS version in master. I've built and booted it
on qemu*, so it is sane from that point of view.
I'm trying to separate out the kernel bumps into distict pull requests so I
can deal with one set of issues at a time:
- I'm not removing 4.18 yet, since it will be replaced by 4.20+ as the "latest"
kernel in the next release. Plus our h/w reference BSPs need to be updated
before I can drop it.
- I'm not bumping libc-headers in this pull, I'll do that in my next queue, and
we'll jump to 4.20 for the libc-headers at that time. There will be one more
bump to match the 'latest' reference kernel for the release.
I will also follow up to the appropriate list with a bump to the poky-lsb distro
builds that are using 4.14 as their default kernel version.
I'm not convinced this is issue free (i.e. did I miss some reference to a 4.14
kernel ??), but some people have been asking about 4.19 support, so I wanted to
get this queue out, and start dealing with any issues it brings.
Cheers,
Bruce
The following changes since commit d47e89f338992b626d052b9c7e24d9ea9076b689:
mdadm: Drop redundant patches and fix build with clang (2018-12-09 11:08:11 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (17):
linux-yocto: remove obselete options from lxc config
linux-yocto/4.14: configuration cleanups
linux-yocto/4.18: -rt sync and config cleanups
linux-yocto/tiny: switch default branch to standard/tiny/base
linux-yocto/tiny: restore qemuarm support
linux-yocto/4.18: bug fixes and configuration tweaks
linux-yocto/4.18: update to v4.18.17
linux-yocto/4.14: update to v4.14.79
linux-yocto/4.18: integrate CVE fixes
linux-yocto/4.18: update to v4.18.20
linux-yocto: introduce 4.19 recipes
linux-yocto/4.19: configuration cleanups
linux-yocto: drop 4.14 recipes
linux-yocto/4.19: update to v4.19.8
linux-yocto/4.18: update to v4.18.21
kern-tools: tools/kconf_check: modify grep pattern
linux-yocto: configuration updates (virtio and tpm)
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb | 6 ++--
...nux-yocto-rt_4.14.bb => linux-yocto-rt_4.19.bb} | 14 ++++----
meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 13 ++++---
...yocto-tiny_4.14.bb => linux-yocto-tiny_4.19.bb} | 16 +++++----
meta/recipes-kernel/linux/linux-yocto_4.18.bb | 20 +++++------
.../{linux-yocto_4.14.bb => linux-yocto_4.19.bb} | 41 +++++++++++-----------
7 files changed, 61 insertions(+), 51 deletions(-)
rename meta/recipes-kernel/linux/{linux-yocto-rt_4.14.bb => linux-yocto-rt_4.19.bb} (77%)
rename meta/recipes-kernel/linux/{linux-yocto-tiny_4.14.bb => linux-yocto-tiny_4.19.bb} (53%)
rename meta/recipes-kernel/linux/{linux-yocto_4.14.bb => linux-yocto_4.19.bb} (46%)
--
2.5.0
next reply other threads:[~2018-12-17 3:38 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-17 3:38 Bruce Ashfield [this message]
2018-12-17 3:38 ` [PATCH 01/17] linux-yocto: remove obselete options from lxc config Bruce Ashfield
2018-12-17 3:38 ` [PATCH 02/17] linux-yocto/4.14: configuration cleanups Bruce Ashfield
2018-12-17 3:38 ` [PATCH 03/17] linux-yocto/4.18: -rt sync and config cleanups Bruce Ashfield
2018-12-17 3:38 ` [PATCH 04/17] linux-yocto/tiny: switch default branch to standard/tiny/base Bruce Ashfield
2018-12-17 3:38 ` [PATCH 05/17] linux-yocto/tiny: restore qemuarm support Bruce Ashfield
2018-12-17 3:38 ` [PATCH 06/17] linux-yocto/4.18: bug fixes and configuration tweaks Bruce Ashfield
2018-12-17 3:38 ` [PATCH 07/17] linux-yocto/4.18: update to v4.18.17 Bruce Ashfield
2018-12-17 3:38 ` [PATCH 08/17] linux-yocto/4.14: update to v4.14.79 Bruce Ashfield
2018-12-17 3:38 ` [PATCH 09/17] linux-yocto/4.18: integrate CVE fixes Bruce Ashfield
2018-12-17 3:38 ` [PATCH 10/17] linux-yocto/4.18: update to v4.18.20 Bruce Ashfield
2018-12-17 3:38 ` [PATCH 11/17] linux-yocto: introduce 4.19 recipes Bruce Ashfield
2018-12-17 3:38 ` [PATCH 12/17] linux-yocto/4.19: configuration cleanups Bruce Ashfield
2018-12-17 3:38 ` [PATCH 13/17] linux-yocto: drop 4.14 recipes Bruce Ashfield
2018-12-17 3:38 ` [PATCH 14/17] linux-yocto/4.19: update to v4.19.8 Bruce Ashfield
2018-12-17 3:38 ` [PATCH 15/17] linux-yocto/4.18: update to v4.18.21 Bruce Ashfield
2018-12-17 3:38 ` [PATCH 16/17] kern-tools: tools/kconf_check: modify grep pattern Bruce Ashfield
2018-12-17 3:38 ` [PATCH 17/17] linux-yocto: configuration updates (virtio and tpm) Bruce Ashfield
2018-12-17 12:26 ` [PATCH 00/17] linux-yocto: consolidated pull request richard.purdie
2018-12-17 13:37 ` Bruce Ashfield
2018-12-17 13:46 ` richard.purdie
2018-12-17 14:37 ` 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.1545017774.git.bruce.ashfield@windriver.com \
--to=bruce.ashfield@windriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox