All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Joshua Lock <josh@linux.intel.com>
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH 0/1] Hob - BitBake GUI (v2)
Date: Tue, 05 Jul 2011 14:40:56 +0100	[thread overview]
Message-ID: <1309873256.20015.711.camel@rex> (raw)
In-Reply-To: <cover.1309560728.git.josh@linux.intel.com>

On Fri, 2011-07-01 at 15:58 -0700, Joshua Lock wrote:
> Since the first revision the groundwork patches have been merged and I fixed
> a couple of issues noticed today. Namely:
> 1) The wording in the "Build Complete" dialog no longer matched the buttons
> 2) The recipe writing code now handles images with a base image outside of
> the oe-core metadata
> 
> To see just these two changes look to the top two patches on:
> https://github.com/incandescant/bitbake/commits/hob-work
> 
> As noted in the v1 pull request images are built by first using the
> buildTargets command to build all of the target dependencies then creating a
> recipe file and using the buildFile command to handle the build.
> The problem is that if you have a clean build directory, perfectly reasonable
> with such a tool, the buildFile command does not handle the native
> dependencies added by the image class.
> 
> Richard has suggested I modify the GUI to insert a path into BBPATH and then
> I can rely on buildTasks. I'm working on this now but didn't want to send a
> half baked patch.
> 
> Cheers,
> Joshua
> 
> The following changes since commit a8246ae5400c23df0d3ee29c36f4d9f257d1e6d1:
> 
>   bitbake: add -R option for loading configuration files after bitbake.conf (2011-07-01 17:03:03 +0100)
> 
> are available in the git repository at:
>   git://github.com/incandescant/bitbake hob
>   https://github.com/incandescant/bitbake/tree/hob
> 
> Joshua Lock (1):
>   hob: re-designed interaction and implementation
> 
>  lib/bb/ui/crumbs/configurator.py    |  278 +++++++++++
>  lib/bb/ui/crumbs/hig.py             |   61 +++
>  lib/bb/ui/crumbs/hobeventhandler.py |  218 +++++++--
>  lib/bb/ui/crumbs/hobprefs.py        |  293 +++++++++++
>  lib/bb/ui/crumbs/layereditor.py     |  136 +++++
>  lib/bb/ui/crumbs/runningbuild.py    |   12 +-
>  lib/bb/ui/crumbs/tasklistmodel.py   |  326 ++++++++++---
>  lib/bb/ui/hob.py                    |  924 +++++++++++++++++++++++-----------
>  8 files changed, 1824 insertions(+), 424 deletions(-)
>  create mode 100644 lib/bb/ui/crumbs/configurator.py
>  create mode 100644 lib/bb/ui/crumbs/hig.py
>  create mode 100644 lib/bb/ui/crumbs/hobprefs.py
>  create mode 100644 lib/bb/ui/crumbs/layereditor.py

Merged to master, thanks!

Richard




      parent reply	other threads:[~2011-07-05 13:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01 22:58 [PATCH 0/1] Hob - BitBake GUI (v2) Joshua Lock
2011-07-01 22:58 ` [PATCH 1/1] hob: re-designed interaction and implementation Joshua Lock
2011-07-05 13:40 ` Richard Purdie [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=1309873256.20015.711.camel@rex \
    --to=richard.purdie@linuxfoundation.org \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=josh@linux.intel.com \
    /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.