summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-05-03 15:08:38 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-05 23:15:58 +0200
commit1ca70ca26478dd999a463bdb99d7dee1c3532e79 (patch)
treeb25301356fc165c2f5d6970d383d4c10623b114c /configs
parent0160e9d8af83d9e0a03b5f36d49be9a45e8aaf4c (diff)
qemu/x86-64: update to use kernel 3.3.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu_x86_64_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig
index 3c72b367a..c20aaca9d 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"