From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] kernel-yocto: consolidated pull request
Date: Wed, 6 Jun 2018 22:07:21 -0400 [thread overview]
Message-ID: <cover.1528336755.git.bruce.ashfield@windriver.com> (raw)
Hi all,
Here is my queue of changes for kernel-yocto.
These are mainly -stable updates, but contained in those updates are the gcc8
fixes that we need to get gcc8 working for the reference kernels in master.
I've also fixed a couple of issues that were found in the last
4.12 update.
Note: I'll be dropping 4.12 and 4.15 from master in my next set of
updates, keeping 4.14 and moving to a 4.17+ kernel as the latest.
There's also a minor kern-tools fix that was sent in my direction.
And finally we were seeing intermittent failures when configuring linux-yocto
for 4.16+. The failures were sometimes obvious (configure failure) or not so
obvious (dropped options). When I dug into the problem, I found that 4.16+ has
new checks for x86 that require native binaries, and the compiler that will be
used to build the kernel. The fix was to put the required dependencies on the
kernel_configme task for linux-yocto (since it runs before do_configure, it
doesn't have the default kernel DEPENDS in place), and to ensure that CC= and
HOSTCC are set in the environment for the configure invokations.
Cheers,
Bruce
The following changes since commit 1c7ad49bfd3e60c44281a8f49d69f4b96c359703:
bitbake: bitbake: Update version to post release 1.39 (2018-06-06 13:35:15 +0100)
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 (9):
linux-yocto/4.14: update to v4.14.30
linux-yocto/4.15: update to v4.15.18
linux-yocto/4.14/4.15: gcc8 fixes
linux-yocto/4.12: fix ppc cryptodev build
kernel: specify dependencies for compilation for config tasks
kern-tools: avoid merge_config concatenation issues
linux-yocto/4.12: gcc8 + platform support
linux-yocto: add kernel sample configuration fragment
linux-yocto/4.14: update to v4.14.48
meta/classes/kernel-yocto.bbclass | 5 ++++-
meta/classes/kernel.bbclass | 2 +-
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_4.12.bb | 16 ++++++++--------
meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
12 files changed, 48 insertions(+), 45 deletions(-)
--
2.5.0
next reply other threads:[~2018-06-07 2:07 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-07 2:07 Bruce Ashfield [this message]
2018-06-07 2:07 ` [PATCH 1/9] linux-yocto/4.14: update to v4.14.30 Bruce Ashfield
2018-06-07 2:07 ` [PATCH 2/9] linux-yocto/4.15: update to v4.15.18 Bruce Ashfield
2018-06-07 2:07 ` [PATCH 3/9] linux-yocto/4.14/4.15: gcc8 fixes Bruce Ashfield
2018-06-07 2:07 ` [PATCH 4/9] linux-yocto/4.12: fix ppc cryptodev build Bruce Ashfield
2018-06-07 2:07 ` [PATCH 5/9] kernel: specify dependencies for compilation for config tasks Bruce Ashfield
2018-06-07 2:07 ` [PATCH 6/9] kern-tools: avoid merge_config concatenation issues Bruce Ashfield
2018-06-07 2:07 ` [PATCH 7/9] linux-yocto/4.12: gcc8 + platform support Bruce Ashfield
2018-06-07 2:07 ` [PATCH 8/9] linux-yocto: add kernel sample configuration fragment Bruce Ashfield
2018-06-07 2:07 ` [PATCH 9/9] linux-yocto/4.14: update to v4.14.48 Bruce Ashfield
-- strict thread matches above, loose matches on Subject: below --
2022-09-19 14:28 [PATCH 0/9] kernel-yocto: consolidated pull request bruce.ashfield
2022-09-20 9:45 ` Richard Purdie
2022-09-20 12:21 ` Richard Purdie
2022-09-20 12:53 ` Bruce Ashfield
2022-09-20 12:55 ` Richard Purdie
2022-09-20 20:29 ` Bruce Ashfield
2021-05-17 22:16 Bruce Ashfield
2020-02-05 23:12 bruce.ashfield
2020-02-06 9:03 ` Richard Purdie
2020-02-06 13:25 ` Bruce Ashfield
2018-03-06 18:11 Bruce Ashfield
2017-09-14 13:46 Bruce Ashfield
2017-08-21 2:58 Bruce Ashfield
2017-08-21 11:42 ` Richard Purdie
2017-08-21 12:11 ` Bruce Ashfield
2017-08-21 13:01 ` Bruce Ashfield
2017-08-21 15:55 ` Richard Purdie
2017-08-21 15:57 ` Bruce Ashfield
2017-08-21 16:12 ` Bruce Ashfield
2017-08-22 14:24 ` Richard Purdie
2017-08-22 14:54 ` Bruce Ashfield
2017-08-22 15:28 ` Richard Purdie
2017-08-22 15:34 ` Bruce Ashfield
2017-08-22 16:00 ` Richard Purdie
2017-08-22 16:04 ` Bruce Ashfield
2017-08-22 16:07 ` Richard Purdie
2017-08-22 16:20 ` Bruce Ashfield
2017-08-22 17:13 ` Bruce Ashfield
2017-08-22 20:34 ` Bruce Ashfield
2017-08-22 21:56 ` Richard Purdie
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.1528336755.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