uboot-tools: add patch to fix (no)stripping on non-ELF platforms
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 27 Aug 2014 12:38:08 +0000 (14:38 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 27 Aug 2014 19:32:39 +0000 (21:32 +0200)
commit11323613a819908851fe36155d9f2c634df29f47
tree5836f12e26ede7e174142a57d6fdffa0456a8e1e
parentf9a11a8fed00bf99d08822df2fdda4f7d9070f2c
uboot-tools: add patch to fix (no)stripping on non-ELF platforms

On Blackfin FLAT, stripping does not exist, but recent U-Boot versions
nonetheless try to strip and fail if they cannot do so. This commit
adds a U-Boot patch (submitted upstream) that solves this issue.

Fixes:

  http://autobuild.buildroot.org/results/153/1530f8247d1652da5779994f298141b1572ce74f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uboot-tools/uboot-tools-02-nostrip.patch [new file with mode: 0644]