[oe-commits] [openembedded-core] 08/12: u-boot: Drop PV altogether

git at git.openembedded.org git at git.openembedded.org
Wed Oct 19 12:10:05 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f3275b6fee3aa5705407b048f83fcc5f05c881c0
Author: Marek Vasut <marex at denx.de>
AuthorDate: Tue Oct 18 23:55:12 2016 +0200

    u-boot: Drop PV altogether
    
    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 <marex at denx.de>
    Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
    Cc: Denys Dmytriyenko <denis at denix.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 43b0a10..5b02c87 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
@@ -8,8 +8,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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list