Hello: I’ve written a bitbake class that adds a custom task in-between do_configure and do_compile, called ‘do_send_to_remote’. Is there any way for Yocto to allow only one instance of this task to run at a time? I know I can set BB_NUMBER_THREADS = 1, but that will slow down everything. Is there a way to do something like: BB_NUMBER_THREADS[do_send_to_remote] = 1?
Thanks, Travis
_______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
