I just realized that this patch is not enough for multilib to work on musl, we also need to make sure needed musl headers are also generated using oe_multilib_header I can cook up a patch in a day or so.
On Wed, Apr 8, 2020 at 6:08 PM Khem Raj <raj.k...@gmail.com> wrote: > > This is no longer needed as we can build multilibbed images with musl > now > > [YOCTO #13122] > > Signed-off-by: Khem Raj <raj.k...@gmail.com> > --- > meta/classes/multilib_header.bbclass | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/meta/classes/multilib_header.bbclass > b/meta/classes/multilib_header.bbclass > index e03f5b13b2..48f231eed0 100644 > --- a/meta/classes/multilib_header.bbclass > +++ b/meta/classes/multilib_header.bbclass > @@ -6,13 +6,6 @@ inherit siteinfo > # all of the ABI variants for that given architecture. > # > oe_multilib_header() { > - > - case ${HOST_OS} in > - *-musl*) > - return > - ;; > - *) > - esac > # For MIPS: "n32" is a special case, which needs to be > # distinct from both 64-bit and 32-bit. > case ${TARGET_ARCH} in > -- > 2.26.0 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137138): https://lists.openembedded.org/g/openembedded-core/message/137138 Mute This Topic: https://lists.openembedded.org/mt/72887956/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-