From f0bcb44933823218392e19edec87c71c759d182d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 16 Jan 2023 10:05:33 -0500 Subject: [PATCH] linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE Integrating the following commit(s) to linux-yocto/.: 30825f43170 qemuriscv32: Enable CONFIG_NONPORTABLE [ Allow configurations that result in non-portable kernels, this is required for rv32 kernels starting 6.0+ see [1] [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=44c1e84a38a0 Signed-off-by: Khem Raj ] Signed-off-by: Bruce Ashfield Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_6.1.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb index 090643476f7..fb68c7ba78a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "fd78a53858b7f9195ab53fd98c27736d05bbaf7c" -SRCREV_meta ?= "cee0a2ae73b7d47f881db93340292d22a0aeec61" +SRCREV_meta ?= "30825f431703621e2b659b8e49effbdb3461f2d9" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb index 6eb8cbad2b4..0d8fc236f63 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb @@ -15,7 +15,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" -SRCREV_meta ?= "cee0a2ae73b7d47f881db93340292d22a0aeec61" +SRCREV_meta ?= "30825f431703621e2b659b8e49effbdb3461f2d9" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb index 46246b96325..2caedf78ace 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb @@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "872afe79c5e568acf5f971952e78caada8424df7" SRCREV_machine:qemux86-64 ?= "872afe79c5e568acf5f971952e78caada8424df7" SRCREV_machine:qemumips64 ?= "e01e486b21db695c46c12253b92adc7aa0da6d38" SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" -SRCREV_meta ?= "cee0a2ae73b7d47f881db93340292d22a0aeec61" +SRCREV_meta ?= "30825f431703621e2b659b8e49effbdb3461f2d9" # 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 -- 2.47.3