From patchwork Wed Feb 11 03:06:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Hunleth X-Patchwork-Id: 438653 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 345611401D0 for ; Wed, 11 Feb 2015 14:06:57 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5B69F94E47; Wed, 11 Feb 2015 03:06:56 +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 qcJRnjwOchMU; Wed, 11 Feb 2015 03:06:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6BCFB94DBF; Wed, 11 Feb 2015 03:06:54 +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 A576A1C283C for ; Wed, 11 Feb 2015 03:06:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9DA4A911F0 for ; Wed, 11 Feb 2015 03:06:53 +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 b3G098JcPy56 for ; Wed, 11 Feb 2015 03:06:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qc0-f179.google.com (mail-qc0-f179.google.com [209.85.216.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 806848B1E5 for ; Wed, 11 Feb 2015 03:06:51 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id r5so804917qcx.10 for ; Tue, 10 Feb 2015 19:06:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6c0TcMvBlaJih2bqPAMs/gCDoFwQKn1rBlf6N9U9KsU=; b=DEBFSRMRls0tG28Q0Y4mzBBE8f7idehn9uMml4CFYUBPFlLOySa+G20pq7UqIGJOLJ iBLO/lP512tdkHErr7ciyHpZGRhFusxD8nC5u9u8ubdTU5pKaWCT/t/UZx2v5hBhntlj d9VLVz+JF7zWSk/bYIK+pi32BVrF8VVCRIZ6PKBkrUwMbRw5OlvrFZJg0JVB5MyC5j4y lmvjrkm64a9sVdz0xT968mt2mC/r16tXihDxTmA3J9Lpka6OKub3K26IuSUnz81r/uGh SSPAM/jqpuTBGGv4WCVc0gyz6jMWx/PlGWewC3TejRdkA/EDOV3B85D0xnau9AC8Zw/m wINg== X-Gm-Message-State: ALoCoQlXs+XZOV5ZmNpU+w1leQzer8HdtHhiK1h/hahKQa6fqJBSshC0AEw1+GQ68B2qZDievCZq X-Received: by 10.229.191.3 with SMTP id dk3mr35183993qcb.30.1423624010638; Tue, 10 Feb 2015 19:06:50 -0800 (PST) Received: from halfmarathon.home.hunleth.com (c-68-50-186-80.hsd1.dc.comcast.net. [68.50.186.80]) by mx.google.com with ESMTPSA id j6sm17434785qae.21.2015.02.10.19.06.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 Feb 2015 19:06:49 -0800 (PST) From: Frank Hunleth To: buildroot@buildroot.org Date: Tue, 10 Feb 2015 22:06:13 -0500 Message-Id: <1423623973-19872-1-git-send-email-fhunleth@troodon-software.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] boards/raspberrypi: update dt kernel sha1 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" The sha1 used for the DT enabled kernel is no longer available (presumably, the rpi-3.18.y branch was rebased recently.) This updates it to the lastest sha1 in the rpi-3.18.y branch. Signed-off-by: Frank Hunleth --- configs/raspberrypi_dt_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/raspberrypi_dt_defconfig b/configs/raspberrypi_dt_defconfig index 956b215..d841a2b 100644 --- a/configs/raspberrypi_dt_defconfig +++ b/configs/raspberrypi_dt_defconfig @@ -4,7 +4,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="b9c9f8fc69aaba236169798c18dc1590fccf7acd" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="03d0d9c73c17f74a7afa64ed9f022565e89b8dd5" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/raspberrypi/linux-3.18-rpi-dt.defconfig" BR2_LINUX_KERNEL_ZIMAGE=y