From patchwork Mon Dec 5 16:24:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 86588 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1565938qgi; Mon, 5 Dec 2016 08:24:34 -0800 (PST) X-Received: by 10.99.133.200 with SMTP id u191mr103213144pgd.28.1480955074613; Mon, 05 Dec 2016 08:24:34 -0800 (PST) Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id e21si15128325pgi.307.2016.12.05.08.24.34; Mon, 05 Dec 2016 08:24:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org Received: from review.yoctoproject.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id 0720E719BD; Mon, 5 Dec 2016 16:24:30 +0000 (UTC) X-Original-To: openembedded-core@lists.openembedded.org Delivered-To: openembedded-core@lists.openembedded.org Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by mail.openembedded.org (Postfix) with ESMTP id EAE5A605BE for ; Mon, 5 Dec 2016 16:24:26 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3tXVT55lkJz3hjpP; Mon, 5 Dec 2016 17:24:25 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3tXVT54sbkzvkfJ; Mon, 5 Dec 2016 17:24:25 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id TtwlBd_HU2QY; Mon, 5 Dec 2016 17:24:23 +0100 (CET) X-Auth-Info: anWR4+r8EnWfSB3/yb1+OaKN3d/mlSDCxJ7VTO/s3HE= Received: from [IPv6:::1] (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Mon, 5 Dec 2016 17:24:23 +0100 (CET) To: "Burton, Ross" References: <20161118192955.17284-1-marex@denx.de> From: Marek Vasut Message-ID: <7d8278b0-632f-1b8b-9fd4-2464185b0885@denx.de> Date: Mon, 5 Dec 2016 17:24:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: Cc: OE-core Subject: Re: [OE-core] [PATCH] u-boot: Update to v2016.11 release X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org On 12/05/2016 05:19 PM, Burton, Ross wrote: > This doesn't apply to master cleanly, I suspect it's part of a series > that has managed to become split up in my inbox. > > Is there a branch with this on? Afaict you applied the update to 2016.09 and squashed some patches and that never made it into master. Anyway, I'm attaching all the patches, for completeness. > Ross > > On 18 November 2016 at 19:29, Marek Vasut > wrote: > > Upgrade U-Boot to the latest version. > > Signed-off-by: Marek Vasut > > Cc: Richard Purdie > > Cc: Denys Dmytriyenko > > Cc: Ross Burton > > --- > .../{u-boot-common_2016.09.01.inc => u-boot-common_2016.11.inc} > | 4 ++-- > .../{u-boot-fw-utils_2016.09.01.bb > => u-boot-fw-utils_2016.11.bb > } | 0 > .../{u-boot-mkimage_2016.09.01.bb > => u-boot-mkimage_2016.11.bb > } | 0 > meta/recipes-bsp/u-boot/{u-boot_2016.09.01.bb > => u-boot_2016.11.bb > } | 0 > 4 files changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-bsp/u-boot/{u-boot-common_2016.09.01.inc => > u-boot-common_2016.11.inc} (71%) > rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2016.09.01.bb > => u-boot-fw-utils_2016.11.bb > } (100%) > rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2016.09.01.bb > => u-boot-mkimage_2016.11.bb > } (100%) > rename meta/recipes-bsp/u-boot/{u-boot_2016.09.01.bb > => u-boot_2016.11.bb > } (100%) > > diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc > similarity index 71% > rename from meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > rename to meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc > index f706a6b..84adc1c 100644 > --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc > @@ -7,8 +7,8 @@ PE = "1" > > # We use the revision in order to avoid having to fetch it from the > # repo during parse > -SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" > +SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" > > -SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y > " > +SRC_URI = "git://git.denx.de/u-boot.git > " > > S = "${WORKDIR}/git" > diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb > > b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb > > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb > > rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb > > diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb > > b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb > > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb > > rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb > > diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb > > b/meta/recipes-bsp/u-boot/u-boot_2016.11.bb > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb > > rename to meta/recipes-bsp/u-boot/u-boot_2016.11.bb > > -- > 2.10.2 > > -- Best regards, Marek Vasut -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core >From e064a165bf080e5876518ec3ac8a68a1345c3b9c Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 18 Nov 2016 11:18:58 +0100 Subject: [PATCH 6/6] u-boot: Update to v2016.11 release Upgrade U-Boot to the latest version. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Denys Dmytriyenko Cc: Ross Burton --- .../{u-boot-common_2016.09.01.inc => u-boot-common_2016.11.inc} | 4 ++-- .../{u-boot-fw-utils_2016.09.01.bb => u-boot-fw-utils_2016.11.bb} | 0 .../{u-boot-mkimage_2016.09.01.bb => u-boot-mkimage_2016.11.bb} | 0 meta/recipes-bsp/u-boot/{u-boot_2016.09.01.bb => u-boot_2016.11.bb} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/u-boot/{u-boot-common_2016.09.01.inc => u-boot-common_2016.11.inc} (71%) rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2016.09.01.bb => u-boot-fw-utils_2016.11.bb} (100%) rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2016.09.01.bb => u-boot-mkimage_2016.11.bb} (100%) rename meta/recipes-bsp/u-boot/{u-boot_2016.09.01.bb => u-boot_2016.11.bb} (100%) diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc similarity index 71% rename from meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc rename to meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc index f706a6b..84adc1c 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.11.inc @@ -7,8 +7,8 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" +SRCREV = "29e0cfb4f77f7aa369136302cee14a91e22dca71" -SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y" +SRC_URI = "git://git.denx.de/u-boot.git" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.11.bb diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2016.11.bb diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb b/meta/recipes-bsp/u-boot/u-boot_2016.11.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb rename to meta/recipes-bsp/u-boot/u-boot_2016.11.bb -- 2.10.2