All of lore.kernel.org
 help / color / mirror / Atom feed
* How to rebuild images with updated PREFERRED_PROVIDER_xxx in machine conf?
@ 2010-03-23  9:38 Jiason Li
  2010-03-23  9:43 ` Jiason Li
  0 siblings, 1 reply; 6+ messages in thread
From: Jiason Li @ 2010-03-23  9:38 UTC (permalink / raw)
  To: openembedded-devel

Hi,

I'm trying to rebuild images with updated PREFERRED_PROVIDER_xxx in
machine conf,
and I don't want to clean the whole oe/overlay/tmp directory each time
I bitbake an image.

I've setup an overlay with my own machine conf.

My steps:
1. bitbake some-image, oe/openembedded/recipes/some-pkg.bb was bitbaked.
2. bitbake -c clean some-pkg
3. bitbake some-pkg, according to the log,
oe/overlay/recipes/some-pkg-mine/some-pkg-mine.bb was bitbaked
correctly.
4. update machine conf with PREFERRED_PROVIDER_some-pkg = "some-pkg-mine"
5. bitbake some-image, but some-pkg was still bitbaked and was in
some-image, not some-pkg-mine!
6. rm -rf oe/overlay/tmp
7. bitbake some-image, this time some-pkg-mine is in some-image, finally.

So,
how do I rebuild an image with updated PREFERRED_PROVIDER_xxx in machine conf,
while not having to clean the whole oe/overlay/tmp directory each time?

Any info are very appreciated. :)

Thank you!
jiason
20100323



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-03-25 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23  9:38 How to rebuild images with updated PREFERRED_PROVIDER_xxx in machine conf? Jiason Li
2010-03-23  9:43 ` Jiason Li
2010-03-23 20:50   ` Khem Raj
2010-03-24  0:53     ` Jiason Li
2010-03-24  1:58       ` Jiason Li
2010-03-25 10:17         ` Jiason Li

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.