Skip to content

Commit

Permalink
webos-features-core-boot.inc: switch from gold linker to lld
Browse files Browse the repository at this point in the history
:Release Notes:
gold causes TMPDIR references in binaries leading to a lot of
QA issues which aren't easy to fix and hide other possible causes
for TMPDIR references.

See:
openembedded/meta-openembedded#675 (comment)
openembedded/meta-openembedded#675 (comment)

:Detailed Notes:
gold is getting much less attention in last years than lld, mold or
even good old bfd, most of the improvements from gold were already
imported to bfd.

As we're already using meta-clang and clang for building webruntime
recipes, it makes sense to switch to lld now.

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRP-13301] Create GPVB with Yocto 4.3 Nanbield

Change-Id: I9090adf11869771ddfd954b5eb417697a2c4b934
  • Loading branch information
shr-project committed Jan 24, 2024
1 parent 57d6725 commit 79d8bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WEBOS_DISTRO_FEATURES_INIT_CONSIDERED = "sysvinit"

DISTRO_FEATURES_BACKFILL_CONSIDERED += "${WEBOS_DISTRO_FEATURES_INIT_CONSIDERED}"

WEBOS_DISTRO_FEATURES_LD = "ld-is-gold"
WEBOS_DISTRO_FEATURES_LD = "ld-is-lld"

WEBOS_DISTRO_FEATURES_TEST = "ptest"

Expand Down

0 comments on commit 79d8bf0

Please sign in to comment.