From patchwork Fri Aug 16 17:14:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 267715 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 875252C0289 for ; Sat, 17 Aug 2013 03:14:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1A48294079; Fri, 16 Aug 2013 17:14:55 +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 3lVw72wEOLdM; Fri, 16 Aug 2013 17:14:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5876793F71; Fri, 16 Aug 2013 17:14:53 +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 275D41BF9CD for ; Fri, 16 Aug 2013 17:14:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6602D8F9DE for ; Fri, 16 Aug 2013 17:14:23 +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 0iyHDx+anjFR for ; Fri, 16 Aug 2013 17:14:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id CF14A8AB83 for ; Fri, 16 Aug 2013 17:14:21 +0000 (UTC) Received: from asgard (host29.181-14-143.telecom.net.ar [181.14.143.29]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r7GHEEds014653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 16 Aug 2013 17:14:16 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1376673258; bh=SEwkzcbUSIR+2KjMXmwsFA/VNV6ykCno1Lq6MezrmtY=; h=From:To:Cc:Subject:Date; b=w880FG/2E9taRK+OLDJjBDp3XqdKKtzYQ6TeF8RRzUvKdcLY7JTCOjIjtw+nWDYTU 7bhxM9tTcjP9zsmqoUSjn9g90ioy3iZIe8ib31P0erGeqIh3ufov1N+kd/UzBvV1dt gx+3rb00wydz/j+WVn+AAw9rDtTD/XaLZNxEXXco= Received: by asgard (sSMTP sendmail emulation); Fri, 16 Aug 2013 14:14:12 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 16 Aug 2013 14:14:11 -0300 Message-Id: <1376673252-2329-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] configs/p1010rdb: bump to the latest and greatest versions X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- board/freescale/p1010rdb/{linux-3.8.config => linux-3.10.config} | 0 configs/freescale_p1010rdb_defconfig | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename board/freescale/p1010rdb/{linux-3.8.config => linux-3.10.config} (100%) diff --git a/board/freescale/p1010rdb/linux-3.8.config b/board/freescale/p1010rdb/linux-3.10.config similarity index 100% rename from board/freescale/p1010rdb/linux-3.8.config rename to board/freescale/p1010rdb/linux-3.10.config diff --git a/configs/freescale_p1010rdb_defconfig b/configs/freescale_p1010rdb_defconfig index 9ee541f..21554d5 100644 --- a/configs/freescale_p1010rdb_defconfig +++ b/configs/freescale_p1010rdb_defconfig @@ -15,9 +15,9 @@ BR2_KERNEL_HEADERS_3_8=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.8" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.7" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.8.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.10.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="p1010rdb" @@ -30,4 +30,4 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="P1010RDB_NOR" BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.07"