All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Store a data object containing the initial environment v2
@ 2011-07-22 17:20 Joshua Lock
  2011-07-22 17:21 ` [PATCH 1/1] bitbake|cooker: save a copy of the environment when BitBake is started Joshua Lock
  2011-07-25 11:50 ` [PATCH 0/1] Store a data object containing the initial environment v2 Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Lock @ 2011-07-22 17:20 UTC (permalink / raw)
  To: bitbake-devel

Take a copy of the environment in the bitbake entry point and pass it to the
cooker for saving in a data store.

Tested with bitbake and bitbake-layers.

Sanity prevails thanks to diligent code review.

The following changes since commit abc67ed6921c98ed581f101ec1acc589fd9ce7e9:

  bitbake/utils: Add contains helper function from lib.oe.utils (2011-07-22 12:11:01 +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 |   10 +++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2011-07-25 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 17:20 [PATCH 0/1] Store a data object containing the initial environment v2 Joshua Lock
2011-07-22 17:21 ` [PATCH 1/1] bitbake|cooker: save a copy of the environment when BitBake is started Joshua Lock
2011-07-25 11:50 ` [PATCH 0/1] Store a data object containing the initial environment v2 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.