summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
...
* insane.bbclass: Add pkgvarcheck to check for suboptimal usages of variablesRichard Purdie2013-02-061-1/+9
* package.bbclass: use the multiprocess pool from bitbakeRichard Purdie2013-02-061-2/+2
* package: Process package stripping in parallelRichard Purdie2013-02-061-45/+13
* package: Don't export PATHRichard Purdie2013-02-061-9/+5
* package.bbclass: Multithread per file dependency generation codeRichard Purdie2013-02-063-62/+34
* sstate.bbclass: Ensure build directory is cleaned to start withRichard Purdie2013-02-061-0/+1
* sstate/path.py: Add copyhardlinktree() function and use for performance optim...Richard Purdie2013-02-061-2/+2
* package_ipk, rootfs_ipk: remove the "set -x"Laurentiu Palcu2013-02-062-2/+2
* image.bbclass: add a proper error message if hook script failsLaurentiu Palcu2013-02-061-0/+4
* qemu.bbclass: return qemuwrapper instead of qemu-allarchLaurentiu Palcu2013-02-061-1/+5
* add fontcache.bbclassLaurentiu Palcu2013-02-061-0/+47
* ipk: use OPKGLIBDIR in all placesMartin Jansa2013-02-062-9/+11
* sip.bbclass: improve RDEPENDS to add python-sip only for PNMartin Jansa2013-02-041-1/+1
* cpan-base.bbclass: Improve RDEPENDS to be package specificRichard Purdie2013-02-041-1/+1
* package.bbclass: Allow per-package SKIP_FILEDEPSPeter Seebach2013-02-041-0/+2
* kernel-yocto/linux-yocto-custom: support low bandwidth optionsBruce Ashfield2013-02-041-13/+21
* kernel-yocto: allow multiple / shared kernel feature directoriesBruce Ashfield2013-02-041-1/+32
* kernel-yocto: fix .scc and .cfg matchingBruce Ashfield2013-02-041-1/+1
* kernel-yocto: make configuration audit details debug onlyBruce Ashfield2013-02-041-2/+6
* cmake: reset B from autotools, as this class doesnt like itRoss Burton2013-02-041-0/+1
* gtk-icon-cache: Fix rdepends constructionSaul Wold2013-02-011-3/+2
* module-base.bbclass: Call make instead of oe_runmake in do_make_scriptsKhem Raj2013-02-011-1/+1
* module.bbclass: Allow for modules to be packaged seperate from ${PN}Saul Wold2013-02-011-4/+15
* license: fix LICENSE_CREATE_PACKAGE to stay disabled by defaultMartin Jansa2013-02-011-1/+2
* autotools.bbclass: add EXTRACONFFUNCS variableConstantin Musca2013-02-011-1/+3
* package.bbclass: Use expanded RDEPENDS in read_shlibdepsRichard Purdie2013-02-011-1/+1
* package: Create global package file list and use throughout PACKAGEFUNCSRichard Purdie2013-02-014-61/+60
* package.bbclass: Improve package_fixsymlinksRichard Purdie2013-02-011-7/+12
* package.bbclass: Tweak PACKAGEFUNCSRichard Purdie2013-02-011-3/+3
* package.bbclass: Split out package_fixsymlinks functionRichard Purdie2013-02-011-5/+12
* package.bbclass: Move PKG handling code to emit_pkgdataRichard Purdie2013-02-011-6/+5
* package.bbclass: Avoid copying the datastore for FILES handlingRichard Purdie2013-02-011-10/+1
* package.bbclass: Check FILES once, not once per loop iterationRichard Purdie2013-02-011-3/+3
* package.bbclass: Add a shortcut exit from the mkdir functionRichard Purdie2013-02-011-0/+2
* package.bbclass: Improve kernel module handlingRichard Purdie2013-02-011-21/+16
* package: Rename splitfile functions to something more descriptiveRichard Purdie2013-02-011-12/+9
* multilib: skip packages that provide virtual/kernelBruce Ashfield2013-02-011-1/+3
* kernel: avoid copying unnecessary files during do_installMark Asselstine2013-02-011-2/+5
* insane.bbclass: removing outdated commentLukas Bulwahn2013-02-011-2/+0
* package_ipk/deb/rpm: Ensure deploy staging directory is empty before rerunnin...Richard Purdie2013-01-303-0/+3
* insane.bbclass: Fix incorrect getVar callRichard Purdie2013-01-301-1/+1
* sstate: Move debug comment to more logical placeRichard Purdie2013-01-301-1/+1
* module.bbclass: Don't add pkg_postinst/pkg_prerm to all packages in recipeSaul Wold2013-01-301-2/+2
* rootfs_rpm: Escape the backtick to ensure the ls runs on the targetSaul Wold2013-01-301-1/+1
* migrate_localcount.bbclass: use PRAUTOINX instead of PN & PVConstantin Musca2013-01-281-5/+4
* package.bbclass: remove RRECOMMENDS on base packages for locale packagesAndreas Müller2013-01-281-2/+1
* buildhistory.bbclass: track also complementary package informationAndreas Müller2013-01-281-0/+5
* gtk-immodules-cache.bbclass:fix support postrm at image creation timeHongxu Jia2013-01-281-1/+12
* gtk-icon-cache.bbclass:fix support postrm at image creation timeHongxu Jia2013-01-281-0/+18
* license.bbclass: package license texts to PN-lic when LICENSE_CREATE_PACKAGE ...Martin Jansa2013-01-281-0/+34