* Correct way continue build after error
@ 2010-01-13 7:10 Perepelica Alexander
2010-01-13 15:11 ` Xerxes Rånby
0 siblings, 1 reply; 3+ messages in thread
From: Perepelica Alexander @ 2010-01-13 7:10 UTC (permalink / raw)
To: openembedded-devel
Hello!
I look in docs but didn't find answer for subj. Problem is if build is
failed then I change receipt or configs and then what must I do to
continue?
If I must recompile last stage (with configuring and/or unpacking) are
some ways to do that?
--
Thank you.
Perepelica Alexander
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Correct way continue build after error
2010-01-13 7:10 Correct way continue build after error Perepelica Alexander
@ 2010-01-13 15:11 ` Xerxes Rånby
2010-01-13 15:25 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Xerxes Rånby @ 2010-01-13 15:11 UTC (permalink / raw)
To: openembedded-devel, alexondi
Perepelica Alexander wrote:
> Hello!
> I look in docs but didn't find answer for subj. Problem is if build is
> failed then I change receipt or configs and then what must I do to
> continue?
> If I must recompile last stage (with configuring and/or unpacking) are
> some ways to do that?
>
>
> --
> Thank you.
> Perepelica Alexander
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Hi, if you have changed the .bb recipe for the package named "foo" to
fix the error, then recompile the package from scratch using:
bitbake -c clean foo
bitbake foo
More hints are found on the wiki:
http://wiki.openembedded.net/index.php/Bitbake_cheat_sheet
Cheers
Xerxes
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Correct way continue build after error
2010-01-13 15:11 ` Xerxes Rånby
@ 2010-01-13 15:25 ` Koen Kooi
0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2010-01-13 15:25 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 13-01-10 16:11, Xerxes Rånby wrote:
> Perepelica Alexander wrote:
>> Hello!
>> I look in docs but didn't find answer for subj. Problem is if build is
>> failed then I change receipt or configs and then what must I do to
>> continue?
>> If I must recompile last stage (with configuring and/or unpacking) are
>> some ways to do that?
> Hi, if you have changed the .bb recipe for the package named "foo" to
> fix the error, then recompile the package from scratch using:
>
> bitbake -c clean foo
> bitbake foo
or just add:
INHERIT += "failure-cleanup"
to your local.conf.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLTeX+MkyGM64RGpERAhDtAJ9H83zpQHxD6A2ARfwBoY7mUsfsTgCcC4PG
i19vKTXNxwhvnJOyOa1gMWo=
=/s3L
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-13 15:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 7:10 Correct way continue build after error Perepelica Alexander
2010-01-13 15:11 ` Xerxes Rånby
2010-01-13 15:25 ` Koen Kooi
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.