diff options
author | John Klug <john.klug@multitech.com> | 2018-06-04 10:21:29 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-06-04 10:21:29 -0500 |
commit | 90f57378fbfacd0ed0e6e11f02b1e60fab784518 (patch) | |
tree | 6d2ae69fc1f4cab3def2575707aba7f2b7fd36ae /recipes-bsp/u-boot/u-boot_2016.09.01.bb | |
parent | 7ce8011fb9ef377090fa047a3b75f2e91cd354a2 (diff) | |
download | meta-multitech-90f57378fbfacd0ed0e6e11f02b1e60fab784518.tar.gz meta-multitech-90f57378fbfacd0ed0e6e11f02b1e60fab784518.tar.bz2 meta-multitech-90f57378fbfacd0ed0e6e11f02b1e60fab784518.zip |
Add mtr stuff to mLinux
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 | 7 |
1 files changed, 7 insertions, 0 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 a7281a4..d68960c 100644 --- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb +++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb @@ -17,6 +17,13 @@ SRC_URI_append_mtcdt = " \ SRC_URI_append_mtcap = " \ file://mtcdt.patch" +SRC_URI_append_mtr = "\ + file://mtr.patch \ +" +SRC_URI_append_mtrv1 = "\ + file://mtrv1.patch \ +" + SRC_URI[md5sum] = "61c628f8034477c946e173ed174efeb4" SRC_URI[sha256sum] = "95728e89dd476d17428f94080752ab48884be477b6a678941582aeef618b70bb" |