diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-24 12:03:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-24 12:03:24 -0700 |
commit | d5a2949941f6246766009cbdf6824e9449ee0405 (patch) | |
tree | a01dffb08a0e70e418f7a7a334074bc7b2393ff3 | |
parent | 53cc2fa8f56a52e7997df2d77b82bb5999a0491c (diff) | |
download | meta-freescale-d5a2949941f6246766009cbdf6824e9449ee0405.tar.gz |
imx-sc-firmware: Always use BFD linker
Some distros e.g. yoe uses LLD linker as default, it does not work
with prebuilt baremetal toolchain used for imx-sc-firmware
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb index 0fa3f5ea..1354356b 100644 --- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb +++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.18.0.bb | |||
@@ -25,6 +25,9 @@ symlink_name = "scfw_tcm.bin" | |||
25 | 25 | ||
26 | BOOT_TOOLS = "imx-boot-tools" | 26 | BOOT_TOOLS = "imx-boot-tools" |
27 | 27 | ||
28 | LDFLAGS:remove = "-fuse-ld=lld" | ||
29 | LDFLAGS:append = " -fuse-ld=bfd" | ||
30 | |||
28 | do_compile[noexec] = "1" | 31 | do_compile[noexec] = "1" |
29 | 32 | ||
30 | do_install[noexec] = "1" | 33 | do_install[noexec] = "1" |