summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf
Commit message (Collapse)AuthorAgeFilesLines
* patchelf: Add patch to handle large filesRichard Purdie2016-02-062-1/+32
| | | | | | | | | | | | | There were "maximum size exceeded" errors from patchelf when processing qemu-native. There is an issue open for this upstream, add a patch proposed there for this issue. "32" was increased to "64" to handle our qemu-ppc binary. (From OE-Core rev: 79d320544202d719eeb5affd9b687505dcd9b725) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* patchelf: Add patchelf recipeRichard Purdie2014-08-281-0/+12
This is useful since it allows us to edit the RPATH and interpreter fields in ELF binaries. This is potentially particularly useful in improving the way we can use the SDK and also potentially making native binaries more relocatable. (From OE-Core rev: 003766fb2e50b11914ca06947ecfa039429b0815) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>