[yocto] How to do the specified tasks instead of many default ones

Paul Eggleton paul.eggleton at linux.intel.com
Thu Sep 20 03:25:29 PDT 2012


On Thursday 20 September 2012 17:59:56 Liu wrote:
> That's not what i mean.I want to remove the tasks like
> "do_build","do_package" from the default tasks list,and reserve the tasks
> (do_fetch,do_unpack,do_compile) I need. I know there exist some dependency
> between tasks and then generate a default list of tasks  for all
> packages.And now I just want to use the several tasks for my packages. Can
> you tell me detally about how to remove the tasks "do_build" ,and the tasks
> after "do_build" ?

What do you mean by tasks after do_build? There should not be any, at least 
not for the same target.

There are several ways of disabling tasks - the first that comes to mind is to 
mark the task as noexec, for example:

do_package[noexec] = "1"

My question would be though, what are you trying to achieve by doing this?

Cheers,
Paul

PS: please reply on the mailing list, thanks.

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the yocto mailing list