[bitbake-devel] [PATCH 00/21] CONSOLIDATED PULL: bitbake changes for master (cover letter only)

Paul Eggleton paul.eggleton at linux.intel.com
Tue Aug 6 11:13:09 UTC 2013


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




More information about the bitbake-devel mailing list