From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 0/3][v2] Rework the devshell
Date: Sat, 09 Apr 2011 19:19:14 -0700 [thread overview]
Message-ID: <4DA113A2.8070705@gmail.com> (raw)
In-Reply-To: <cover.1302034944.git.chris_larson@mentor.com>
On 4/5/2011 1:30 PM, Chris Larson wrote:
> From: Chris Larson<chris_larson@mentor.com>
>
> - Adds a utility metaclass for maintaining class registries
> - Shifts the handling of spawning a terminal into a new 'terminal' python
> module
> - Automatically selects an appropriate terminal based on what you have
> available on your machine
> - Still allows manual selection, but in a more convenient way, and falls back
> to auto if you select an invalid or unavailable (not installed) terminal
> - Improves how we spawn screen:
>
> - Shows a warning when spawning it, so do_devshell doesn't appear to hang
> - Spawns a named screen session 'devshell', to avoid confusion when the user
> already has other screen sessions running
>
works nicely. I usually use screen and it helped
> Pull URL: https://github.com/kergoth/oe-core
> Branch: devshell
> Browse: https://github.com/kergoth/oe-core/commits/devshell
>
> Thanks,
> Chris Larson<chris_larson@mentor.com>
> ---
>
>
> Chris Larson (3):
> oe.classutils: add module
> Rework how the devshell functions
> oe.terminal: improve how we spawn screen
>
> meta/classes/devshell.bbclass | 26 ++++-------
> meta/classes/terminal.bbclass | 30 +++++++++++
> meta/lib/oe/classutils.py | 45 +++++++++++++++++
> meta/lib/oe/terminal.py | 107 +++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 191 insertions(+), 17 deletions(-)
> create mode 100644 meta/classes/terminal.bbclass
> create mode 100644 meta/lib/oe/classutils.py
> create mode 100644 meta/lib/oe/terminal.py
>
prev parent reply other threads:[~2011-04-10 2:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-05 20:30 [PATCH 0/3][v2] Rework the devshell Chris Larson
2011-04-05 20:30 ` [PATCH 1/3] oe.classutils: add module Chris Larson
2011-04-05 20:30 ` [PATCH 2/3] Rework how the devshell functions Chris Larson
2011-04-05 20:30 ` [PATCH 3/3] oe.terminal: improve how we spawn screen Chris Larson
2011-04-10 2:19 ` Khem Raj [this message]
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=4DA113A2.8070705@gmail.com \
--to=raj.khem@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.