summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-06-29 10:55:41 -0500
committerJesse Gilles <jgilles@multitech.com>2011-06-29 10:55:41 -0500
commit1a4ea80c10c741ff2b1f2f29cc963e0b7dd2efe0 (patch)
tree893c7f3a8d1afac189edcea91a26921ac6d28524
parent4a527af73b54dbca09aee9461ba7e535f00d91bc (diff)
u-boot: add checksums
-rw-r--r--multitech/recipes/u-boot/u-boot_1.3.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/multitech/recipes/u-boot/u-boot_1.3.4.bb b/multitech/recipes/u-boot/u-boot_1.3.4.bb
index 0bb0b45..c030a7f 100644
--- a/multitech/recipes/u-boot/u-boot_1.3.4.bb
+++ b/multitech/recipes/u-boot/u-boot_1.3.4.bb
@@ -5,6 +5,9 @@ ALLOW_EMPTY = 1
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
+SRC_URI[md5sum] = "ca12b805b4f2bdcf15733be3fe22e896"
+SRC_URI[sha256sum] = "096aa286d923b7cc356bbe0dda0a29a701369deeb27ada1a2f053155aa403c31"
+
SRC_URI_append_mtcdp = "\
file://u-boot-${PV}-mts.patch \
file://fw_env.config \