summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot_2016.09.01.bb
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2020-05-14 11:24:50 +0300
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2020-05-14 11:24:50 +0300
commit1d1d898c5505d1a5d1f1ea0d0e71b15387398ec0 (patch)
tree9093ebf54c39eb1fa1153ace94457e06a9e29ee7 /recipes-bsp/u-boot/u-boot_2016.09.01.bb
parentc208662863dfb2d48bfdb9ed47582dfc9ba864f5 (diff)
downloadmeta-multitech-atmel-1d1d898c5505d1a5d1f1ea0d0e71b15387398ec0.tar.gz
meta-multitech-atmel-1d1d898c5505d1a5d1f1ea0d0e71b15387398ec0.tar.bz2
meta-multitech-atmel-1d1d898c5505d1a5d1f1ea0d0e71b15387398ec0.zip
Make u-boot buildable by Yocto 2.6 (gcc 8.2). Add fix_2.6.patch and fix_net.patch
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.bb5
1 files changed, 3 insertions, 2 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 3771ee1..59b3c4c 100644
--- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
@@ -7,11 +7,12 @@ SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://kconfig_common.patch \
file://config.patch \
file://i2c.patch \
- file://macb.patch \
file://printeepromcrc.patch \
file://mtpwd.patch \
file://tftpput.patch \
- file://hide_uboot_version.patch"
+ file://hide_uboot_version.patch \
+ file://fix_2_6.patch \
+ file://fix_net.patch"
SRC_URI_append_mtcdt = " \
file://mtcdt.patch \