From: Matthew McClintock Date: Wed, 12 Sep 2012 18:00:24 +0000 (-0500) Subject: remove use of tags in SRCREV and replace with actual SHAs X-Git-Tag: 2.1~534^2~412 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14f386bfc20e6b3fe3336dddf80a2bb38865857f;p=meta-freescale.git remove use of tags in SRCREV and replace with actual SHAs 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 --- diff --git a/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.inc b/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.inc index 563e916e..1b76a28c 100644 --- a/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.inc +++ b/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.inc @@ -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 \ diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb index 49ed0871..1368509c 100644 --- a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb @@ -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" diff --git a/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb b/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb index 89d6784d..d1cbdd31 100644 --- a/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb +++ b/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb @@ -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}"'