diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-07-06 13:50:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-08 13:34:00 +0100 |
commit | 5d4acaed81a811912e60d85c507bee819623369e (patch) | |
tree | 30162b956077772e0f70d06338ed1cc331ecf38d /meta/lib/oe | |
parent | 0fc904749f45bd7d679233cced9d5a155afac421 (diff) | |
download | openembedded-core-5d4acaed81a811912e60d85c507bee819623369e.tar.gz openembedded-core-5d4acaed81a811912e60d85c507bee819623369e.tar.bz2 openembedded-core-5d4acaed81a811912e60d85c507bee819623369e.zip |
linuxloader.bbclass: add musl libc support
Current linuxloader.bbclass does not support musl libc ldso, so add it
in.
After changing, now the linuxloader function will call a subfunction
according to which virtual/libc is being used, glibc or musl, the
linuxloader_musl function is made on top of the LDSO macro defined
in musl source, by mapping related OE variables to it.
Change tested on following machines:
"genericx86"
"genericx86-64"
"beaglebone"
"qemumips64"
"qemuarm64"
"mpc8315e-rdb"
"edgerouter"
"qemumips"
"kc705-microblazeel" - meta-xilinx
"qemuppc"
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/lib/oe')
0 files changed, 0 insertions, 0 deletions