generic-poky/meta/recipes-core/ovmf
Patrick Ohly 8e7f76bd8a ovmf: avoid linking with gold
Linking with gold fails due to an internal error in gold. The ovmf
linker is gcc, which has a -fuse-ld=bfd option to choose the linker
which (for ovmf) is known to work.

Like the choice of the compilers, this is done in ovmf-native. To keep
that recipe independent of DISTRO_FEATURES, choosing bfd is done
unconditionally.

(From OE-Core rev: 7ee548b9f6f2893caf6b5ade8c892f2968d4ec47)

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-03-31 10:10:29 +01:00
..
ovmf ovmf: fix toolchain selection 2017-03-22 11:35:22 +00:00
ovmf-shell-image.bb ovmf: build image which enrolls standard keys 2017-03-01 11:17:45 +00:00
ovmf_git.bb ovmf: avoid linking with gold 2017-03-31 10:10:29 +01:00