summaryrefslogtreecommitdiff
path: root/configs/freescale_imx6qsabresd_defconfig
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2014-10-01 17:03:45 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-01 19:37:10 +0200
commit5a17274b077843fdbe9c1e75b5771f042b9f87f5 (patch)
treec2149e7b31207f9f08ea9e98c430fbe46fa02f03 /configs/freescale_imx6qsabresd_defconfig
parentcb8ceb7857727a24e53b52b111d4119d1ecfc5c8 (diff)
freescale/imx6-sabresd: lock down kernel headers to the kernel version
The current defconfigs for iMX6 SABRESD kernel 3.10.17 from the Freescale git repository. This kernel is older than the toolchain kernel headers used in Buildroot (currently 3.16.3). Explicitly lock down the kernel headers to match the version of the kernel that is built. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Tested-by: Vincent Stehlé <vincent.stehle@freescale.com> Cc: Gilles Talis <gilles.talis@gmail.com> Cc: Gary Bisson <bisson.gary@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/freescale_imx6qsabresd_defconfig')
-rw-r--r--configs/freescale_imx6qsabresd_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/freescale_imx6qsabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig
index 40a9384d5..f2f702e55 100644
--- a/configs/freescale_imx6qsabresd_defconfig
+++ b/configs/freescale_imx6qsabresd_defconfig
@@ -5,6 +5,11 @@ BR2_cortex_a9=y
# patches
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabresd/patches"
+# toolchain
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.10.17"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
+
# system
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"