[OE-core] Usrmerge distro feature and glibc ABIList
Oleksandr Ocheretnyi
I've recently found that OE-core with usrmerge distro feature enabled prepares image with ELF files
where default linker path changed (i.e. /usr/lib/ld-linux-x86-64.so.2). According to glibc ABIList it has to be /lib64/ld-linux-x86-64.so.2 Why is the program interpreter changed? As I understand it does not correspond to the ABIList https://sourceware.org/glibc/wiki/ABIList Note: last time I've checked it on MACHINE ??= "qemux86-64" with DISTRO_FEATURES_append = " systemd usrmerge" -- Best regards, Oleksandr Ocheretnyi |
|