From patchwork Wed Jan 11 03:04:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/5,v2,PULL] Hob: oe-core related changes Date: Wed, 11 Jan 2012 03:04:12 -0000 From: Dongxiao Xu X-Patchwork-Id: 19037 Message-Id: To: openembedded-core@lists.openembedded.org 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