summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot_2015.01.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-07 15:49:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-08 10:53:21 +0100
commit33db621e4e17fbebccc7f8b1652fc5479286140e (patch)
treea1ba8942da50d9584923ee3c98b70a6b237b6c22 /meta/recipes-bsp/u-boot/u-boot_2015.01.bb
parent3141e1e4926746a8b382bc8661b68d0126d3862e (diff)
downloadpoky-33db621e4e17fbebccc7f8b1652fc5479286140e.tar.gz
u-boot: Avoid issues with binutils-2.25
Add a patch based on one from Zhenhua Luo <zhenhua.luo@freescale.com> in the meta-fsl-ppc layer to avoid build failures for u-boot with the mpc8315e-rdb machine with binutils 2.25. (From OE-Core rev: 81449a31b57ecda52ef8741f59afc26b4d4022e9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2015.01.bb')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2015.01.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot_2015.01.bb
index 6feac3107d..70a1e545a0 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2015.01.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2015.01.bb
@@ -2,6 +2,8 @@ require u-boot.inc
2 2
3DEPENDS += "dtc-native" 3DEPENDS += "dtc-native"
4 4
5SRC_URI += "file://0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch"
6
5# This revision corresponds to the tag "v2015.01" 7# This revision corresponds to the tag "v2015.01"
6# We use the revision in order to avoid having to fetch it from the repo during parse 8# We use the revision in order to avoid having to fetch it from the repo during parse
7SRCREV = "92fa7f53f1f3f03296f8ffb14bdf1baefab83368" 9SRCREV = "92fa7f53f1f3f03296f8ffb14bdf1baefab83368"