Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] linux-yocto: complete bump to v5.14/v5.15
Date: Fri, 24 Sep 2021 11:10:11 -0400	[thread overview]
Message-ID: <cover.1632495931.git.bruce.ashfield@gmail.com> (raw)

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

These are the remaining patches now that we have 5.14 into master. This moves
-dev to 5.15 (and fixes the associated kernel packages to build against it).

We remove 5.13 from master as well, and I'll follow up with the yocto-bsps
equivalent shortly.

Bruce

The following changes since commit 06dcace68b021b020f14327c35358d58ecc698fa:

  meta-yocto-bsp: Update the default kernel to v5.14 (2021-09-24 10:15:29 +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 (4):
  linux-yocto-dev: update to v5.15-rcX
  lttng-modules: fix build against 5.15+
  lttng-modules/dev-upstream: update to 2.13-latest
  linux-yocto/5.13: drop recipes

 meta/recipes-kernel/linux/linux-yocto-dev.bb  |   2 +-
 .../linux/linux-yocto-rt_5.13.bb              |  45 -
 .../linux/linux-yocto-tiny_5.13.bb            |  32 -
 meta/recipes-kernel/linux/linux-yocto_5.13.bb |  68 --
 ...Remove-deprecated-CPU-hotplug-functi.patch | 394 +++++++++
 ...ile-Enable-Wimplicit-fallthrough-for.patch | 829 ++++++++++++++++++
 .../lttng/lttng-modules_2.13.0.bb             |   9 +-
 7 files changed, 1230 insertions(+), 149 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto_5.13.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-cpu-hotplug-Remove-deprecated-CPU-hotplug-functi.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-Revert-Makefile-Enable-Wimplicit-fallthrough-for.patch

-- 
2.19.1


WARNING: multiple messages have this Message-ID (diff)
From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] linux-yocto: complete bump to v5.14/v5.15
Date: Fri, 24 Sep 2021 11:10:11 -0400	[thread overview]
Message-ID: <cover.1632495931.git.bruce.ashfield@gmail.com> (raw)
Message-ID: <20210924151011.lejDEaopibhSV0RPOY5LZ-4eZjIygRNrNlKDDuhu7f0@z> (raw)

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

These are the remaining patches now that we have 5.14 into master. This moves
-dev to 5.15 (and fixes the associated kernel packages to build against it).

We remove 5.13 from master as well, and I'll follow up with the yocto-bsps
equivalent shortly.

Bruce

The following changes since commit 06dcace68b021b020f14327c35358d58ecc698fa:

  meta-yocto-bsp: Update the default kernel to v5.14 (2021-09-24 10:15:29 +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 (4):
  linux-yocto-dev: update to v5.15-rcX
  lttng-modules: fix build against 5.15+
  lttng-modules/dev-upstream: update to 2.13-latest
  linux-yocto/5.13: drop recipes

 meta/recipes-kernel/linux/linux-yocto-dev.bb  |   2 +-
 .../linux/linux-yocto-rt_5.13.bb              |  45 -
 .../linux/linux-yocto-tiny_5.13.bb            |  32 -
 meta/recipes-kernel/linux/linux-yocto_5.13.bb |  68 --
 ...Remove-deprecated-CPU-hotplug-functi.patch | 394 +++++++++
 ...ile-Enable-Wimplicit-fallthrough-for.patch | 829 ++++++++++++++++++
 .../lttng/lttng-modules_2.13.0.bb             |   9 +-
 7 files changed, 1230 insertions(+), 149 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto_5.13.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-cpu-hotplug-Remove-deprecated-CPU-hotplug-functi.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-Revert-Makefile-Enable-Wimplicit-fallthrough-for.patch

-- 
2.19.1



             reply	other threads:[~2021-09-24 15:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24 15:10 Bruce Ashfield [this message]
2021-09-24 15:10 ` [PATCH 0/4] linux-yocto: complete bump to v5.14/v5.15 bruce.ashfield
2021-09-24 15:10 ` [PATCH 1/4] linux-yocto-dev: update to v5.15-rcX Bruce Ashfield
2021-09-24 15:10   ` bruce.ashfield
2021-09-24 15:10 ` [PATCH 2/4] lttng-modules: fix build against 5.15+ Bruce Ashfield
2021-09-24 15:10 ` [PATCH 3/4] lttng-modules/dev-upstream: update to 2.13-latest Bruce Ashfield
2021-09-24 15:10   ` bruce.ashfield
2021-09-24 15:10 ` [PATCH 4/4] linux-yocto/5.13: drop recipes Bruce Ashfield
2021-09-24 15:10   ` 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.1632495931.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox