diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-04 09:49:38 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-04 15:06:08 +0200 |
commit | 2c859079cd60c3a6b57f87960c5b4823797ce95d (patch) | |
tree | 71245e954d8897687c32947062d140b90af7fed4 /configs | |
parent | e92d9d4f22015324bb73a0988f4c04e13d65e081 (diff) |
configs/qemu: bump relevant config versions
arm_nuri needs some DT fixups to switch to the 3.11.x series since it's
now default for that kernel defconfig.
[Peter: adjust comment in sparc defconfig to match]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/qemu_mips64_malta_defconfig | 8 | ||||
-rw-r--r-- | configs/qemu_sparc_ss10_defconfig | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/configs/qemu_mips64_malta_defconfig b/configs/qemu_mips64_malta_defconfig index 61abdcf47..035cfa1be 100644 --- a/configs/qemu_mips64_malta_defconfig +++ b/configs/qemu_mips64_malta_defconfig @@ -10,16 +10,16 @@ BR2_PREFER_STATIC_LIB=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 3.10 headers to avoid breaking with newer kernels +# Lock to 3.11 headers to avoid breaking with newer kernels BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.10.7" +BR2_DEFAULT_KERNEL_VERSION="3.11.3" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.3" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.10.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.11.config" BR2_LINUX_KERNEL_VMLINUX=y # Serial port config diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig index 33f0b213b..ad1b136e7 100644 --- a/configs/qemu_sparc_ss10_defconfig +++ b/configs/qemu_sparc_ss10_defconfig @@ -6,13 +6,13 @@ BR2_sparc_v8=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 3.7 headers to avoid breaking with newer kernels +# Lock to 3.11 headers to avoid breaking with newer kernels BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.7.10" +BR2_DEFAULT_KERNEL_VERSION="3.11.3" # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.10" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.3" BR2_LINUX_KERNEL_DEFCONFIG="sparc32" BR2_LINUX_KERNEL_ZIMAGE=y |