From: Dan McGregor <[email protected]> Bitbake now checks for the commit in the master branch by default. Explictly set the tag where SRCREV is expected.
Signed-off-by: John Weber <[email protected]> --- recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb index 73d4371..0a3f7d0 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb @@ -10,8 +10,10 @@ PROVIDES += "u-boot" PV = "v2013.10" +GITTAG ??= "patches-2013.10" + SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" -SRC_URI = "git://github.com/Freescale/u-boot-imx.git" +SRC_URI = "git://github.com/Freescale/u-boot-imx.git;tag=${GITTAG}" S = "${WORKDIR}/git" -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
