public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kernel-yocto: consolidated pull request
@ 2013-02-05 15:56 Bruce Ashfield
  2013-02-05 15:56 ` [PATCH 1/3] linux-yocto/dev: linux-yocto development tree tracking recipe Bruce Ashfield
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bruce Ashfield @ 2013-02-05 15:56 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here's the latest batch of kernel changes. In this series, we are moving the
linux-yocto-dev recipe out of poky-extras into a more visible location (using
the scheme agreed upon to avoid AUTOREV network access). I also have a
cleanup patch to existing KERNEL_FEATURES references, and finally a bump of
the 3.4 and 3.4-rt versions.

Details follow:

[PATCH 1/3] linux-yocto/dev: linux-yocto development tree tracking recipe

  The linux-yocto-dev recipe uses the upstream tracking linux-yocto-dev repository.
  Since this tree is frequently updated, and periodically rebuilt, AUTOREV is used
  to track its contents.

  This recipe is just like other linux-yocto variants, with the only difference
  being that to avoid network access during initial parsing, static SRCREVs are
  provided and overridden if the preferred kernel provider is linux-yocto-dev.

[PATCH 2/3] linux-yocto/3.4: update to v3.4.28, 3.4.28-rt40

  Updating the linux-yocto_3.4 SRCREVs to pick up the 3.4.28 -stable update
  as well as the 3.4.28-rt40 refresh.

[PATCH 3/3] linux-yocto: KERNEL_FEATURES should reference full scc files

  Some existing KERNEL_FEATURE references use a shorcut notation, but mapping
  these shortcuts to actual .scc files in the tree are not obvious. So we clarify
  where they are found by referencing the full .scc filename in the KERNEL_FEATURE
  addtions.

Cheers,

Bruce

The following changes since commit 7e9cb437b1b720e656f4a33f73c07c5dc7356a2c:

  dropbear: fix RPROVIDES (2013-02-04 23:31:02 +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 (3):
  linux-yocto/dev: linux-yocto development tree tracking recipe
  linux-yocto/3.4: update to v3.4.28, 3.4.28-rt40
  linux-yocto: KERNEL_FEATURES should reference full scc files

 meta/recipes-kernel/linux/linux-yocto-dev.bb      |   48 +++++++++++++++++++++
 meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb   |    8 ++--
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb   |   18 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |    6 +--
 meta/recipes-kernel/linux/linux-yocto_3.2.bb      |    8 ++--
 meta/recipes-kernel/linux/linux-yocto_3.4.bb      |   28 ++++++------
 6 files changed, 81 insertions(+), 35 deletions(-)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-dev.bb

-- 
1.7.10.4




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] kernel-yocto: consolidated pull request
@ 2019-07-05 16:14 bruce.ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: bruce.ashfield @ 2019-07-05 16:14 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Hi all,

Here's the next round of updates I've been testing. The 4.19 update is pretty
standard, and is both a -stable and -rt refresh. Boot testing shows no issues
on either kernel type.

We also have a configuration tweak to allow the beaglebone reference to be
booted in qemu directly.

Finally, there's a packaging change .. which I normally don't have in these
requests, but it is an underpinning change for some future kernel features
and updates that I'd like to get out separately. The problem was found while
moving postinsts into both kernel.bbclass and kernel-devsrc.bbclass, and
without it, you can't assemble a rootfs for packages that are using PKG_
constructs. The details are in the commit log of the patch.

The change has been working here (and at Xilinx) for a couple of months now,
so it shouldn't have any drastic side effects. There *may* be other places
that this is required, but I kept to the code paths I could test.

Cheers,

Bruce

The following changes since commit 4fd9ee4670293632cc0ca1e64b8833eb6014435d:

  bitbake: bitbake: Add --skip-setscene option (2019-07-03 17:00:57 +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 (3):
  linux-yocto: bsp/beaglebone: support qemu -machine virt
  linux-yocto/4.19: update to 4.19.57 and -rt22
  package: check PKG_ variables before executing ontarget postinst

 meta/classes/package.bbclass                  |  6 +++++-
 .../linux/linux-yocto-rt_4.19.bb              |  6 +++---
 .../linux/linux-yocto-rt_5.0.bb               |  2 +-
 .../linux/linux-yocto-tiny_4.19.bb            |  8 ++++----
 .../linux/linux-yocto-tiny_5.0.bb             |  2 +-
 meta/recipes-kernel/linux/linux-yocto_4.19.bb | 20 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.0.bb  |  2 +-
 7 files changed, 25 insertions(+), 21 deletions(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] kernel-yocto: consolidated pull request
@ 2020-08-21 19:02 Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2020-08-21 19:02 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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


Richard,

Now that we have the libc-headers and 5.8 kernel recipes in oe-core without
too much chaos, we can try these patches to bump the -stable and set 5.8
as the default for qemu.

These have passed AB and local testing for me, but lets see what shakes out
with these changes.

I'll have a similar series for poky arriving shortly.

Bruce

The following changes since commit c67f57c09ec77568e87d3a6db0c67cc78530e99c:

  bitbake: build: make shell traps less chatty when 'bitbake -v' is used (2020-08-21 14:29:25 +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 (3):
  qemu: bump default reference kernel to v5.8
  linux-yocto/5.4: update to v5.4.59
  linux-yocto/5.8: update to v5.8.2

 meta/conf/machine/include/x86-base.inc        |  2 +-
 meta/conf/machine/qemuarmv5.conf              |  2 +-
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++---
 .../linux/linux-yocto-rt_5.8.bb               |  6 ++---
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +++----
 .../linux/linux-yocto-tiny_5.8.bb             |  8 +++----
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.8.bb  | 22 +++++++++----------
 8 files changed, 38 insertions(+), 38 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] kernel-yocto: consolidated pull request
@ 2022-10-19  3:39 bruce.ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: bruce.ashfield @ 2022-10-19  3:39 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Hi all,

I'm not resending patches that I've previous sent (lttng, linux-yocto-dev), but
wanted to get these out onto the list, as people are running into the kern-tools
issue, so having the commit available keeps the moving.

I've also included the -stable updates, and will follow up with more -stable
bumps later this week.

Bruce

The following changes since commit 3e5faccfaf50fee0ba8f6eef6c9bf458137d06d2:

  ref-manual/faq.rst: update references to products built with OE / Yocto Project (2022-10-07 10:54:26 +0100)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib zedd/kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (3):
  kern-tools: fix relative path processing
  linux-yocto/5.19: update to v5.19.14
  linux-yocto/5.15: update to v5.15.72

 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 .../linux/linux-yocto-rt_5.15.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.19.bb              |  6 ++---
 .../linux/linux-yocto-tiny_5.15.bb            |  6 ++---
 .../linux/linux-yocto-tiny_5.19.bb            |  6 ++---
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.19.bb | 26 +++++++++----------
 7 files changed, 39 insertions(+), 39 deletions(-)

-- 
2.19.1



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

end of thread, other threads:[~2022-10-19  3:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 15:56 [PATCH 0/3] kernel-yocto: consolidated pull request Bruce Ashfield
2013-02-05 15:56 ` [PATCH 1/3] linux-yocto/dev: linux-yocto development tree tracking recipe Bruce Ashfield
2013-02-05 15:56 ` [PATCH 2/3] linux-yocto/3.4: update to v3.4.28, 3.4.28-rt40 Bruce Ashfield
2013-02-05 15:56 ` [PATCH 3/3] linux-yocto: KERNEL_FEATURES should reference full scc files Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2019-07-05 16:14 [PATCH 0/3] kernel-yocto: consolidated pull request bruce.ashfield
2020-08-21 19:02 Bruce Ashfield
2022-10-19  3:39 bruce.ashfield

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