summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* sanity.bbclass: Merge with OE syncing improvements both waysRichard Purdie2006-11-161-24/+17
* kernel.bbclass: Sync with updates in OE to work with kernels >= 2.6.18Richard Purdie2006-11-022-27/+45
* lib_package.bbclass: Fix .debug packaging (from OE)Richard Purdie2006-10-281-2/+2
* base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson2006-10-271-0/+3
* package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.Chris Larson2006-10-271-5/+7
* patch.bbclass: fix bug where it failed to detect that the user did not modify...Chris Larson2006-10-251-1/+8
* package.bbclass: Partially fix another dubious use of packages[0]Richard Purdie2006-10-221-1/+8
* package.bbclass: Fix split_locales to remove spurious references to -dbg pack...Richard Purdie2006-10-211-0/+6
* image.bbclass: Fix image task dependencies after package.bbclass updatesRichard Purdie2006-10-201-1/+1
* package.bbclass: Sync with OE upstreamRichard Purdie2006-10-201-63/+69
* package.bbclass: Split into two tasks, one which prepares the packages and th...Richard Purdie2006-10-207-14/+35
* base.bbclass, package.bbclass: Clean up and document. Should be no actual cod...Richard Purdie2006-10-202-190/+219
* base.bbclass: Add fetchall task to fetch all sources for all the given task a...Richard Purdie2006-10-161-1/+7
* Add check for gawk, needed by x86 glic buildMatthew Allum2006-10-121-0/+3
* Don't nest os.path.join() callsRoss Burton2006-10-022-7/+7
* Update sanity checking to report all missing instead of one per run. Add a ch...Matthew Allum2006-09-281-10/+26
* rootfs_ipk: Remove extra rm command to ensure /dev is correctly createdRichard Purdie2006-09-261-5/+1
* rootfs_ipk.bbclass: Fix function names and exportsRichard Purdie2006-09-221-2/+2
* Merge devgen branch to trunk.Chris Larson2006-09-213-41/+131
* Remove unneeded classesRichard Purdie2006-09-2118-729/+0
* Clean up and correct MAINTAINERSRichard Purdie2006-09-211-1/+0
* Package.bbclass: sync with upstream oe legitimize_package_name.Chris Larson2006-09-201-0/+11
* Sync up.. all the deb/dpkg changes which I have locally are now in svn.Chris Larson2006-09-198-30/+379
* classes: Reorder tasks so staging occurs after packaging. Add do_install into...Richard Purdie2006-09-182-5/+4
* base.bbclass: Remove do_fetch[nostamp] so we don't run the fetch tasks everyt...Richard Purdie2006-09-181-1/+0
* patch.bbclass: sync with upstream oe.Chris Larson2006-09-151-12/+17
* patch.bbclass: updates from upstream oe.Chris Larson2006-09-011-5/+2
* base.bbclass: Add a new 'rebuild' convenience task, which simply does a clean...Chris Larson2006-08-311-2/+12
* devshell.bbclass: Run after do_patchRichard Purdie2006-08-311-1/+1
* devshell: Convert to its own class and add to poky.conf by default. Export EX...Richard Purdie2006-08-302-9/+14
* base.bbclass: Add devshell task. Trigger as bitbake somepackage -c devshell w...Richard Purdie2006-08-301-1/+9
* Patch.bbclass: add NOOPResolver class for use in unattended builds, which doe...Chris Larson2006-08-301-8/+18
* image.bbclass: Add symlinks to the latest images for a given machineRichard Purdie2006-08-291-0/+3
* Patch failure handling updates, added a 'patch' concrete class, so we can app...Chris Larson2006-08-282-93/+154
* Patch.bbclass: fix bug resulting in a failure to md5 the local path.. it brok...Chris Larson2006-08-271-1/+1
* classes: Sync with OERichard Purdie2006-08-2712-77/+155
* Tweaks to work with bitbake trunk: add BB_DEFAULT_TASK, add do_rootfs[nostamp...Richard Purdie2006-08-233-2/+2
* Fix the patch.bbclass error handling in a couple of the error paths by changi...Chris Larson2006-08-231-4/+3
* Clean up the way patch.bbclass's runcmd handles the directory not existing.Chris Larson2006-08-221-4/+17
* Changes for ticket:8, with fixes for the bugs reported by Richard.Chris Larson2006-08-212-86/+410
* classes/base.bbclass:Richard Purdie2006-08-145-4/+14
* multimachine: HOST_OS should be TARGET_OSRichard Purdie2006-08-141-3/+3
* Add projects.o-hand.com/sources/kernel as a mirror for rpsys.net's patchesRichard Purdie2006-07-281-0/+1
* Update debug packages to place symbol files in a .debug directory - fixes cer...Richard Purdie2006-07-281-2/+4
* base.bbclass: Add base_both_contains function for use in task filesRichard Purdie2006-07-261-0/+7
* rootfs_ipk.bbclass: Add context to reported errorsRichard Purdie2006-07-261-1/+2
* base.bbclass: Add base_contains function - Can be used to check if a string i...Richard Purdie2006-07-241-0/+7
* Add automatic generation of -dbg packages. These contain the debug symbols th...Richard Purdie2006-07-241-9/+17
* rootfs_ipk.bbclass, package-index: With the fixed ipkg-utils there is no need...Richard Purdie2006-07-241-2/+0
* tinderclient.bbclass: Update from .devRichard Purdie2006-07-231-7/+13