1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

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>
This commit is contained in:
Bruce Ashfield
2023-01-16 10:05:33 -05:00
committed by Richard Purdie
parent a83a5ae60d
commit d7375e2108
3 changed files with 3 additions and 3 deletions
@@ -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}"