summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-07-08 10:36:33 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-09 08:48:04 +0100
commitf6828223c8cfc4797ce4ea5518dda8b9b4a16755 (patch)
treeee4b7e9de2ba7690fcda9f757564165a29d68f47
parent18b1f0c34080e78ee8073fcb9aa5495edf5db869 (diff)
downloadpoky-f6828223c8cfc4797ce4ea5518dda8b9b4a16755.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: 2080c8f215ca71d526c39a87d3307e4c65476a39) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.12.bb2
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
17SRCREV_machine ?= "d7a7983928e6846c682771f9671d958e4789d691" 17SRCREV_machine ?= "d7a7983928e6846c682771f9671d958e4789d691"
18SRCREV_meta ?= "bc26c6c6b91fa0e4de4920544cc4aeeb3dedd894" 18SRCREV_meta ?= "d32aa55c8954b11e8e29627e82df6180b2efc4fd"
19 19
20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 20SRC_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"
18KCONF_BSP_AUDIT_LEVEL = "2" 18KCONF_BSP_AUDIT_LEVEL = "2"
19 19
20SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" 20SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec"
21SRCREV_meta ?= "bc26c6c6b91fa0e4de4920544cc4aeeb3dedd894" 21SRCREV_meta ?= "d32aa55c8954b11e8e29627e82df6180b2efc4fd"
22 22
23PV = "${LINUX_VERSION}+git" 23PV = "${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 f07bf26d15..04428d2c18 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"
29SRCREV_machine:qemux86-64 ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" 29SRCREV_machine:qemux86-64 ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec"
30SRCREV_machine:qemumips64 ?= "2fd393fbc1b2f8e809b07f4ffb73a4611a569c3d" 30SRCREV_machine:qemumips64 ?= "2fd393fbc1b2f8e809b07f4ffb73a4611a569c3d"
31SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec" 31SRCREV_machine ?= "897cf66d25d8a7290eeb899e27456f60fbf203ec"
32SRCREV_meta ?= "bc26c6c6b91fa0e4de4920544cc4aeeb3dedd894" 32SRCREV_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