From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Ivan Sergio Borgonovo <mail@webthatworks.it>
Cc: poky@yoctoproject.org
Subject: Re: avoid to download kernel when bitbake -c configure virtual/kernel
Date: Wed, 04 Nov 2015 16:04:33 +0000 [thread overview]
Message-ID: <1446653073.15270.162.camel@linuxfoundation.org> (raw)
In-Reply-To: <563A2A22.7010202@webthatworks.it>
On Wed, 2015-11-04 at 16:54 +0100, Ivan Sergio Borgonovo wrote:
> I've learnt that to develop kernel patches I should
>
> bitbake -c cleanall virtual/kernel
> bitbake -c configure virtual/kernel
> ...
"cleanall" means remove *everything* including the sources. Not sure why
you'd be using that, try "clean" instead.
> bitbake -c configure virtual/kernel
> wants to download the kernel once more
>
> Did I do something wrong or is there a way to avoid to download the
> kernel over and over other than setting up a proxy?
Don't use "cleanall", you shouldn't need to. There is also "cleansstate"
if you really wanted to remove prebuilt cache objects but again, you
shouldn't need that. "cleansstate" will be better than "cleanall" though
from a downloads perspective.
Cheers,
Richard
prev parent reply other threads:[~2015-11-04 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 15:54 avoid to download kernel when bitbake -c configure virtual/kernel Ivan Sergio Borgonovo
2015-11-04 16:04 ` Richard Purdie [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=1446653073.15270.162.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=mail@webthatworks.it \
--cc=poky@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.