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.9]) by mail.openembedded.org (Postfix) with ESMTP id 6C17D6FFC7 for ; Tue, 18 Oct 2016 22:02: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 3sz85H508jz3hjKf; Tue, 18 Oct 2016 23:55:31 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3sz85H4rlMzvkY3; Tue, 18 Oct 2016 23:55:31 +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 40zrKF-Jcjam; Tue, 18 Oct 2016 23:55:30 +0200 (CEST) X-Auth-Info: AdTjGDOH2bfKg+ox3o7xGpbpu2+qkdXzQXm2moGqBKc= Received: from chi.lan (unknown [195.140.253.167]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 18 Oct 2016 23:55:30 +0200 (CEST) From: Marek Vasut To: openembedded-core@lists.openembedded.org Date: Tue, 18 Oct 2016 23:55:12 +0200 Message-Id: <20161018215513.2873-4-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 4/5] u-boot: Drop PV altogether 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:02:26 -0000 Drop the explicit setting of PV altogether. This changes the U-Boot version string from "v20yy.mm" to "20yy.mm" , so layer setting the PREFERRED_VERSION_u-boot must be updated by removing the leading 'v'. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Denys Dmytriyenko --- meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc | 2 -- 1 file changed, 2 deletions(-) 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.09.01.inc index 0a90621..a535df1 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc @@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" # repo during parse SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" -PV = "v2016.09.01" - SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y" S = "${WORKDIR}/git" -- 2.9.3