summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-05-28 14:28:18 -0400
committerSteve Sakoman <steve@sakoman.com>2025-06-05 09:18:43 -0700
commitb2f4b3e4102ea8b988cce1a782d1d4e01f35d305 (patch)
treee7e2158f7e447e7f5e4d60d040506ebed4dfd4de
parentaa8ba9d2c03dcea5c53dd5d3449e56960ae00e4d (diff)
downloadpoky-b2f4b3e4102ea8b988cce1a782d1d4e01f35d305.tar.gz
linux-yocto/6.12: riscv config sync
Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Khem Raj Email: raj.khem@gmail.com Subject: bsp/qemuriscv32: Sync config with upstream defconfig 6.12+ Date: Tue, 20 May 2025 09:36:06 -0700 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 9c36c898a43ccdd1f31d0bd45e1043a9f8a20b68) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d530bd296108ea38f77c12b097c8d65bfb6a2efd) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 c6be153d16..f2ab88bc55 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 ?= "9ee7ecfcabe12ffae693f11c83d8cf6d8181f12a" 17SRCREV_machine ?= "9ee7ecfcabe12ffae693f11c83d8cf6d8181f12a"
18SRCREV_meta ?= "020a66c734ee618ed2b25a89102fd8de2ef98f9b" 18SRCREV_meta ?= "da71eb19ceab34a7a6ff4284f1580e043c870168"
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 f81f20e74e..bf7c61415e 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 ?= "e4b00bee45a4432a5739542e2b50def9a63ba6d0" 20SRCREV_machine ?= "e4b00bee45a4432a5739542e2b50def9a63ba6d0"
21SRCREV_meta ?= "020a66c734ee618ed2b25a89102fd8de2ef98f9b" 21SRCREV_meta ?= "da71eb19ceab34a7a6ff4284f1580e043c870168"
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 e1a7d05fbb..79fc65f826 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 ?= "e4b00bee45a4432a5739542e2b50def9a63ba6d0"
29SRCREV_machine:qemux86-64 ?= "e4b00bee45a4432a5739542e2b50def9a63ba6d0" 29SRCREV_machine:qemux86-64 ?= "e4b00bee45a4432a5739542e2b50def9a63ba6d0"
30SRCREV_machine:qemumips64 ?= "e2f38ec1df747da895699dcb9955606e1a8d60da" 30SRCREV_machine:qemumips64 ?= "e2f38ec1df747da895699dcb9955606e1a8d60da"
31SRCREV_machine ?= "e4b00bee45a4432a5739542e2b50def9a63ba6d0" 31SRCREV_machine ?= "e4b00bee45a4432a5739542e2b50def9a63ba6d0"
32SRCREV_meta ?= "020a66c734ee618ed2b25a89102fd8de2ef98f9b" 32SRCREV_meta ?= "da71eb19ceab34a7a6ff4284f1580e043c870168"
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