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 /recipes-kernel | |
| 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>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.inc | 2 | ||||
| -rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 2 |
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" | |||
| 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" |
