From: Bruce Ashfield Date: Thu, 18 Dec 2025 20:22:34 +0000 (-0500) Subject: linux-yocto/6.17: rust kernel configs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a19957781f395b8890aee62978942b356b263ce;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git linux-yocto/6.17: rust kernel configs Integrating the following commit(s) to linux-yocto/.: 1/3 [ Author: Harish Sadineni Email: Harish.Sadineni@windriver.com Subject: features/kernel-rust: Add feature to enable Rust kernel support Date: Thu, 11 Dec 2025 04:42:31 -0800 Add a new kernel feature that enables Rust support in the kernel. This introduces kernel-rust.cfg to set Rust-related Kconfig options and kernel-rust.scc to define the feature metadata. The feature enables: - CONFIG_RUST - CONFIG_RUST_OVERFLOW_CHECKS - CONFIG_RUST_BUILD_ASSERT_ALLOW Signed-off-by: Harish Sadineni Signed-off-by: Bruce Ashfield ] 2/3 [ Author: Harish Sadineni Email: Harish.Sadineni@windriver.com Subject: kernel-sample: Add Rust sample configuration files Date: Thu, 11 Dec 2025 04:42:32 -0800 Extend the existing kernel-sample feature by adding support for the Rust sample modules provided by the kernel. This adds a new kernel-rust-sample.cfg and corresponding .scc entry alongside the existing kernel-samples.cfg. The new configuration enables: - CONFIG_SAMPLES_RUST - CONFIG_SAMPLE_RUST_MINIMAL - CONFIG_SAMPLE_RUST_PRINT - CONFIG_SAMPLE_RUST_HOSTPROGS Signed-off-by: Harish Sadineni Signed-off-by: Bruce Ashfield ] 3/3 [ Author: Harish Sadineni Email: Harish.Sadineni@windriver.com Subject: debug: Add kernel Rust debug feature Date: Thu, 11 Dec 2025 04:42:33 -0800 Add a new debug feature to enable Rust-related kernel debugging support. This introduces debug-kernel-rust.scc along with its associated Kconfig file debug-kernel-rust.cfg. Signed-off-by: Harish Sadineni Signed-off-by: Bruce Ashfield ] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb index 960b9c29ba..99d757b3c6 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb @@ -15,7 +15,7 @@ python () { } SRCREV_machine ?= "d79ffb7a9e37174f6d1704bfc632f87f29358e98" -SRCREV_meta ?= "514f487f912a5a1a34fd874487ef23b7b08497ed" +SRCREV_meta ?= "d84c38d95b4e042c0df0f6cdd14ee36909f86ea3" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb index 790fd4a95a..00da6d8a13 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb @@ -18,7 +18,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "b49bfa0f53123c942faa17ac437d343ca144a38d" -SRCREV_meta ?= "514f487f912a5a1a34fd874487ef23b7b08497ed" +SRCREV_meta ?= "d84c38d95b4e042c0df0f6cdd14ee36909f86ea3" PV = "${LINUX_VERSION}+git" diff --git a/meta/recipes-kernel/linux/linux-yocto_6.17.bb b/meta/recipes-kernel/linux/linux-yocto_6.17.bb index 439aba2e8c..17919bbd3c 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.17.bb @@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "69e150f88757e3d8bbdb3eee9207aa5f627ed70a" SRCREV_machine:qemux86-64 ?= "69e150f88757e3d8bbdb3eee9207aa5f627ed70a" SRCREV_machine:qemumips64 ?= "9fb4ff0187c85426f21fd40d4c61b742800f65c4" SRCREV_machine ?= "69e150f88757e3d8bbdb3eee9207aa5f627ed70a" -SRCREV_meta ?= "514f487f912a5a1a34fd874487ef23b7b08497ed" +SRCREV_meta ?= "d84c38d95b4e042c0df0f6cdd14ee36909f86ea3" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same