From: Gustavo Zacarias Date: Thu, 3 May 2012 15:08:38 +0000 (+0000) Subject: qemu/x86-64: update to use kernel 3.3.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ca70ca26478dd999a463bdb99d7dee1c3532e79;p=buildroot.git qemu/x86-64: update to use kernel 3.3.4 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig index 3c72b367aa..c20aaca9d7 100644 --- a/configs/qemu_x86_64_defconfig +++ b/configs/qemu_x86_64_defconfig @@ -9,9 +9,12 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1" BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set +# Lock to 3.3 headers to avoid breaking with newer kernels +BR2_KERNEL_HEADERS_3_3=y + # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.4" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.3.config"