From: Richard Purdie <rpurdie@rpsys.net>
To: openembedded-devel@openembedded.org
Subject: Re: bitbake -c rebuild not running all tasks
Date: Thu, 24 Apr 2008 22:51:21 +0100 [thread overview]
Message-ID: <1209073881.5108.79.camel@dax.rpnet.com> (raw)
In-Reply-To: <f96d234e0804241325l64a85878q905dc02eb177266d@mail.gmail.com>
On Thu, 2008-04-24 at 16:25 -0400, Cliff Brake wrote:
> I'm trying to sort out the xorg fonts stuff, and am running into an
> issue where "bitbake -c rebuild" does not re-run all tasks when
> rebuilding font-util. It seems to me that bitbake should be running
> all tasks including configure, compile, etc.
>
> I'm using bitbake 1.8 HEAD, and a week old or so version of OE. I'll
> try the OE HEAD as soon as I get a build to finish.
There is a clue here:
> NOTE: package font-util-1_1.0.1-r2: task do_prepackaged_stage: started
> NOTE: Uninstalling any existing package from staging...
> Removing package staging-font-util-geode-angstrom-linux from root...
> NOTE: Following speedup
>
> Installing staging-font-util-geode-angstrom-linux (1.0.1-r2) to root...
> Configuring staging-font-util-geode-angstrom-linux
> NOTE: package font-util-1_1.0.1-r2: task do_prepackaged_stage: completed
You have packaged staging enabled, it found the staging package and used
it, "accelerating" the build.
When we run clean, the do_clean_append() in packaged-staging.bbclass
takes care of removing the staging package but it didn't. I can tell you
why too, basically rebuild is totally flawed with bitbake 1.8 HEAD and
some of the recent core changes :(.
Please don't use the rebuild command for now, use -c clean and then
rerun it. I will think about this problem but its a nasty tricky to
solve one. The best idea I have so far is we always have a clean task
that runs before any other, it just only does something in certain cases
governed by stamps.
Cheers,
Richard
next prev parent reply other threads:[~2008-04-24 21:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-24 20:25 bitbake -c rebuild not running all tasks Cliff Brake
2008-04-24 21:51 ` Richard Purdie [this message]
2008-04-24 22:32 ` Khem Raj
2008-04-25 22:30 ` Rolf Leggewie
2008-04-26 10:42 ` Richard Purdie
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=1209073881.5108.79.camel@dax.rpnet.com \
--to=rpurdie@rpsys.net \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.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.