All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH(v3) 0/2] Rework the devshell
Date: Tue,  9 Aug 2011 11:05:58 -0700	[thread overview]
Message-ID: <cover.1312903901.git.kergoth@gmail.com> (raw)

This version addresses the issue brought up by Richard regarding unconditional
export of variables resulting in checksum changes. This exports the required
variables specifically within the subprocess for the terminal.

A future patch will alter things like the patch resolver to use this.

The following changes since commit ced947e989dfbca8055fe57e14207cb6f1357430:

  qemu: Poke more paths for presence of libgl (2011-08-09 15:21:06 +0100)

are available in the git repository at:
  git://github.com/kergoth/oe-core devshell

go here for github's branch comparison interface:
  https://github.com/kergoth/oe-core/compare/master...devshell

Chris Larson (2):
      Rework how the devshell functions
      oe.terminal: improve how we spawn screen

 meta/classes/devshell.bbclass |   24 ++-------
 meta/classes/terminal.bbclass |   40 +++++++++++++++
 meta/lib/oe/terminal.py       |  106 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 152 insertions(+), 18 deletions(-)
 create mode 100644 meta/classes/terminal.bbclass
 create mode 100644 meta/lib/oe/terminal.py

-- 
1.7.5.4




             reply	other threads:[~2011-08-09 18:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09 18:05 Christopher Larson [this message]
2011-08-09 18:05 ` [PATCH 1/2] Rework how the devshell functions Christopher Larson
2011-08-09 18:06 ` [PATCH 2/2] oe.terminal: improve how we spawn screen Christopher Larson
2011-08-10 12:25 ` [PATCH(v3) 0/2] Rework the devshell 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.1312903901.git.kergoth@gmail.com \
    --to=kergoth@gmail.com \
    --cc=openembedded-core@lists.openembedded.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.