From patchwork Thu Mar 26 21:52:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolay Dimitrov X-Patchwork-Id: 455215 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E32CE14012F for ; Fri, 27 Mar 2015 08:53:06 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=mail.bg header.i=@mail.bg header.b=2aKh7vxI; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D618F2F66A; Thu, 26 Mar 2015 21:53:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eL-m-p9zB0yF; Thu, 26 Mar 2015 21:53:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 49B032FC6A; Thu, 26 Mar 2015 21:53:04 +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 78B431C2865 for ; Thu, 26 Mar 2015 21:53:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 743A99246C for ; Thu, 26 Mar 2015 21:53:03 +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 ZZJUiCZX9fAx for ; Thu, 26 Mar 2015 21:53:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx2.mail.bg (mx2.mail.bg [193.201.172.118]) by whitealder.osuosl.org (Postfix) with ESMTPS id CFCB292462 for ; Thu, 26 Mar 2015 21:53:01 +0000 (UTC) Received: from localhost.localdomain (unknown [93.152.143.60]) by mx2.mail.bg (Postfix) with ESMTPA id 4A6F16000703; Thu, 26 Mar 2015 23:52:58 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1427406778; bh=AyRgFYVeyKRqRSfSCjM2y29F2n64uBXx9SaPsDKANLU=; h=From:To:Cc:Subject:Date:Message-Id; b=2aKh7vxI4VrwOMV5khNqv4PXpahBu1IGqsixWzzjzd5XhFl/9C+U5pPQHaErR4Zn7 3Zpmo/IYT2f0XCha9SsIOADu1SYXjLeL7XA2bi07+6kOUoIWTGzzrow3JCdNY1v5bw yK0UUZFk721LuCgEINWeStRrkvx2hJwdJjq6Gse0= From: Nikolay Dimitrov To: buildroot@busybox.net Date: Thu, 26 Mar 2015 23:52:56 +0200 Message-Id: <1427406776-9971-1-git-send-email-picmaster@mail.bg> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH 1/1] configs/riotboard: bump kernel to version 3.19 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: Nikolay Dimitrov --- configs/riotboard_defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 034bf40..fc25249 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -20,13 +20,13 @@ BR2_TARGET_UBOOT_FORMAT_IMX=y # kernel headers BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.18" -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y +BR2_DEFAULT_KERNEL_VERSION="3.19" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.18" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y