]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
script/relocate_sdk.py: check dynamic loader arch before relocating interpreter
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 7 Feb 2025 05:27:47 +0000 (13:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2025 11:42:23 +0000 (11:42 +0000)
commit0c1f2bf3d8e31e66d28aaa81a7c1658f160bb79e
tree9465b2e42869bccd43079eb3c05c74296856dcd2
parent3291f9d07ecfe7d3301dc914f5e6a80577cf1d5d
script/relocate_sdk.py: check dynamic loader arch before relocating interpreter

While multiple dynamic loader existed, in order to make executable file is
interpreted by the expected dynamic loader, relocating interpreter only if
the new dynamic loader and executable file have the same arch

[ YOCTO #15722 ]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/relocate_sdk.py