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:
Alistair Francis
2019-04-11 09:31:57 -07:00
committed by Khem Raj
parent e70dc53525
commit b9e9d6942e
3 changed files with 6 additions and 4 deletions

View File

@@ -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"

View File

@@ -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}"

View File

@@ -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"