summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mkelfimage/mkelfimage/convert.bin.c
Commit message (Collapse)AuthorAgeFilesLines
* mkelfimage: Remove un-needed recipeSaul Wold2018-01-021-348/+0
| | | | | | | | | | | | | | | | As we are removing the ELF image type, we can now removed this older mkelfimage recipe also, we reach back 3+ years in the coreboot git repo to retrieve the source. This tool needs updating everything we change binutils, which would normally be done by the upstream, but that is now gone. [YOCTO #11967] (From OE-Core rev: 003056db591ebee6464b51d29f706779936fcd83) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mkelfimage: Add update convert.bin.c fileSaul Wold2017-09-021-0/+348
This is a compile code fragment that has an elf signature, it needs to be updated for the newer tools. After 2.4 we will be removing the elf Image type as it has been expunged from the coreboot repo since 2014. [YOCTO #11967] (From OE-Core rev: 66f7ec30a05639739208bb921b689e94b2c880a3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>