From patchwork Mon Apr 13 13:00:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 460770 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 9B2FE1402F4 for ; Mon, 13 Apr 2015 23:00:52 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=PXdbRmVl; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E58B0954BF; Mon, 13 Apr 2015 13:00:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HwVwd9qSJ5+f; Mon, 13 Apr 2015 13:00:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BBE8D9549F; Mon, 13 Apr 2015 13:00:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 134B41C2934 for ; Mon, 13 Apr 2015 13:00:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0FBF28C6B4 for ; Mon, 13 Apr 2015 13:00:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZUA3lSYwC1ff for ; Mon, 13 Apr 2015 13:00:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4AFBA8C609 for ; Mon, 13 Apr 2015 13:00:49 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t3DD0gNO014184 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 13 Apr 2015 13:00:45 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1428930047; bh=+0UdhPjCwgrFIjTKF4or7K0GZHkqFvaxt6QegAJZEBQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=PXdbRmVl1/W65ffAO3enDJ0HGtkFuEhu1qiSTnjhPUxnTFmFDCNlMnd2aqhXj25QN ctLh0Rv98K7JmvQa45NcgY641L4V5ARdf3u5EDyXJpUoFH2xysSr+rdihxZd2ZXWMV pvCDAbUHotouZQW7xxDSPW/l6w688IXFywGNtsDE= Received: by asgard (sSMTP sendmail emulation); Mon, 13 Apr 2015 10:00:36 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 13 Apr 2015 10:00:24 -0300 Message-Id: <1428930025-25061-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1428930025-25061-1-git-send-email-gustavo@zacarias.com.ar> References: <1428930025-25061-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] linux-headers: add 4.0.x series X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/linux-headers/Config.in.host | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 1bfde7d..ec3b8b1 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -5,7 +5,7 @@ comment "Kernel Header Options" choice prompt "Kernel Headers" - default BR2_KERNEL_HEADERS_3_19 + default BR2_KERNEL_HEADERS_4_0 help Select the version of kernel header files you wish to use. You must select the correct set of header files to match @@ -81,6 +81,10 @@ choice bool "Linux 3.19.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19 + config BR2_KERNEL_HEADERS_4_0 + bool "Linux 4.0.x kernel headers" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 + config BR2_KERNEL_HEADERS_VERSION bool "Manually specified Linux version" endchoice @@ -102,6 +106,10 @@ choice This is used to hide/show some packages that have strict requirements on the version of kernel headers. +config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0 + bool "4.0.x" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 + config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19 bool "3.19.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19 @@ -202,4 +210,5 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.17.8" if BR2_KERNEL_HEADERS_3_17 default "3.18.11" if BR2_KERNEL_HEADERS_3_18 default "3.19.3" if BR2_KERNEL_HEADERS_3_19 + default "4.0" if BR2_KERNEL_HEADERS_4_0 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION