Re: [yocto] how to build multi-lib in one project ?

2012-07-27 Thread McClintock Matthew-B29882
Did you read the manual? I believe there are multilib instructions in there. -M On Fri, Jul 27, 2012 at 4:05 AM, Wangdawei mailto:kyle.wangda...@huawei.com>> wrote: Hi all, I want to build a x86_64 system and it also need to support the 32 bit lib , that means if I build a package like

[yocto] how to build multi-lib in one project ?

2012-07-27 Thread Wangdawei
Hi all, I want to build a x86_64 system and it also need to support the 32 bit lib , that means if I build a package like ncurses I need to compile 2 libs , one is for 32 bit another is for 64 bit , How can I achieve my goal ? And another question , did anyone have a sample that