summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-09-12 13:00:24 -0500
committerMatthew McClintock <msm@freescale.com>2012-09-12 13:01:09 -0500
commita51ea005adab98afd5320a836957fad9364ef51b (patch)
treeb56b3be949ae1e72fddca1ab1f1491ca1e76f130 /recipes-kernel
parent2bed6211ef8e9796131f7de021f65f67b4b3203a (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk.inc2
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb2
2 files changed, 2 insertions, 2 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"
3PV = "3.0.34" 3PV = "3.0.34"
4PR = "r6" 4PR = "r6"
5 5
6SRCREV = "fsl-sdk-v1.2.1" 6SRCREV = "058c67be272af9ab95b88c941f31fb3eda05a4d3"
7SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ 7SRC_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
12inherit deploy 12inherit deploy
13 13
14SRCREV = "fsl-sdk-v1.2.1" 14SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9"
15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ 15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \
16 " 16 "
17DEPENDS_append_e5500-64b = " lib32-gcc-cross" 17DEPENDS_append_e5500-64b = " lib32-gcc-cross"