From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Liu <treebody@embedstudy.com>
Cc: yocto@yoctoproject.org
Subject: Re: How to do the specified tasks instead of many default ones
Date: Thu, 20 Sep 2012 11:25:29 +0100 [thread overview]
Message-ID: <8173152.vnRYO1d4LU@helios> (raw)
In-Reply-To: <tencent_5829A72418D0015B153A11E6@qq.com>
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
next parent reply other threads:[~2012-09-20 10:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <tencent_5829A72418D0015B153A11E6@qq.com>
2012-09-20 10:25 ` Paul Eggleton [this message]
2012-09-20 7:41 How to do the specified tasks instead of many default ones Liu
2012-09-20 9:37 ` Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8173152.vnRYO1d4LU@helios \
--to=paul.eggleton@linux.intel.com \
--cc=treebody@embedstudy.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.