From 05b450a0225d49675f3324a9947ca05f20326927 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 14 Feb 2014 13:21:00 +0100 Subject: [PATCH] u-boot: fix PV And drop PR as well since it isn't needed anymore. Signed-off-by: Koen Kooi --- recipes-bsp/u-boot/u-boot_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 4307b90..69554d1 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -17,8 +17,9 @@ DEFAULT_PREFERENCE_cubietruck="1" SRC_URI = "git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi" +PE = "1" +PV = "v2013.10+v2014.01-rc1" SRCREV = "c8bcaed26e019a90325d20b9bf182de7d724536d" -PR = "r10" S = "${WORKDIR}/git"