summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-25 12:53:28 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-09 09:09:19 -0500
commit98378a9383ac7ebf39d175d02817df9cea1e692a (patch)
treef5e82f428a92b629a8c34d60ee23bd991fab8f1c /recipes-bsp/u-boot
parent52aba60ff4e3fb4002f69090f2134c764ef71e47 (diff)
downloadmeta-multitech-atmel-98378a9383ac7ebf39d175d02817df9cea1e692a.tar.gz
meta-multitech-atmel-98378a9383ac7ebf39d175d02817df9cea1e692a.tar.bz2
meta-multitech-atmel-98378a9383ac7ebf39d175d02817df9cea1e692a.zip
Make u-boot easier to configure for MTR
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.09.01.bb7
1 files changed, 6 insertions, 1 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 8d209f2..3d0f4a1 100644
--- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
@@ -4,13 +4,18 @@ DEPENDS += "dtc-native"
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://config.patch \
file://i2c.patch \
file://macb.patch \
file://printeepromcrc.patch \
file://mtpwd.patch"
+SRC_URI_append_mtcdt = " \
+ file://mtcdt.patch"
+
+SRC_URI_append_mtcap = " \
+ file://mtcdt.patch"
+
SRC_URI[md5sum] = "61c628f8034477c946e173ed174efeb4"
SRC_URI[sha256sum] = "95728e89dd476d17428f94080752ab48884be477b6a678941582aeef618b70bb"