diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-16 10:05:33 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-18 16:42:28 +0000 |
| commit | d7375e2108fafe201cf5a4901b01db72ec5988c8 (patch) | |
| tree | 3023774de3b576cdeb352cdaf0caf92aafdbf62d /meta | |
| parent | a83a5ae60d78fbe510bbc17b44da6e194b258680 (diff) | |
| download | poky-d7375e2108fafe201cf5a4901b01db72ec5988c8.tar.gz | |
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 <raj.khem@gmail.com>
]
(From OE-Core rev: f0bcb44933823218392e19edec87c71c759d182d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb | 2 | ||||
| -rw-r--r-- | 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 090643476f..fb68c7ba78 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 () { | |||
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | SRCREV_machine ?= "fd78a53858b7f9195ab53fd98c27736d05bbaf7c" | 14 | SRCREV_machine ?= "fd78a53858b7f9195ab53fd98c27736d05bbaf7c" |
| 15 | SRCREV_meta ?= "cee0a2ae73b7d47f881db93340292d22a0aeec61" | 15 | SRCREV_meta ?= "30825f431703621e2b659b8e49effbdb3461f2d9" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
| 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" | 18 | 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 6eb8cbad2b..0d8fc236f6 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" | |||
| 15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 16 | 16 | ||
| 17 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" | 17 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" |
| 18 | SRCREV_meta ?= "cee0a2ae73b7d47f881db93340292d22a0aeec61" | 18 | SRCREV_meta ?= "30825f431703621e2b659b8e49effbdb3461f2d9" |
| 19 | 19 | ||
| 20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 21 | 21 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb index 46246b9632..2caedf78ac 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" | |||
| 23 | SRCREV_machine:qemux86-64 ?= "872afe79c5e568acf5f971952e78caada8424df7" | 23 | SRCREV_machine:qemux86-64 ?= "872afe79c5e568acf5f971952e78caada8424df7" |
| 24 | SRCREV_machine:qemumips64 ?= "e01e486b21db695c46c12253b92adc7aa0da6d38" | 24 | SRCREV_machine:qemumips64 ?= "e01e486b21db695c46c12253b92adc7aa0da6d38" |
| 25 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" | 25 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" |
| 26 | SRCREV_meta ?= "cee0a2ae73b7d47f881db93340292d22a0aeec61" | 26 | SRCREV_meta ?= "30825f431703621e2b659b8e49effbdb3461f2d9" |
| 27 | 27 | ||
| 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
| 29 | # get the <version>/base branch, which is pure upstream -stable, and the same | 29 | # get the <version>/base branch, which is pure upstream -stable, and the same |
