On 19/11/2019 21:15, Jeff Kaisner wrote:
We have several executables that can run on the target (ARM64) but also on the host system (x86).  I added the BBCLASSEXTEND = "native" and can build all the recipes in native mode.  Once done, I would like to be able to install them on the host system, but don’t see a package for them (or understand that part of the process).

I'm guessing you have a recipe called something like foo.bb. You've added BBCLASSEXTEND=native to this, and can bitbake foo-native.

If you want to also build this for the target, simply add foo to the IMAGE_DEPENDS or directly bitbake foo.

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

Reply via email to