diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2009.08.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2009.08.inc index ccc0d9daa..277d31220 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2009.08.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2009.08.inc @@ -3,7 +3,7 @@ SRCBRANCH = "master" SRCREV_external = "" -SRCREV_internal = "bd56e767e8fafc3b663877ba4c7009f706389acd" +SRCREV_internal = "b23ff7f11a0577037becc20bbcfe61640fe87fb4" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.01.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.01.inc index bc46523e0..eaee01afe 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.01.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.01.inc @@ -3,7 +3,7 @@ SRCBRANCH = "v2013.01/master" SRCREV_external = "" -SRCREV_internal = "958e055c9e4c0b3092097a865335bc743c2abce1" +SRCREV_internal = "181c8eddf0cee183d317ad400b5d01dce3c2dbe6" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb index 43e4101c9..dad1e4890 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb @@ -20,9 +20,5 @@ DEPENDS_mxs += "elftosb-native imx-bootlets-dey" EXTRA_OEMAKE += 'HOSTSTRIP=true' EXTRA_OEMAKE_append_mxs = ' BOOTLETS_DIR=${STAGING_DIR_TARGET}/boot' -do_compile_prepend() { - ${S}/tools/setlocalversion --save-scmversion ${S} -} - PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(mxs|mx5)"