diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-27 15:27:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-27 15:44:42 +0000 |
commit | 55de99100e1667c00fee7417b9ec4346accdc3f3 (patch) | |
tree | faa37b18ad418575df11cb0e6fe8ca4fde83c5b9 /meta/recipes-bsp/gnu-efi | |
parent | 0e5f6e0f836e75837d8d8b6a6ab1ae7f35e7d74c (diff) | |
download | poky-55de99100e1667c00fee7417b9ec4346accdc3f3.tar.gz |
gummiboot: use objcopy from the env
Fix the error:
[snip]
| nm -D -u src/efi/gummiboot.so | grep ' U ' && exit 1 || :
| objcopy -j .text -j .sdata -j .data -j .dynamic \
| -j .dynsym -j .rel -j .rela -j .reloc -j .eh_frame \
| --target=efi-app-x86_64 src/efi/gummiboot.so gummibootx64.efi
| objcopy: src/efi/gummiboot.so: Invalid bfd target
| make[1]: *** [gummibootx64.efi] Error 1
| make[1]: *** Waiting for unfinished jobs....
| make: *** [all] Error 2
[snip]
It uses the "objcopy" directly, which is not suitable for cross compile.
[YOCTO #6054]
(From OE-Core rev: 393fe40c14e7adeadbccb72953027b63b6f8030c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/gnu-efi')
0 files changed, 0 insertions, 0 deletions