From patchwork Wed Sep 4 21:35:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 272734 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 0D9792C00E3 for ; Thu, 5 Sep 2013 07:36:21 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 329708C530; Wed, 4 Sep 2013 21:36:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Js2tH8aECRzW; Wed, 4 Sep 2013 21:36:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id F354B8C64A; Wed, 4 Sep 2013 21:36:09 +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 6304A1C2ACF for ; Wed, 4 Sep 2013 21:36:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 57C9B8C541 for ; Wed, 4 Sep 2013 21:36:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ingNPXn4FM29 for ; Wed, 4 Sep 2013 21:36:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 54BB78C524 for ; Wed, 4 Sep 2013 21:36:06 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id c10so5468975wiw.11 for ; Wed, 04 Sep 2013 14:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=1NpC3DSB4JeRaJRjAw+AfAfhrGZFCl+6USfoj65TRbM=; b=QZNhw3UNbOu+ifODmg7KnOdq/uva1ga3bZXQbRJ3bxix7pPqWSdkHi0u82Y0rR7NWg xGsNO0pKMQwTbbfmAeDEOW28N3WtYs4AwvN8egUHBw2WpaFuaI4eRaaCuUGUHEi5Dm6e 3x5GD7gf0BLgRq/YylWbPn90Z840EFDFzhhIX08qMdffRPsVgy5DFjNbnbwmIX0bOx0K sq7r7vRUkHmHrwelopNBPMns96c+gEXhr/gU1Xe56FKE49R5H5YOgsI5V5AsJhyl06WY IKBa1SDmL3w5epMtY34TIOtvXlV0LWpvagdc43rhVg6HtjoBlbSIaDNTCWuMqmi+8GNJ G0Aw== X-Received: by 10.194.80.39 with SMTP id o7mr3762197wjx.39.1378330564886; Wed, 04 Sep 2013 14:36:04 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id a8sm7147831wie.6.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Sep 2013 14:36:04 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Wed, 4 Sep 2013 23:35:54 +0200 Message-Id: <92b005253312c4d36732e01a60a9fdf6ec6660cc.1378330371.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 2/4] configs: bump kernel use for RPi, use simpler defconfig 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 From: "Yann E. MORIN" Bump for a slew of USB-related and other fixes. The bcmrpi defconfig is a huge beast with lots of superfluous drivers. The brcmrpi_quick defconfig is a stripped down minimalist defconfig with all that is needed to bring up a RPi with complete HW support, and nothing superfluous, which is what we need for a board's defconfig in buildroot. Signed-off-by: "Yann E. MORIN" --- configs/rpi_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 9d608f1..2b19673 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -17,7 +17,7 @@ BR2_DEFAULT_KERNEL_VERSION="3.6.11" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="0006326" +BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="1587f77" BR2_LINUX_KERNEL_USE_DEFCONFIG=y -BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" +BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick" BR2_LINUX_KERNEL_ZIMAGE=y