From patchwork Sat Apr 18 14:13:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolay Dimitrov X-Patchwork-Id: 462309 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E1EFF14030B for ; Sun, 19 Apr 2015 00:13:48 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=mail.bg header.i=@mail.bg header.b=0qFZMnPT; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8453F91D13; Sat, 18 Apr 2015 14:13:47 +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 IGpa8HSLt0yx; Sat, 18 Apr 2015 14:13:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9046491D26; Sat, 18 Apr 2015 14:13:45 +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 AD6B31C21A8 for ; Sat, 18 Apr 2015 14:13:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AB57091D16 for ; Sat, 18 Apr 2015 14:13:43 +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 wujwt0y0+J5x for ; Sat, 18 Apr 2015 14:13:41 +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 08A9491D12 for ; Sat, 18 Apr 2015 14:13:41 +0000 (UTC) Received: from localhost.localdomain (unknown [93.152.143.60]) by mx2.mail.bg (Postfix) with ESMTPA id EE2CE6007953; Sat, 18 Apr 2015 17:13:37 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1429366418; bh=u5KCAyRBlmC3Ozpnq2tZo0uGpTWHeisySi9JiNDtUW0=; h=From:To:Cc:Subject:Date:Message-Id; b=0qFZMnPTVvc7lK8E6XxJpoyMlzAlKDGPF0KpToJ+P0tWHQkslNU4Qmu9SzRy38++R K0wS6Gaj9AIli8yQlYPGfi5aOcmvR1qg+sVRo//huT7al02CgfAEvobVXClb93kpq7 XBRaC6PKZ9LJxemToZNoixUZDoeQsmMSPjwn+/2s= From: Nikolay Dimitrov To: buildroot@busybox.net Date: Sat, 18 Apr 2015 17:13:30 +0300 Message-Id: <1429366411-8463-1-git-send-email-picmaster@mail.bg> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH 1/2] configs/riotboard: bump kernel to version 3.19.3 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index fc25249..6e581fa 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.19" +BR2_DEFAULT_KERNEL_VERSION="3.19.3" 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.19" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19.3" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y