[yocto] Enable only 32 bit packages in a packagegroup for 64 bit machine

2017-08-06 Thread Gaurav Vohra
Hello, I need to use multilib feature in yocto to build some applications which are part of a packagegroup recipe as only 32 bit. I can use command to create 32 bit packages from this packagegroup which works,. # bitbake lib32-packagegroup-name.bb But the packages in this packagegroup are stil

[yocto] Build only 32 bit packages using multilib in a packagegroup for 64 bit machine

2017-08-06 Thread Gaurav Vohra
Hello, I need to use multilib feature in yocto to build some applications which are part of a packagegroup recipe as only 32 bit. I can use command to create 32 bit packages from this packagegroup which works,. # bitbake lib32-packagegroup-name.bb But the packages in this packagegroup are stil