summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2012-12-14 16:11:09 +0000
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:11:01 -0600
commitd33832a4a9d053d899716520a322689584a89e30 (patch)
tree3e761684b18c70c762d1e3b0a42196acc2a6f70e
parente2f7f5c53baa3222bc3ea9a555535c9073113ef4 (diff)
downloadmeta-fsl-ppc-d33832a4a9d053d899716520a322689584a89e30.tar.gz
u-boot_git: add e6500 commit for 1.3.1 release
Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index 9c4cf48..bc19bb4 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r28" 8PR = "r29"
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" 10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
11 11
@@ -13,12 +13,8 @@ inherit deploy
13 13
14SRCREV = "c6d9d502924ade8877f53eecdd5cf37e05d6d6b4" 14SRCREV = "c6d9d502924ade8877f53eecdd5cf37e05d6d6b4"
15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git" 15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
16 16SRCREV_e6500 = "9040d1ee41fc29fc7e9796bdfb59612f80bc1ee4"
17SRCREV_e6500 = "59852d03867108217fe88e3bfc3e1e9cedfe63c5" 17SRCREV_e6500-64b = "9040d1ee41fc29fc7e9796bdfb59612f80bc1ee4"
18SRCREV_e6500-64b = "59852d03867108217fe88e3bfc3e1e9cedfe63c5"
19SRC_URI_e6500 = "git://git.denx.de/u-boot.git"
20SRC_URI_e6500-64b = "git://git.denx.de/u-boot.git"
21
22python () { 18python () {
23 ml = d.getVar("MULTILIB_VARIANTS", True) 19 ml = d.getVar("MULTILIB_VARIANTS", True)
24 arch = d.getVar("OVERRIDES", True) 20 arch = d.getVar("OVERRIDES", True)