summaryrefslogtreecommitdiffstats
path: root/configs/qemu_sh4eb_r2d_defconfig
diff options
context:
space:
mode:
authorGerome Burlats <gerome.burlats@smile.fr>2019-02-12 23:24:13 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-13 08:41:29 +0100
commitfd8a02fd75d652b85f64c1cd7e9adf1ee2329261 (patch)
treee370b2ce4fd64585712008d0f0200fe324a9c548 /configs/qemu_sh4eb_r2d_defconfig
parenta83e30ad63e00d6c81a6409161c2d3010d98d373 (diff)
downloadbuildroot-fd8a02fd75d652b85f64c1cd7e9adf1ee2329261.tar.gz
buildroot-fd8a02fd75d652b85f64c1cd7e9adf1ee2329261.zip
configs/qemu: Update defconfigs to Linux 4.19.16
Linux version are changed to 4.19.16 (LTS) for all qemu defconfigs, except for riscv. riscv defconfigs are left unchanged because they have a custom Linux repository causing more difficulties when upgrading to 4.19 for riscv32. And for the riscv64, it has been updated recently to Linux 4.20 by another contributor. Patch for arm-versatile-nommu is changed into a git format Add cache attributes for xtensa-lx60-nommu config because the commit https://github.com/torvalds/linux/commit/7bb516ca5424e12b42124fab2906b6da9c81ba9c added a new config variable for memory cache attribute: CONFIG_MEMMAP_CACHEATTR All these updated configs have been built successfully. Signed-off-by: Gerome Burlats <gerome.burlats@smile.fr> Cc: Romain Naour <romain.naour@smile.fr> Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_sh4eb_r2d_defconfig')
-rw-r--r--configs/qemu_sh4eb_r2d_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/qemu_sh4eb_r2d_defconfig b/configs/qemu_sh4eb_r2d_defconfig
index e7dbd46a2b..f1aad8b64f 100644
--- a/configs/qemu_sh4eb_r2d_defconfig
+++ b/configs/qemu_sh4eb_r2d_defconfig
@@ -10,13 +10,13 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Linux headers same as kernel, a 4.16 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
# Linux kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4eb-r2d/linux.config"
BR2_LINUX_KERNEL_ZIMAGE=y
OpenPOWER on IntegriCloud