All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/21] CONSOLIDATED PULL: bitbake changes for master (cover letter only)
Date: Tue,  6 Aug 2013 12:13:09 +0100	[thread overview]
Message-ID: <cover.1375787400.git.paul.eggleton@linux.intel.com> (raw)

These have been tested locally and reviewed by me.

The following changes (against poky, but apply cleanly to bitbake
master with -p2) are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/bitbake
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bitbake

Cristiana Voicu (18):
  hob/advancedsettings: change toolchain labels to sdk labels
  hob/packageslist: change image size label to estimated image size
  hob: labelling changes in Hob
  hob: create save image dialog used to save a template
  hob/bitbake: create a template (a .bb file) from hob through bitbake
  hob/bitbake: save the description of a custom image
  hob: make changes in order to permit from UI to edit an image after
    saving it
  hob & bitbake: append a value to a variable from hob throught bitbake
  hob: change the name and description for the saveimagedialog
  hob: the saved image should be editable
  hob/bitbake: when an image is saved, it should require an image from
    layers
  hob: changes to image combo box
  hob: retrieve file name of an image
  hob: implement the "retrieve image dialog" + changes to image combo
    box
  cooker: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALL
  hob: set focus on entry name when the name is not correct
  hob/imagedetailspage: add tooltip for save image recipe button
  hob/imageconfigurationpage: changes to image combobox

Ross Burton (3):
  depexp: make parse() a member function
  depexp: insert data instead of append/set, for speed
  depexp: fix typo in variable name

 bitbake/lib/bb/command.py                          |  14 +-
 bitbake/lib/bb/cooker.py                           |  71 ++++++++--
 bitbake/lib/bb/data.py                             |   4 +
 bitbake/lib/bb/ui/crumbs/builder.py                |  15 ++
 .../lib/bb/ui/crumbs/hig/advancedsettingsdialog.py |  21 +--
 .../lib/bb/ui/crumbs/hig/retrieveimagedialog.py    |  49 +++++++
 bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py    | 151 +++++++++++++++++++++
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py        |  25 +++-
 bitbake/lib/bb/ui/crumbs/hoblistmodel.py           |  40 ++++--
 bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |  76 ++++++++---
 bitbake/lib/bb/ui/crumbs/imagedetailspage.py       |  44 +++++-
 bitbake/lib/bb/ui/crumbs/packageselectionpage.py   |   2 +-
 bitbake/lib/bb/ui/depexp.py                        |  28 ++--
 13 files changed, 461 insertions(+), 79 deletions(-)
 create mode 100644 bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
 create mode 100644 bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py

-- 
1.8.1.2



             reply	other threads:[~2013-08-06 11:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-06 11:13 Paul Eggleton [this message]
2013-08-06 11:13 ` [PATCH 10/21] hob: the saved image should be editable Paul Eggleton
2013-08-06 11:13 ` [PATCH 20/21] depexp: insert data instead of append/set, for speed Paul Eggleton

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.1375787400.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=bitbake-devel@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.