From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by mail.openembedded.org (Postfix) with ESMTP id 64EE471C4A for ; Tue, 18 Oct 2016 22:03:02 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3sz85F3Nm9z3hjck; Tue, 18 Oct 2016 23:55:29 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3sz85F36BLzvkY3; Tue, 18 Oct 2016 23:55:29 +0200 (CEST) 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 LbVPiflFX8y4; Tue, 18 Oct 2016 23:55:26 +0200 (CEST) X-Auth-Info: ZXEXCllPlKOHWq4FGRVwlYS4LW49D3bqJZ5efiiDwjc= Received: from chi.lan (unknown [195.140.253.167]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 18 Oct 2016 23:55:26 +0200 (CEST) From: Marek Vasut To: openembedded-core@lists.openembedded.org Date: Tue, 18 Oct 2016 23:55:10 +0200 Message-Id: <20161018215513.2873-2-marex@denx.de> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161018215513.2873-1-marex@denx.de> References: <20161018215513.2873-1-marex@denx.de> Cc: Marek Vasut Subject: [PATCH 2/5] u-boot: Update to 2016.09.01 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: , X-List-Received-Date: Tue, 18 Oct 2016 22:03:02 -0000 Upgrade U-Boot to the latest version. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Denys Dmytriyenko --- .../{u-boot-common_2016.03.inc => u-boot-common_2016.09.01.inc} | 8 ++++---- .../{u-boot-fw-utils_2016.03.bb => u-boot-fw-utils_2016.09.01.bb} | 0 .../{u-boot-mkimage_2016.03.bb => u-boot-mkimage_2016.09.01.bb} | 0 .../u-boot/{u-boot_2016.03.bb => u-boot_2016.09.01.bb} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-bsp/u-boot/{u-boot-common_2016.03.inc => u-boot-common_2016.09.01.inc} (59%) rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2016.03.bb => u-boot-fw-utils_2016.09.01.bb} (100%) rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2016.03.bb => u-boot-mkimage_2016.09.01.bb} (100%) rename meta/recipes-bsp/u-boot/{u-boot_2016.03.bb => u-boot_2016.09.01.bb} (100%) diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc similarity index 59% rename from meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc rename to meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc index 403e316..ead5077 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc @@ -4,13 +4,13 @@ SECTION = "bootloaders" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -# This revision corresponds to the tag "v2016.03" +# This revision corresponds to the tag "v2016.09.01" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" +SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" -PV = "v2016.03+git${SRCPV}" +PV = "v2016.09.01+git${SRCPV}" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master" +SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y" S = "${WORKDIR}/git" diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.09.01.bb diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb diff --git a/meta/recipes-bsp/u-boot/u-boot_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot_2016.03.bb rename to meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb -- 2.9.3