From patchwork Fri Jan 6 09:04:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/7,PULL] Hob2 related oe-core changes Date: Fri, 06 Jan 2012 09:04:58 -0000 From: Dongxiao Xu X-Patchwork-Id: 18649 Message-Id: To: openembedded-core@lists.openembedded.org Hi Richard, This pull request is the hob2 related oe-core changes. Please help to review and pull. Note that this pull request has dependency on the hob related bitbake changes. Thanks, Dongxiao The following changes since commit 4a85312568a6bb052cc511c15b4ae842ff7f8e59: Richard Purdie (1): image-mklibs/package_ipk: Remove bashisms are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/hob-oecore-changes http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-oecore-changes Dongxiao Xu (6): bblayers.conf.sample: Use ?= to set BBLAYERS image.bbclass: Use ?= to set LINGUAS_INSTALL packageinfo.bbclass: add a new bbclass to pass package information hob.bb: Add a empty image template hob-toolchain: add a new recipe hob-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/image.bbclass | 2 +- meta/classes/package.bbclass | 8 ++++++++ meta/classes/packageinfo.bbclass | 30 ++++++++++++++++++++++++++++++ meta/conf/bblayers.conf.sample | 2 +- meta/recipes-core/images/hob.bb | 1 + meta/recipes-core/meta/hob-toolchain.bb | 10 ++++++++++ 7 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 layers/README create mode 100644 meta/classes/packageinfo.bbclass create mode 100644 meta/recipes-core/images/hob.bb create mode 100644 meta/recipes-core/meta/hob-toolchain.bb