]> code.ossystems Code Review - meta-freescale.git/commitdiff
remove use of tags in SRCREV and replace with actual SHAs
authorMatthew McClintock <msm@freescale.com>
Wed, 12 Sep 2012 18:00:24 +0000 (13:00 -0500)
committerMatthew McClintock <msm@freescale.com>
Wed, 12 Sep 2012 18:01:09 +0000 (13:01 -0500)
This was done because BB_NO_NETWORK only works with SHAs since the
fetcher needs to check the tags each time

Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.inc
meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb
meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb

index 563e916e9d3e255b29cc33dacf2600bf4ef15a3a..1b76a28cdde20c0df0f2dc5e0d8b2b24f05f879d 100644 (file)
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 PV = "3.0.34"
 PR = "r6"
 
-SRCREV = "fsl-sdk-v1.2.1"
+SRCREV = "058c67be272af9ab95b88c941f31fb3eda05a4d3"
 SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
            file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
           file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \
index 49ed08719b46ff2b918b71cbea7f73307a8ad4f5..1368509cfd971e1be3924b8ad30c5f4a159fb30d 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc"
 
 inherit deploy
 
-SRCREV = "fsl-sdk-v1.2.1"
+SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9"
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \
                "
 DEPENDS_append_e5500-64b = " lib32-gcc-cross"
index 89d6784da36744290398ae91002f4ac77ee34d14..d1cbdd31964e79eca06df41864a1be91bcbcc041 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\
           "
-SRCREV = "fsl-sdk-v1.2.1"
+SRCREV = "53cf657a7d034b8d71d53d5c241d0870836d8a72"
 
 S = "${WORKDIR}/git"
 EXTRA_OEMAKE = 'CC="${CC}"'