summaryrefslogtreecommitdiffstats
path: root/meta-hob
Commit message (Collapse)AuthorAgeFilesLines
* meta-hob: Drop as no longer neededRichard Purdie2014-02-282-32/+0
| | | | | | (From OE-Core rev: 124fe6ea256cc9962106f0d79271384dacabd700) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hob-image: Drop as no longer needed by bitbakeRichard Purdie2014-02-281-1/+0
| | | | | | (From OE-Core rev: 28cb7a3514ea5a80935aefd62332c63b7568efb1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-hob: remove hob-toolchain since this is not needed anymoreCristiana Voicu2014-02-251-9/+0
| | | | | | | | | | A patch to replace the use of hob-toolchain with bitbake api was sent to bitbake-devel list and it is needed for this one. (From OE-Core rev: cb84a4acbd4ad448f140605769b873068e0a0874) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2)Matthieu Crapet2014-02-201-1/+1
| | | | | | | | | | | | | | | | | | Completes previous commit b5292d4115a4555a66b5e35acdc67dd71fb8577f. Updates SUMMARY[doc] (meta/conf/documentation.conf). Changes: - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR (From OE-Core rev: ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97) Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Update after toplevel LICENSE file checksum changeRichard Purdie2014-01-021-1/+1
| | | | | | (From OE-Core rev: bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-*/conf/layer.conf: tweak BBFILES commentPaul Eggleton2013-04-101-1/+1
| | | | | | | | | | "packages" was the old name (pre-2010) under which the recipe files were stored. (From OE-Core rev: c71fa87bc2e7155e69ea5ff7a284a05073602eed) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: avoid unnecessary early expansion with :=Christopher Larson2013-03-191-3/+3
| | | | | | | | | bitbake handles immediate expansions of LAYERDIR for us automatically. (From OE-Core rev: 643ac87145eba5dc105377041bc3deb163b62926) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Add LAYERVERSION and LAYERDEPENDSwenzong.fan@windriver.com2013-03-181-0/+6
| | | | | | | | | | | | Add LAYERVERSION and LAYERDEPENDS to following oe-core layers: meta-hob, meta-skeleton (From OE-Core rev: 8d868a9b64b460aa38462115bbb17634544c71cc) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hob-toolchain: Update for removal of dummy classesRichard Purdie2012-12-111-2/+1
| | | | | | | | Without this hob will fail to parse. (From OE-Core rev: b63ba9104584c5aa15792fcfe706d59d39235ad0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-hob: Add a new meta-hob layerDongxiao Xu2012-02-244-0/+37
This new layer contains hob-image.bb and hob-toolchain.bb that are used by hob to build images or toolchain. (From OE-Core rev: 213b5038215b1d7df10f1df0375610034fa156c7) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>