summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/u-boot
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-11-06 09:51:36 +0000
committerMatthew McClintock <msm@freescale.com>2012-11-13 10:57:25 -0600
commit2bcc427638cc8bee5b12a234e164a3ba6ca3e1c0 (patch)
tree5b675258d4334f168fd390f09684dfaf23bccb0f /recipes-kernel/u-boot
parent1cc7bbd569eca37b4859a6a55b6ac1e506eee0c5 (diff)
downloadmeta-fsl-ppc-2bcc427638cc8bee5b12a234e164a3ba6ca3e1c0.tar.gz
u-boot_git.bb: lock down SHA for release
Also update p5040 u-boot builds and add cst-native dep which is required by some machines Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-kernel/u-boot')
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index ffd9a26..0bd6a62 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,13 +5,13 @@ PROVIDES = "virtual/bootloader"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r24" 8PR = "r25"
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 cst-native"
11 11
12inherit deploy 12inherit deploy
13 13
14SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9" 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 " 16 "
17python () { 17python () {