From: Darren Hart <dvhart@linux.intel.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>,
Yocto discussion list <yocto@yoctoproject.org>
Subject: Re: more observations on kernel dev manual
Date: Wed, 25 Feb 2015 09:05:41 -0800 [thread overview]
Message-ID: <D1133CF5.BEE3C%dvhart@linux.intel.com> (raw)
In-Reply-To: <alpine.LFD.2.11.1502250517500.32394@localhost>
On 2/25/15, 2:52 AM, "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:
>
> been a while since i went through this manual so some probably
>simple observations -- based on in-progress manual. if scott rifenbark
>wants to process any of this, he has my blessing.
Thanks for your review of the document Robert. For future comments, please
do include the author on Cc.
...
>
> section 2.3.2: hang on ...
>
> "Complete a build at least through the kernel configuration task as
>follows:
>
> $ bitbake linux-yocto -c kernel_configme -f"
>
>but i thought that "-c <command>" would run *only* that bitbake task
>... the wording suggests that that command will run everything *up to*
>that task.
It will run everything necessary up to and including that task. If
everything, including that task, have already been run, it will run only
the specified task again.
You can verify this with:
1 $ bitbake virtual/kernel
2 $ bitbake virtual/kernel -c kernel_configme -f
3 $ bitbake virtual/kernel -c cleansstate
4 $ bitbake virtual/kernel -c kernel_configme -f
#2 will only run kernel_configme
#4 will run everything after fetch up to and including kernel_configme.
This usage helps us keep the documentation concise rather than having to
spell out how to get to a specific state in order for the command used to
work correctly.
>
> also in that section, "are not't" should just say "aren't" in sample
>warning output.
This output should be updated for 1.8 as config warnings are now sent to
the console and not just buried in the logs. Yay!
--
Darren Hart
Intel Open Source Technology Center
prev parent reply other threads:[~2015-02-25 17:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-25 10:52 more observations on kernel dev manual Robert P. J. Day
2015-02-25 16:47 ` Rifenbark, Scott M
2015-02-25 17:05 ` Darren Hart [this message]
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=D1133CF5.BEE3C%dvhart@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=rpjday@crashcourse.ca \
--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.