diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-07-31 22:30:01 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-09-08 16:09:41 -1000 |
commit | b714a94ea70c614baa5243c09617d1a25c0a5ffa (patch) | |
tree | 075a9b64deb87f381a13552a86d62e6395f8ca6c /scripts/lib/devtool/sdk.py | |
parent | 0fb3fd0a0d9fbfeafb87ec6b63974f82c49d667c (diff) | |
download | poky-b714a94ea70c614baa5243c09617d1a25c0a5ffa.tar.gz |
efivar: backport 5 patches to fix build with gold
* LDFLAGS += "-fuse-ld=bfd" in the recipe doesn't work and
it still fails to build with ld-is-gold in DISTRO_FEATURES
removal of this line sent to master in:
https://lists.openembedded.org/g/openembedded-core/message/185167
* the most important ones are the 1st which removes --add-needed
and the last which removes src/include/workarounds.mk completely
while 2-4 patches just update src/include/workarounds.mk for the
last one to apply cleanly
* alternatively we can bump SRCREV to latest 38 as master did in:
https://git.openembedded.org/openembedded-core/commit/?id=4df808c616f847d90203582fd950a49bb8360dd0
which brings 23 commits, but instead of adding 5 more patches
allows to remove 5
(From OE-Core rev: d5c7ec0be32aa75fa7973840adf5251d22018766)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/devtool/sdk.py')
0 files changed, 0 insertions, 0 deletions