diff options
author | Zongchun Yu <Zongchun.Yu@freescale.com> | 2014-01-23 14:05:31 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-02-13 11:24:57 +0800 |
commit | 8caffd0a3a402ea98d2d313f1c7f7d72a15d9bb2 (patch) | |
tree | a4dd59ff8d17e3eb657239fab88d9ac89cccf5fc /meta-fsl-ppc | |
parent | c277d92824fcb9a8c7223aba0ffd7a03c8f05560 (diff) | |
download | meta-freescale-8caffd0a3a402ea98d2d313f1c7f7d72a15d9bb2.tar.gz |
u-boot: update SHA for SDK T2080QDS
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r-- | meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb index 068c6f418..4f8690c23 100644 --- a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb | |||
@@ -27,10 +27,11 @@ DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', | |||
27 | 27 | ||
28 | inherit deploy | 28 | inherit deploy |
29 | 29 | ||
30 | SRCBRANCH = "sdk-v1.5.x" | 30 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \ |
31 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH} \ | ||
32 | file://Fix-the-depend-race-issue.patch" | 31 | file://Fix-the-depend-race-issue.patch" |
33 | SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69" | 32 | SRCREV = "5438fc1ca159c8f5724272efd1289e6d49771e69" |
33 | SRCREV_t2080qds = "fc03874549668c1a10f97c10b3a77cb0f236df19" | ||
34 | SRCREV_t2080qds-64b = "fc03874549668c1a10f97c10b3a77cb0f236df19" | ||
34 | 35 | ||
35 | python () { | 36 | python () { |
36 | if d.getVar("TCMODE", True) == "external-fsl": | 37 | if d.getVar("TCMODE", True) == "external-fsl": |