summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot_2016.09.01.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-12 14:02:51 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-09 09:09:19 -0500
commit0800225fae846cecbac833bde27405fc14e8e4b8 (patch)
tree3cfeed7fa9512147a56d4072a43c67cab342d5f8 /recipes-bsp/u-boot/u-boot_2016.09.01.bb
parent91e69d5ed5f8d9332ae3bf9f787e2bf9aacf560f (diff)
downloadmeta-multitech-atmel-0800225fae846cecbac833bde27405fc14e8e4b8.tar.gz
meta-multitech-atmel-0800225fae846cecbac833bde27405fc14e8e4b8.tar.bz2
meta-multitech-atmel-0800225fae846cecbac833bde27405fc14e8e4b8.zip
u-boot patches including u-boot password
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2016.09.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.09.01.bb15
1 files changed, 9 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.09.01.bb b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
index 2fb055a..8d209f2 100644
--- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
@@ -5,10 +5,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-2016.09.01:"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://mtcdt.patch \
- file://spl.patch \
- file://i2c.patch"
-# This revision corresponds to the tag "v2016.03"
-# We use the revision in order to avoid having to fetch it from the
-# repo during parse
-SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
+ file://config.patch \
+ file://i2c.patch \
+ file://macb.patch \
+ file://printeepromcrc.patch \
+ file://mtpwd.patch"
+SRC_URI[md5sum] = "61c628f8034477c946e173ed174efeb4"
+SRC_URI[sha256sum] = "95728e89dd476d17428f94080752ab48884be477b6a678941582aeef618b70bb"
+
+S = "${WORKDIR}/${PN}-${PV}"