All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/2] Hob integration patches
Date: Tue, 12 Jul 2011 16:24:42 -0700	[thread overview]
Message-ID: <cover.1310511423.git.josh@linux.intel.com> (raw)

Hob is the BitBake GUI I've been working on, the following pair of patches
make it a little more nicely integrated into OE-Core.

The first adds a variable to image_types.bbclass that the GUI can use to
determine what image types are available.

The second adds a wrapper script to call the GUI with a postfile, if the UI
can find hob.local.conf any configuration settings made in the UI will be
written to that file, rather than local.conf, ensuring that configuration
changes made in the GUI don't affect CLI builds.

The following changes since commit a6e9edb7b4b5b0bdb067a59d691d33fba8948963:

  sato-sdk: add clutter for sato-sdk image (2011-07-12 15:23:35 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib josh/hob
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/hob

Joshua Lock (2):
  classes/image_types: add a variable to list available IMAGE_FSTYPE's
  scripts/hob: wrapper script to run hob gui with a UI specific config
    file

 meta/classes/image_types.bbclass |    2 ++
 scripts/hob                      |   18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100755 scripts/hob

-- 
1.7.6




             reply	other threads:[~2011-07-12 23:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-12 23:24 Joshua Lock [this message]
2011-07-12 23:24 ` [PATCH 1/2] classes/image_types: add a variable to list available IMAGE_FSTYPE's Joshua Lock
2011-07-12 23:38   ` Tom Rini
2011-07-13  0:37     ` Gary Thomas
2011-07-13  0:44       ` Tom Rini
2011-07-13  0:52         ` Gary Thomas
2011-07-13  1:11           ` Tom Rini
2011-07-13 11:24             ` Richard Purdie
2011-07-13 14:10               ` Tom Rini
2011-07-13 19:55                 ` Koen Kooi
2011-07-13  2:33     ` Joshua Lock
2011-07-12 23:24 ` [PATCH 2/2] scripts/hob: wrapper script to run hob gui with a UI specific config file Joshua Lock
2011-07-19 18:29 ` [PATCH 0/2] Hob integration patches Saul Wold
2011-07-19 19:10   ` Joshua Lock

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.1310511423.git.josh@linux.intel.com \
    --to=josh@linux.intel.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.