diff options
author | Matthew McClintock <msm@freescale.com> | 2012-09-12 13:00:24 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-09-12 13:01:09 -0500 |
commit | a51ea005adab98afd5320a836957fad9364ef51b (patch) | |
tree | b56b3be949ae1e72fddca1ab1f1491ca1e76f130 | |
parent | 2bed6211ef8e9796131f7de021f65f67b4b3203a (diff) | |
download | meta-fsl-ppc-a51ea005adab98afd5320a836957fad9364ef51b.tar.gz |
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 <msm@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 2 | ||||
-rw-r--r-- | recipes-tools/boot-format/boot-format_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc index 563e916..1b76a28 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk.inc +++ b/recipes-kernel/linux/linux-qoriq-sdk.inc | |||
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
3 | PV = "3.0.34" | 3 | PV = "3.0.34" |
4 | PR = "r6" | 4 | PR = "r6" |
5 | 5 | ||
6 | SRCREV = "fsl-sdk-v1.2.1" | 6 | SRCREV = "058c67be272af9ab95b88c941f31fb3eda05a4d3" |
7 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ | 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ |
8 | file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ | 8 | file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ |
9 | file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \ | 9 | file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \ |
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index 49ed087..1368509 100644 --- a/recipes-kernel/u-boot/u-boot_git.bb +++ b/recipes-kernel/u-boot/u-boot_git.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" | |||
11 | 11 | ||
12 | inherit deploy | 12 | inherit deploy |
13 | 13 | ||
14 | SRCREV = "fsl-sdk-v1.2.1" | 14 | SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9" |
15 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ | 15 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ |
16 | " | 16 | " |
17 | DEPENDS_append_e5500-64b = " lib32-gcc-cross" | 17 | DEPENDS_append_e5500-64b = " lib32-gcc-cross" |
diff --git a/recipes-tools/boot-format/boot-format_git.bb b/recipes-tools/boot-format/boot-format_git.bb index 89d6784..d1cbdd3 100644 --- a/recipes-tools/boot-format/boot-format_git.bb +++ b/recipes-tools/boot-format/boot-format_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
5 | 5 | ||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ |
7 | " | 7 | " |
8 | SRCREV = "fsl-sdk-v1.2.1" | 8 | SRCREV = "53cf657a7d034b8d71d53d5c241d0870836d8a72" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | EXTRA_OEMAKE = 'CC="${CC}"' | 11 | EXTRA_OEMAKE = 'CC="${CC}"' |