From patchwork Fri Jan 13 11:38:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/3,v4,PULL] Hob: oe-core related changes Date: Fri, 13 Jan 2012 11:38:46 -0000 From: Dongxiao Xu X-Patchwork-Id: 19299 Message-Id: To: openembedded-core@lists.openembedded.org Hi Richard, This is the fourth pull request for Hob oe-core related changes. There are some mistakes happen in the dxu4/hob-bitbake-changes-v3, so please ignore that one and use this v4. After some discussion, we found meta-hob should go to oe-core. Please help to review and pull. Note that this pull request has dependency on branch dxu4/hob-bitbake-changes-v3. Changes from v2: 1. Remove the 'layers' from poky repo. We will have some indications in Hob GUI showing where to put new added layers. 2. Move dummy-image.bb and dummy-toolchain.bb to meta-hob layer. 3. Listen the specific event 'RequestPackageInfo' and then pass package information to GUI client. Thanks, Dongxiao The following changes since commit 1d2697e6f00cc3771f39f5a7d4384a22d9696b16: Richard Purdie (1): multilib.conf: Clean up file and add missing entries for various dependencies are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/hob-oecore-changes-v4 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-oecore-changes-v4 Dongxiao Xu (2): packageinfo.bbclass: add a new bbclass to pass package information meta-hob: Add a new meta-hob layer Shane Wang (1): package.bbclass: set package size into pkgdata for hob2's use meta-hob/COPYING.MIT | 17 ++++++++++++++ meta-hob/conf/layer.conf | 9 +++++++ meta-hob/recipes-core/images/dummy-image.bb | 1 + meta-hob/recipes-core/meta/dummy-toolchain.bb | 10 ++++++++ meta/classes/package.bbclass | 8 ++++++ meta/classes/packageinfo.bbclass | 30 +++++++++++++++++++++++++ 6 files changed, 75 insertions(+), 0 deletions(-) create mode 100644 meta-hob/COPYING.MIT create mode 100644 meta-hob/conf/layer.conf create mode 100644 meta-hob/recipes-core/images/dummy-image.bb create mode 100644 meta-hob/recipes-core/meta/dummy-toolchain.bb create mode 100644 meta/classes/packageinfo.bbclass