diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-08 10:36:33 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-07-24 12:36:36 -0700 |
commit | 2ca4d10e0b1bbed0288e3ce8d7fc38b6ee222fb9 (patch) | |
tree | d43643a272295588ae3bef357e66e75798db5243 | |
parent | a338ba250999635ed9d2d9ef432c0f33a1347193 (diff) | |
download | poky-2ca4d10e0b1bbed0288e3ce8d7fc38b6ee222fb9.tar.gz |
linux-yocto/6.12: riscv tune fragments
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Mark Hatle
Email: mark.hatle@amd.com
Subject: arch/riscv/tunes: Implement RISC-V ISA selection
Date: Wed, 18 Jun 2025 18:20:08 -0500
You need to first clear (risc-isa-clear) the defaults, and then apply the
ISA components starting with the base ISA and extensions (riscv-isa-...).
Only ISA extensions available in TUNE_FEATURES are currently
implemented.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 3565660ff31a7c1bfb785f1a587fa119aa45cf90)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2080c8f215ca71d526c39a87d3307e4c65476a39)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.12.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb index 5f6a563ee5..7c3769e6d2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb | |||
@@ -15,7 +15,7 @@ python () { | |||
15 | } | 15 | } |
16 | 16 | ||
17 | SRCREV_machine ?= "d7a7983928e6846c682771f9671d958e4789d691" | 17 | SRCREV_machine ?= "d7a7983928e6846c682771f9671d958e4789d691" |
18 | SRCREV_meta ?= "bc26c6c6b91fa0e4de4920544cc4aeeb3dedd894" | 18 | SRCREV_meta ?= "d32aa55c8954b11e8e29627e82df6180b2efc4fd" |
19 | 19 | ||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ |
21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" | 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb index 6152ebfaa7..2d5cfd7f78 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb | |||
@@ -18,7 +18,7 @@ KMETA = "kernel-meta" | |||
18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
19 | 19 | ||
20 | SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" | 20 | SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" |
21 | SRCREV_meta ?= "bc26c6c6b91fa0e4de4920544cc4aeeb3dedd894" | 21 | SRCREV_meta ?= "d32aa55c8954b11e8e29627e82df6180b2efc4fd" |
22 | 22 | ||
23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${LINUX_VERSION}+git" |
24 | 24 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.12.bb b/meta/recipes-kernel/linux/linux-yocto_6.12.bb index 29532a03cc..6c3d3fff55 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.12.bb | |||
@@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" | |||
29 | SRCREV_machine:qemux86-64 ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" | 29 | SRCREV_machine:qemux86-64 ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" |
30 | SRCREV_machine:qemumips64 ?= "2fd393fbc1b2f8e809b07f4ffb73a4611a569c3d" | 30 | SRCREV_machine:qemumips64 ?= "2fd393fbc1b2f8e809b07f4ffb73a4611a569c3d" |
31 | SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" | 31 | SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" |
32 | SRCREV_meta ?= "bc26c6c6b91fa0e4de4920544cc4aeeb3dedd894" | 32 | SRCREV_meta ?= "d32aa55c8954b11e8e29627e82df6180b2efc4fd" |
33 | 33 | ||
34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
35 | # get the <version>/base branch, which is pure upstream -stable, and the same | 35 | # get the <version>/base branch, which is pure upstream -stable, and the same |