diff options
author | Jonas Gorski <jonas.gorski@bisdn.de> | 2024-06-26 16:14:34 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-07-03 06:28:37 -0700 |
commit | 9ca4db21f4f7c46f635695a76c335d750214d6c7 (patch) | |
tree | 50c74f7a745cb5bafa0ab5d9432031551632d39d /scripts/lib/wic/partition.py | |
parent | 6f9553277ea86748031ba53e7492699939d93de0 (diff) | |
download | poky-9ca4db21f4f7c46f635695a76c335d750214d6c7.tar.gz |
linuxloader: add -armhf on arm only for TARGET_FPU 'hard'
There are two types of soft FPU options for arm, soft and softfp, and if
using the latter the wrong dynamic loader will be used.
E.g. go will link against ld-linux-armhf.so.3, but libc6 will only ship
a ld-linux.so.3, so go programs will fail to start.
Fix this by instead checking for TARGET_FPU being 'hard' and then
applying the suffix.
(From OE-Core rev: f8d96f091844bf4cc0fa3bd3104573533841259a)
Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/wic/partition.py')
0 files changed, 0 insertions, 0 deletions