public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][PATCH v2 0/2] qemu.bbclass: drop OLDEST_KERNEL reference
@ 2021-12-16 11:48 Matt Madison
  2021-12-16 11:48 ` [OE-core][PATCH v2 1/2] " Matt Madison
  2021-12-16 11:48 ` [OE-core][PATCH v2 2/2] qemu: add patch to set minimum kernel version for riscv32 Matt Madison
  0 siblings, 2 replies; 7+ messages in thread
From: Matt Madison @ 2021-12-16 11:48 UTC (permalink / raw)
  To: openembedded-core
  Cc: Alexander Kanavin, Khem Raj, Richard Purdie, Matt Madison

This addresses an issue with allarch recipes that use meson, where
inheriting qemu.bbclass causes task signature changes when built with
MACHINEs with different architectures due to the reference to the
OLDEST_KERNEL variable for setting up qemu wrapper invocations.

V2:
  * Backport Khem's qemu patch to set minimum kernel version for riscv32.
    With this patch, qemu for all supported archs should have a built-in
    oldest kernel setting, eliminating the need for putting it on the
    command line.

Matt Madison (2):
  qemu.bbclass: drop OLDEST_KERNEL reference
  qemu: add patch to set minimum kernel version for riscv32

 meta/classes/qemu.bbclass                     |  2 +-
 meta/recipes-devtools/qemu/qemu.inc           |  1 +
 ...s-minimum-kernel-version-for-riscv32.patch | 40 +++++++++++++++++++
 3 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-riscv-Set-5.4-as-minimum-kernel-version-for-riscv32.patch

-- 
2.32.0



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

end of thread, other threads:[~2021-12-31  0:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 11:48 [OE-core][PATCH v2 0/2] qemu.bbclass: drop OLDEST_KERNEL reference Matt Madison
2021-12-16 11:48 ` [OE-core][PATCH v2 1/2] " Matt Madison
2021-12-30  8:51   ` Changqing Li
2021-12-30 11:06     ` Alexander Kanavin
2021-12-30 13:21     ` Richard Purdie
2021-12-31  0:50       ` Changqing Li
2021-12-16 11:48 ` [OE-core][PATCH v2 2/2] qemu: add patch to set minimum kernel version for riscv32 Matt Madison

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