From: Stefan Agner <[email protected]> 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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
