summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* package.bbclass: Fix typoRichard Purdie2007-08-241-1/+1
* debian.bbclass: Fix dependenciesRichard Purdie2007-08-231-1/+4
* package.bbclass: Add back package_write task in a new formRichard Purdie2007-08-213-3/+8
* base.bbclass: Make populate_staging run after install to avoid conflictsRichard Purdie2007-08-211-1/+2
* package.bbclass: More pkgdata fixes, (install task needs to rerun on existing...Richard Purdie2007-08-213-7/+5
* base.bbclass: populate_staging after do_compile. Any packages staging impleme...Richard Purdie2007-08-211-1/+1
* base.bbclass: Set pkgdata location to something machine specific when needed ...Richard Purdie2007-08-212-5/+6
* packaging: Split deb and ipk creation into separate tasks so changing the pac...Richard Purdie2007-08-218-35/+61
* rootfs_deb.bbclass: Remove spurious mkdir, I needed this because my deploy/ w...Ross Burton2007-08-171-1/+0
* Create usr/lib/ipkg in the rootfs before putting symlinks in itRoss Burton2007-08-171-0/+1
* Instead of exit 0, do exit 1. 0 is 0, so this doesn't work as intendedRoss Burton2007-08-171-4/+4
* sanity.bbclass: Run sanity checks before parsing for speed, sync with OERichard Purdie2007-08-121-8/+17
* base.bbclass: Improve performance with SRC_URI_OVERRIDES_PACKAGE_ARCH enabled...Richard Purdie2007-08-121-8/+9
* base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH handlingRichard Purdie2007-08-111-7/+12
* sanity.bbclass: Further qemu check improvementsRichard Purdie2007-08-091-3/+6
* sanity.bbclass: Factor ASSUME_PROVIDED into qemu checksRichard Purdie2007-08-091-4/+6
* Switch back to using our own qemu binary for locale generation by defaultRichard Purdie2007-08-091-1/+7
* base.bbclass: Sync with OE.dev (mainly download checksumming code)Richard Purdie2007-08-081-14/+134
* gtk-icon-cache.bbclass: Add RDEPENDS to fix runtime warnings (from OE)Richard Purdie2007-08-081-1/+1
* classes: Sync various classes with OE for various bugfixesRichard Purdie2007-08-0811-102/+285
* kernel.bbclass: Remove broken and unused PARALLEL_INSTALL_MODULESRichard Purdie2007-08-082-39/+0
* image.bbclass: Add MACHINE_POSTPRECESS_COMMAND hookRichard Purdie2007-08-081-0/+3
* Don't use a bashism when creating directoriesRoss Burton2007-08-071-1/+2
* package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright noticeRichard Purdie2007-08-072-0/+8
* package.bbclass: Deal with write protected files correctlyRichard Purdie2007-08-061-3/+3
* package.bbclass: Try stripping files more enthusiasticallyRichard Purdie2007-08-061-5/+11
* package.bbclass: Convert runstrip shell into pythonRichard Purdie2007-08-061-61/+45
* update-rc.d.bbclass: Tweak changeRichard Purdie2007-08-061-1/+1
* update-rc.d.bbclass: Stop the class corrupting the D variableRichard Purdie2007-08-061-6/+4
* base.bbclass: Correct git-native autodependenciesRichard Purdie2007-08-031-3/+3
* patch.bbclass: Add support for maxrev and minrevRichard Purdie2007-08-031-21/+23
* base.bbclass: Auto add dependency on git-native when neededRichard Purdie2007-08-031-0/+7
* base.bbclass: Fix base_get_srcrevRichard Purdie2007-08-011-1/+1
* sanity: Add check for help2manRichard Purdie2007-08-011-1/+1
* image.bbclass: Ensure the system python is used, not the one in stagingRichard Purdie2007-08-011-2/+2
* base.bbclass: Minor performance tweak, add base_get_srcrev()Richard Purdie2007-08-011-1/+10
* openmoko: added classes needed by openmoko-libsMarcin Juszkiewicz2007-07-092-0/+23
* base.bbclass: Revert quoting changesRichard Purdie2007-07-071-2/+2
* debian.bbclass: fixed typoMarcin Juszkiewicz2007-07-061-1/+1
* base.bbclass: Start to fix quotingRichard Purdie2007-07-061-2/+2
* poky-image.bbclass: added description of newer IMAGE_FEATURESMarcin Juszkiewicz2007-07-051-3/+4
* sanity: if Poky is used by root user (userid 0) then raise errorMarcin Juszkiewicz2007-07-041-0/+3
* poky-image.bbclass: Fix typoRichard Purdie2007-06-301-2/+2
* Rewrite IMAGE_FEATURES tools options (people may be to update their local.con...Richard Purdie2007-06-291-9/+13
* task-base: we want task-base-dev tooMarcin Juszkiewicz2007-06-281-0/+1
* task-base: we want task-base-dbg and no need for task-base-devMarcin Juszkiewicz2007-06-281-1/+0
* poky-image.bbclass: fix task-poky-apps-x11-pimlico namesMarcin Juszkiewicz2007-06-281-2/+2
* Cleaned up task-poky and Poky images.Marcin Juszkiewicz2007-06-281-14/+47
* bitbake.conf: Move SDK_NAME and SDK_PREFIX into bitbake.confRichard Purdie2007-06-271-3/+1
* poky-image.bbclass: new class used for making Poky imagesMarcin Juszkiewicz2007-06-271-0/+43