diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-10-06 12:36:59 -0500 |
---|---|---|
committer | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-10-06 12:36:59 -0500 |
commit | 970dc59776b754c51a887f9b2ec4c7bb98589a43 (patch) | |
tree | bb4025d3be47132e415b17f327b79be5f19dc73e /recipes-bsp/u-boot/u-boot_2016.09.01.bb | |
parent | e95e175cb545536722ebe845cd8a4f70b189dd1d (diff) | |
parent | f5ff7bc9e79ee975be063eb305423ecdd65ca2b3 (diff) | |
download | meta-multitech-970dc59776b754c51a887f9b2ec4c7bb98589a43.tar.gz meta-multitech-970dc59776b754c51a887f9b2ec4c7bb98589a43.tar.bz2 meta-multitech-970dc59776b754c51a887f9b2ec4c7bb98589a43.zip |
Merge branch 'master' of gitlab.multitech.net:mirrors/meta-multitech
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.bb | 3 |
1 files changed, 2 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 3d0f4a1..a7281a4 100644 --- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb +++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb @@ -8,7 +8,8 @@ SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ file://i2c.patch \ file://macb.patch \ file://printeepromcrc.patch \ - file://mtpwd.patch" + file://mtpwd.patch \ + file://tftpput.patch" SRC_URI_append_mtcdt = " \ file://mtcdt.patch" |