From: Richard Purdie <rpurdie@linux.intel.com>
To: poky@pokylinux.org
Subject: [PATCH 0/3] Poky environment tweaks + imagetest change
Date: Mon, 29 Nov 2010 04:55:35 -0800 [thread overview]
Message-ID: <cover.1291035335.git.rpurdie@linux.intel.com> (raw)
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(-)
next reply other threads:[~2010-11-29 13:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 12:55 Richard Purdie [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1291035335.git.rpurdie@linux.intel.com \
--to=rpurdie@linux.intel.com \
--cc=poky@pokylinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.