]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
linux-firmware: skip ldflags sanity check
authorRoss Burton <ross.burton@arm.com>
Sat, 20 Sep 2025 15:52:08 +0000 (16:52 +0100)
committerKhem Raj <raj.khem@gmail.com>
Thu, 2 Oct 2025 16:51:38 +0000 (09:51 -0700)
commite476d1dedd7cd7a49bc37cd2ff2bcafe747603ec
tree6e58df6fc5582fff74131af989ce6bb95071f349
parenta6fd5369a17fdf5c47647d904ed34b323a872caf
linux-firmware: skip ldflags sanity check

Some of the firmware blobs, for example qcom/apq8016/modem.mbn, are
actually ELF files. We don't want to hold these to our exacting standard
for link flags because we're not building them and they don't run on the
target directly.

Note that as this check parses the output of ${OBJDUMP} -p it behaves
differently with binutils vs llvm.  It looks like binutils bails early
as it doesn't know what the target architecture is, whereas LLVM is more
comprehensive in its support.

Signed-off-by: Ross Burton <ross.burton@arm.com>
meta/recipes-kernel/linux-firmware/linux-firmware_20250917.bb