mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-09 18:26:58 +02:00
linux-mainline: Use the new 32-bit defconfig in Linux 5.1
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
e70dc53525
commit
b9e9d6942e
@@ -29,9 +29,11 @@ SRC_URI_append_freedom-u540 = " \
|
||||
# qemu uses in-tree defconfig
|
||||
# freedom-u540 uses out-of-tree defconfig
|
||||
SRC_URI_append_freedom-u540 = " file://defconfig"
|
||||
SRC_URI_append_qemuriscv32 = " file://32bit.cfg"
|
||||
|
||||
# Fix a breakage with the current 32bit glibc fork
|
||||
SRC_URI_append_qemuriscv32 = " file://0001-Revert-riscv-Use-latest-system-call-ABI.patch"
|
||||
|
||||
KBUILD_DEFCONFIG_qemuriscv32 = "rv32_defconfig"
|
||||
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
|
||||
|
||||
KERNEL_VERSION_SANITY_SKIP = "1"
|
||||
|
||||
@@ -12,8 +12,6 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
DEPENDS_append = " libgcc"
|
||||
|
||||
KBUILD_DEFCONFIG_qemuriscv32 = "defconfig"
|
||||
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
|
||||
KCONFIG_MODE="--alldefconfig"
|
||||
|
||||
KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS}"
|
||||
|
||||
@@ -12,5 +12,7 @@ SRC_URI = " \
|
||||
# qemu uses in-tree defconfig
|
||||
# freedom-u540 uses out-of-tree defconfig
|
||||
SRC_URI_append_freedom-u540 = " file://defconfig"
|
||||
|
||||
SRC_URI_append_qemuriscv32 = " file://32bit.cfg"
|
||||
|
||||
KBUILD_DEFCONFIG_qemuriscv32 = "defconfig"
|
||||
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
|
||||
|
||||
Reference in New Issue
Block a user