diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-17 17:21:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-10 13:21:40 +0100 |
commit | 3abf1c375c6e943c90a4bb14f86b5ed1b8f4ff39 (patch) | |
tree | a74dfc065c7e603e49a18122fa485888f71dfefc /meta/classes/rm_work_and_downloads.bbclass | |
parent | 7b0a620d4a4e2c4631e13d3b32dd3f917e960e22 (diff) | |
download | poky-3abf1c375c6e943c90a4bb14f86b5ed1b8f4ff39.tar.gz |
binutils: Fix relocation of ld.so.conf in nativesdk builds
We need binutils to look at our ld.so.conf file within the SDK to ensure
we search the SDK's libdirs as well as those from the host system.
There add a patch which passes in the directory to the code using a define,
then add it to a section we relocate in a similar way to the way we relocate
the gcc internal paths. This ensures that ld works correctly in our buildtools
tarball.
Standard sysroot relocation doesn't work since we're not in a sysroot,
we want to use both the host system and SDK libs.
(From OE-Core rev: f6c1089642934ad93056ef19a0888965486ee030)
(From OE-Core rev: 09a2b16ac2bd1e3e415131e46315c851373aa7e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rm_work_and_downloads.bbclass')
0 files changed, 0 insertions, 0 deletions