From 4384ec9c5df602a16837a392d17bee9bfb5835dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Sat, 4 Apr 2015 20:17:08 +0200 Subject: [PATCH] confifs/freescale_imx28evk_defconfig: select headers 3.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We use a manually specified custom version 3.19.2 of the linux kernel for i.MX28, but linux-headers defaults to a 2.6.x family. Select custom headers family 3.19.x explicitely, to repair linux-headers "build". Signed-off-by: Vincent Stehlé Cc: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- configs/freescale_imx28evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/freescale_imx28evk_defconfig b/configs/freescale_imx28evk_defconfig index 7125cec0eb..9ce5217385 100644 --- a/configs/freescale_imx28evk_defconfig +++ b/configs/freescale_imx28evk_defconfig @@ -5,6 +5,7 @@ BR2_arm926t=y # toolchain BR2_KERNEL_HEADERS_VERSION=y BR2_DEFAULT_KERNEL_VERSION="3.19.2" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y # system BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"