All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Poky environment tweaks + imagetest change
@ 2010-11-29 12:55 Richard Purdie
  2010-11-28 14:45 ` [PATCH 1/3] imagetest-qemu: Allow the task to run after any rootfs is created and also standalone Richard Purdie
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Richard Purdie @ 2010-11-29 12:55 UTC (permalink / raw)
  To: poky

This patch set contains an RFC for some changes to the Poky environment 
handing. These are to allow us to minimise the nunmber of variables our
standard tasks see and hence allow improvements to sstate to be made.
I think the changes are very positive but they need further testing before
they can go into master. In particular this removes variables like DISPLAY
and DBUS socket addresses and so forth, only making them available to tasks
that specifically require them. Some changes to interactive patch reject 
handling will probably be needed to complete this change.

The imagetest change I'd appreciate feed back from Scott Garman
and Jiajun on.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: rpurdie/tweaks2
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rpurdie/tweaks2

Cheers,

Richard
---


Richard Purdie (3):
  imagetest-qemu: Allow the task to run after any rootfs is created and
    also standalone
  bitbake: Overhaul environment handling
  devshell: Clean up devshell code so this task doesn't polute the
    global namespace

 bitbake/bin/bitbake-runtask         |    3 ++
 bitbake/lib/bb/cooker.py            |    3 +-
 bitbake/lib/bb/data.py              |   10 ++++++-
 bitbake/lib/bb/runqueue.py          |    1 +
 bitbake/lib/bb/utils.py             |   48 ++++++++++++++++++++++++-----------
 meta/classes/devshell.bbclass       |   11 +++----
 meta/classes/imagetest-qemu.bbclass |   19 ++++++++++---
 7 files changed, 67 insertions(+), 28 deletions(-)



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

end of thread, other threads:[~2010-12-07 12:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 12:55 [PATCH 0/3] Poky environment tweaks + imagetest change Richard Purdie
2010-11-28 14:45 ` [PATCH 1/3] imagetest-qemu: Allow the task to run after any rootfs is created and also standalone Richard Purdie
2010-11-30  3:35   ` Xu, Jiajun
2010-12-04  4:58   ` Scott Garman
2010-12-07 12:33     ` Richard Purdie
2010-11-28 17:39 ` [PATCH 2/3] bitbake: Overhaul environment handling Richard Purdie
2010-11-28 17:42 ` [PATCH 3/3] devshell: Clean up devshell code so this task doesn't polute the global namespace 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.