public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "João Marcos Costa" <joaomarcos.costa@bootlin.com>
To: openembedded-core@lists.openembedded.org
Cc: thomas.petazzoni@bootlin.com,
	"João Marcos Costa" <joaomarcos.costa@bootlin.com>
Subject: [PATCH v2 0/2] Move RISC-V recipe-specific configuration out of common includes
Date: Wed,  7 Jan 2026 16:14:34 +0100	[thread overview]
Message-ID: <20260107151436.964819-1-joaomarcos.costa@bootlin.com> (raw)

This series moves RISC-V specific configuration out of linux-yocto.inc into a
new inc file: linux-yocto-features.inc.

By relocating these RISC-V specific settings, the configuration remains
available for oe-core builds while avoiding unintended side effects for external
or custom recipes that require such include file.

The first patch only changes u-boot, and u-boot contains only one versioned
recipe, so I kept it as it was in v1.

Changes in v2:
- As per the comments in v1, I created a new inc file that is now included in
  the versioned recipes

João Marcos Costa (2):
  u-boot: relocate SRC_URI_RISCV into recipe
  linux-yocto: relocate KERNEL_FEATURES_RISCV

 meta/recipes-bsp/u-boot/u-boot-common.inc        | 12 ------------
 meta/recipes-bsp/u-boot/u-boot_2025.10.bb        | 12 ++++++++++++
 meta/recipes-kernel/linux/linux-yocto-dev.bb     |  1 +
 .../linux/linux-yocto-features.inc               | 15 +++++++++++++++
 meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb |  1 +
 meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb |  1 +
 meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb |  1 +
 .../linux/linux-yocto-tiny_6.12.bb               |  1 +
 .../linux/linux-yocto-tiny_6.16.bb               |  1 +
 .../linux/linux-yocto-tiny_6.18.bb               |  1 +
 meta/recipes-kernel/linux/linux-yocto.inc        | 16 ----------------
 meta/recipes-kernel/linux/linux-yocto_6.12.bb    |  1 +
 meta/recipes-kernel/linux/linux-yocto_6.16.bb    |  1 +
 meta/recipes-kernel/linux/linux-yocto_6.18.bb    |  1 +
 14 files changed, 37 insertions(+), 28 deletions(-)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-features.inc

-- 
2.47.0



             reply	other threads:[~2026-01-07 15:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-07 15:14 João Marcos Costa [this message]
2026-01-07 15:14 ` [PATCH v2 1/2] u-boot: relocate SRC_URI_RISCV into recipe João Marcos Costa
2026-01-07 15:14 ` [PATCH v2 2/2] linux-yocto: relocate KERNEL_FEATURES_RISCV João Marcos Costa
2026-02-10  9:05   ` Joao Marcos Costa
2026-01-14 10:01 ` [PATCH v2 0/2] Move RISC-V recipe-specific configuration out of common includes Joao Marcos Costa
2026-01-14 12:30   ` [OE-core] " Richard Purdie
2026-01-14 12:34     ` Joao Marcos Costa

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=20260107151436.964819-1-joaomarcos.costa@bootlin.com \
    --to=joaomarcos.costa@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=thomas.petazzoni@bootlin.com \
    /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