All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] Save the initial environment v2
@ 2011-07-21 22:42 Joshua Lock
  2011-07-21 22:42 ` [RFC PATCH 1/1] bitbake|cooker: save a copy of the environment when BitBake is started Joshua Lock
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2011-07-21 22:42 UTC (permalink / raw)
  To: bitbake-devel

Here's a second attempt at a patch to store the initial environment before
BitBake cleans it out. We take a copy in the bitbake entry point and pass it
to the cooker for saving.

I've give the parameter to the init method a default, None, value mostly so
that the bitbake-layers script doesn't have to be updated to pass None.

Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.

The following changes since commit df55199209ef042e5b1ca04c4df75c7d639b51eb:

  Remove unused target tree data for Hob (2011-07-21 22:36:28 +0100)

are available in the git repository at:
  git://github.com/incandescant/bitbake initialenv
  https://github.com/incandescant/bitbake/tree/initialenv

Joshua Lock (1):
  bitbake|cooker: save a copy of the environment when BitBake is
    started

 bin/bitbake      |    5 ++++-
 lib/bb/cooker.py |    7 ++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2011-07-22 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 22:42 [RFC PATCH 0/1] Save the initial environment v2 Joshua Lock
2011-07-21 22:42 ` [RFC PATCH 1/1] bitbake|cooker: save a copy of the environment when BitBake is started Joshua Lock
2011-07-22 11:25   ` Richard Purdie

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.