summaryrefslogtreecommitdiffstats
path: root/configs/qemu_microblazebe_mmu_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-08-06 17:52:33 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-06 23:01:54 +0200
commit50c59a8f8ac038b1d234c483753f4f66d579f3b7 (patch)
tree0b602e52e8cef1cdd400f9195002f84e560ebc6e /configs/qemu_microblazebe_mmu_defconfig
parentef1d365c4153047f21759e1435f3cde7ad196260 (diff)
downloadbuildroot-50c59a8f8ac038b1d234c483753f4f66d579f3b7.tar.gz
buildroot-50c59a8f8ac038b1d234c483753f4f66d579f3b7.zip
configs/qemu-microblaze: lock down kernel headers
Now that we use an internal toolchain as default care should be taken to avoid breaking things. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/qemu_microblazebe_mmu_defconfig')
-rw-r--r--configs/qemu_microblazebe_mmu_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/qemu_microblazebe_mmu_defconfig b/configs/qemu_microblazebe_mmu_defconfig
index b3ec32fb27..ca18bb906b 100644
--- a/configs/qemu_microblazebe_mmu_defconfig
+++ b/configs/qemu_microblazebe_mmu_defconfig
@@ -9,6 +9,11 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
# BR2_TARGET_ROOTFS_TAR is not set
BR2_TARGET_ROOTFS_INITRAMFS=y
+# Lock to 3.14 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.14.2"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
+
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
OpenPOWER on IntegriCloud