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 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto