[OE-core] [PATCH 0/5 v2][PULL] Hob: oe-core related changes

Dongxiao Xu dongxiao.xu at intel.com
Wed Jan 11 03:04:12 UTC 2012


Hi Richard,

This is the second pull request for Hob oe-core related changes.

Please help to review and pull.

Note that this pull request has dependency on branch dxu4/hob-bitbake-changes-v2.

Changes from v1:
1. Change the way to pass package information to GUI.
   In v1 we defined a do_packageinfo task to pass the package information of built recipes.
   Here we use a new approach to pass all the available package information to the client GUI.
2. Change the name for hob.bb and hob-toolchain.bb to dummy-image.bb and dummy-toolchain.bb.

Thanks,
Dongxiao

The following changes since commit 9b944ae2f0e4dbac5a8f1f235f60730e56b26516:
  Richard Purdie (1):
        Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works"

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib dxu4/hob-oecore-changes-v2
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-oecore-changes-v2

Dongxiao Xu (4):
  packageinfo.bbclass: add a new bbclass to pass package information
  dummy-image.bb: add an empty image template
  dummy-toolchain: add a new recipe dummy-toolchain
  layers: add a new folder to put user added layers

Shane Wang (1):
  package.bbclass: set package size into pkgdata for hob2's use

 layers/README                             |    1 +
 meta/classes/package.bbclass              |    8 +++++++
 meta/classes/packageinfo.bbclass          |   30 +++++++++++++++++++++++++++++
 meta/recipes-core/images/dummy-image.bb   |    1 +
 meta/recipes-core/meta/dummy-toolchain.bb |   10 +++++++++
 5 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 layers/README
 create mode 100644 meta/classes/packageinfo.bbclass
 create mode 100644 meta/recipes-core/images/dummy-image.bb
 create mode 100644 meta/recipes-core/meta/dummy-toolchain.bb





More information about the Openembedded-core mailing list