Re: [yocto] Force recipe(non library) to build 32bit packages(only) for 64bit machine

2018-10-24 Thread Burton, Ross
On Wed, 24 Oct 2018 at 09:11, Andrey Strunin  wrote:
> My machine configuration is Mips64 and I use MULTILIB. It works ok, but
> there is a question...
> Is it possible to build a recipe(non library) only for 32bit?
> I know about lib32-${libname} notation, but what about non-libraries?
> The sources I have to compile aren't build on 64bit at all (or build but
> doesn't work properly)
> So, I have to build ONLY 32 bit version.

The notation isn't lib32-[library name] but lib32-[recipe name], so
just prefix any recipe with lib32- and it will built for 32-bit
(assuming that is how you configured multilib, of course).

Ross
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Force recipe(non library) to build 32bit packages(only) for 64bit machine

2018-10-24 Thread Andrey Strunin

Hi, folks!

My machine configuration is Mips64 and I use MULTILIB. It works ok, but 
there is a question...

Is it possible to build a recipe(non library) only for 32bit?
I know about lib32-${libname} notation, but what about non-libraries?
The sources I have to compile aren't build on 64bit at all (or build but 
doesn't work properly)

So, I have to build ONLY 32 bit version.

--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto