diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-11-17 13:37:12 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-17 21:20:44 +0100 |
commit | fdb35ce73ee7eea7deacf0962aefa407b149cba4 (patch) | |
tree | 7effca005611bed5f9536d1572420fd4d79d1bc3 | |
parent | e6cd634fa66266dc0b46f758cb3d8e5b66bb7ce1 (diff) | |
download | buildroot-fdb35ce73ee7eea7deacf0962aefa407b149cba4.tar.gz buildroot-fdb35ce73ee7eea7deacf0962aefa407b149cba4.zip |
configs/qemu: bump x86 to 4.3 kernel
Now that uclibc-ng was bumped to version 1.0.9 nothing prevents x86
from working correctly.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | board/qemu/x86/linux-4.3.config (renamed from board/qemu/x86/linux-4.2.config) | 0 | ||||
-rw-r--r-- | configs/qemu_x86_defconfig | 10 |
2 files changed, 5 insertions, 5 deletions
diff --git a/board/qemu/x86/linux-4.2.config b/board/qemu/x86/linux-4.3.config index 20726c3dc4..20726c3dc4 100644 --- a/board/qemu/x86/linux-4.2.config +++ b/board/qemu/x86/linux-4.3.config diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig index f2e202238d..9fd1fe9edc 100644 --- a/configs/qemu_x86_defconfig +++ b/configs/qemu_x86_defconfig @@ -10,14 +10,14 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1" BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 4.2 headers to avoid breaking with newer kernels +# Lock to 4.3 headers to avoid breaking with newer kernels BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="4.2.6" -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y +BR2_DEFAULT_KERNEL_VERSION="4.3" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2.6" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.3" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-4.2.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-4.3.config" |