Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] kernel-yocto: consolidated pull request
@ 2017-12-04 15:39 Bruce Ashfield
  2017-12-04 15:39 ` [PATCH 1/8] linux-yocto/4.9: update to v4.9.61 Bruce Ashfield
                   ` (8 more replies)
  0 siblings, 9 replies; 27+ messages in thread
From: Bruce Ashfield @ 2017-12-04 15:39 UTC (permalink / raw)
  To: richard.purdie; +Cc: saul.wold, openembedded-core

Hi all,

Here is the latest set of kernel updates and bug fixes to the kernel-yocto
build.

The 4.9 and 4.12 updates are routine -stable updates. I realize we are
still fighting some boot/hang issues with 4.12, but I didn't see any
new issues with the 4.12 updates, so I included them in this pull request.

I've also included Saul's in-tree defconfig fixes + one additional patch
of my own.

I also bump linux-yocto-dev to 4.15-rcX, which brought in some build
issues due to x86 ORC_UNWINDER changes, and ssl cert generation. I've
added the new dependencies directly in the linux-yocto-dev recipe, but
they will very likely have to move lower into the stack over time.

I have some additional, structural changes that are coming shortly, but
I'm traveling for the next 5 days and will send them when I return.

Cheers,

Bruce

The following changes since commit 72867393fe2004ab9f0ee23eb09a975c82938b9e:

  runqemu: Also specialcase resolution of '.' to the file's location (2017-11-21 17:58:41 +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 (6):
  linux-yocto/4.9: update to v4.9.61
  linux-yocto/4.12: iwlwifi calltrace fixes and configuration warning
    cleanups
  linux-yocto/4.9: update to v4.9.65
  linux-yocto/4.12: update to v4.12.16
  kernel-yocto: ensure that only a single defconfig is processed
  linux-yocto-dev: update to v4.15+

Saul Wold (2):
  kernel-yocto: ensure sccs variable is set when using KBUILD_DEFCONFIG
  kernel-yocto: Stop the build if defconfig is missing

 meta/classes/kernel-yocto.bbclass                  | 17 ++++++++++++++---
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |  5 ++++-
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      | 20 ++++++++++----------
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       | 20 ++++++++++----------
 8 files changed, 50 insertions(+), 36 deletions(-)

-- 
2.5.0



^ permalink raw reply	[flat|nested] 27+ messages in thread
* [PATCH 0/8] kernel-yocto: consolidated pull request
@ 2018-09-22 17:18 Bruce Ashfield
  2018-09-22 17:24 ` Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Bruce Ashfield @ 2018-09-22 17:18 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Hi all,

Here is the consolidated pull request for the active linux-yocto
kernels.

It is -stable updates, configuration audit warning fixes as well
as a fix for the qemuarm64 boot hang with the ssl update.

Nothing to major here, and I've boot tested on all architectures,
but you never know what the autobuilder may dig out.

Cheers,

Bruce

The following changes since commit 18b90a0fd9bdc00d82140fbd55761e9cea308fb1:

  yocto-uninative: Add aarch64 uninative tarball checksum (2018-09-20 09:06:00 -0700)

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 (7):
  linux-yocto: configuration warning fixes
  linux-yocto/4.18: update to v4.18.7
  linux-yocto: tweak RTC configuration
  linux-yocto/4.14: fix kernel configuration audit warnings
  linux-yocto/4.18: update to v4.18.9
  linux-yocto/4.14: update to v4.14.71
  linux-yocto: enable pci and CRYPTO_DEV_VIRTIO

Hongzhi.Song (1):
  linux-yocto-rt: Add paravirt_kvm support for qemux86-64

 meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb   |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb   |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.14.bb      | 20 ++++++++++----------
 meta/recipes-kernel/linux/linux-yocto_4.18.bb      | 20 ++++++++++----------
 6 files changed, 34 insertions(+), 34 deletions(-)

-- 
2.5.0



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2018-09-22 23:03 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 15:39 [PATCH 0/8] kernel-yocto: consolidated pull request Bruce Ashfield
2017-12-04 15:39 ` [PATCH 1/8] linux-yocto/4.9: update to v4.9.61 Bruce Ashfield
2017-12-04 15:39 ` [PATCH 2/8] linux-yocto/4.12: iwlwifi calltrace fixes and configuration warning cleanups Bruce Ashfield
2017-12-04 15:39 ` [PATCH 3/8] linux-yocto/4.9: update to v4.9.65 Bruce Ashfield
2017-12-04 15:39 ` [PATCH 4/8] linux-yocto/4.12: update to v4.12.16 Bruce Ashfield
2017-12-05 16:26   ` akuster808
2017-12-05 19:17     ` Bruce Ashfield
2017-12-04 15:39 ` [PATCH 5/8] kernel-yocto: ensure sccs variable is set when using KBUILD_DEFCONFIG Bruce Ashfield
2017-12-04 15:39 ` [PATCH 6/8] kernel-yocto: Stop the build if defconfig is missing Bruce Ashfield
2017-12-04 15:39 ` [PATCH 7/8] kernel-yocto: ensure that only a single defconfig is processed Bruce Ashfield
2017-12-04 15:39 ` [PATCH 8/8] linux-yocto-dev: update to v4.15+ Bruce Ashfield
2017-12-04 16:38   ` Khem Raj
2017-12-04 17:24     ` Bruce Ashfield
2017-12-04 17:39       ` Richard Purdie
2017-12-04 17:43         ` Bruce Ashfield
2017-12-06 16:28           ` Burton, Ross
2017-12-07 10:30             ` Bruce Ashfield
2017-12-07 15:36               ` Wold, Saul
2017-12-04 17:46         ` Bruce Ashfield
2017-12-10 12:32 ` [PATCH 0/8] kernel-yocto: consolidated pull request Richard Purdie
2017-12-10 15:16   ` Bruce Ashfield
2017-12-10 17:40     ` Bruce Ashfield
2017-12-10 17:44   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2018-09-22 17:18 Bruce Ashfield
2018-09-22 17:24 ` Khem Raj
2018-09-22 19:03 ` richard.purdie
2018-09-22 23:03 ` richard.purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox