[poky] [PATCH 0/3] Poky environment tweaks + imagetest change

Richard Purdie rpurdie at linux.intel.com
Mon Nov 29 04:55:35 PST 2010


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(-)




More information about the poky mailing list