[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-toradex: fix typo in version number

Stefan Agner stefan at agner.ch
Wed Dec 2 09:48:19 PST 2015


From: Stefan Agner <stefan.agner at toradex.com>

The update to v2.5b2 introduced the Toradex BSP version number to
the U-Boot version string. However, accidentially the previous
version number has been used.

Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
---
Hi Otavio,

Could you apply the version upgrade (last two patches) and this
patch to the Fido branch too? Our BSP release v2.5b2 is Fido
based...

Stefan

 recipes-bsp/u-boot/u-boot-toradex_2015.04.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
index f39af17..175add2 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
@@ -1,6 +1,6 @@
 include u-boot-toradex.inc
 
-PV = "v2015.04-v2.5b1+git${SRCPV}"
+PV = "v2015.04-v2.5b2+git${SRCPV}"
 
 SRCREV = "1ef4a29e8cea0239411dde64f9617ad76248fd02"
 SRCBRANCH = "2015.04-toradex"
-- 
2.6.2



More information about the meta-freescale mailing list