summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* ui/crumbs/tasklistmodel: fix saving recipes1.1_M2.rc31.1_M2.final1.1_M2Joshua Lock2011-07-211-2/+1
* cooker: only return *Found events if something was actually foundJoshua Lock2011-07-141-4/+8
* ui/crumbs/tasklistmodel: fix automatic removal of orphaned itemsJoshua Lock2011-07-131-15/+19
* ui/crumbs/tasklistmodel: update brought in by column when possibleJoshua Lock2011-07-131-4/+10
* fetcher2: retry mirror if upstream checksum mismatchYu Ke2011-07-131-11/+20
* bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu2011-07-085-23/+36
* fetch2/git: Tweak git fetcher to handling repo updates correctlyRichard Purdie2011-07-081-2/+2
* lib/bb/ui/hob: don't error when dismissing save as dialogJoshua Lock2011-07-081-6/+14
* lib/bb/hob: fix changing base imageJoshua Lock2011-07-081-5/+5
* ui/crumbs/tasklistmodel: fix reset methodJoshua Lock2011-07-081-4/+16
* bitbake/process.py: Ensure queued UI events are queued right before we add ou...Richard Purdie2011-07-071-3/+2
* cache.py: Ensure additional .bbappend files are accounted forRichard Purdie2011-07-072-6/+13
* ui/depexp: If we're parsing zero files we need to ensure the cache progress b...Richard Purdie2011-07-051-3/+1
* hob: re-designed interaction and implementationJoshua Lock2011-07-058-424/+1824
* bitbake/cooker, bitbake-layers: show the .bbappend files that matches no exis...Dexuan Cui2011-07-051-0/+22
* bitbake/cooker: implement layer dependencies, make priority optionalPaul Eggleton2011-07-051-9/+70
* bitbake: track 'overlayed' recipesPaul Eggleton2011-07-051-0/+13
* bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie2011-07-052-10/+6
* bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock2011-07-011-3/+10
* cooker: switch to new universe target rather than worldJoshua Lock2011-07-011-2/+2
* cooker: remove code duplication in non trivial functionsJoshua Lock2011-07-011-44/+12
* cooker|command|event: add new command findFilesMatchingInDirJoshua Lock2011-07-013-0/+45
* command|cooker|event: add findConfigFilePath commandJoshua Lock2011-07-013-0/+22
* cooker: add generic method to locate configuration filesJoshua Lock2011-07-011-4/+7
* command|cooker: allow generating targets tree for specified pkgsJoshua Lock2011-07-012-4/+14
* ui/hob: Fixed the "build again" hang.Lianhao Lu2011-07-011-2/+1
* Update version to 1.13.2Richard Purdie2011-06-281-1/+1
* bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie2011-06-281-3/+21
* bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie2011-06-281-2/+1
* bitbake/data_smart: Don't track overrides in deleted variable namesRichard Purdie2011-06-281-1/+4
* bitbake/data_smart: Don't export deleted/empty entries in the list of keysRichard Purdie2011-06-281-0/+2
* bitbake/data_smart: Optimise the data store iteratorRichard Purdie2011-06-281-10/+12
* bitbake: Add task specific stamp file supportRobert Yang2011-06-283-2/+15
* runqueue.py: Add umask task controlMark Hatle2011-06-242-0/+12
* fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman2011-06-221-0/+3
* process.py: Fix issue where early errors weren't making it to the consoleRichard Purdie2011-06-161-1/+1
* make exception handling syntax consistentScott Garman2011-06-159-27/+27
* codeparser: When loading the cache, ignore ValueErrorRichard Purdie2011-06-151-1/+1
* bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie2011-06-131-1/+4
* bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie2011-06-132-1/+3
* Update version to 1.13.1Richard Purdie2011-06-091-1/+1
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-093-9/+17
* bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie2011-06-091-2/+1
* bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie2011-06-091-1/+3
* cache.py: fix bitbake -s commandScott Garman2011-06-091-1/+1
* track skipped packagesPaul Eggleton2011-06-093-9/+28
* Drop psyco supportRichard Purdie2011-06-091-13/+0
* bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie2011-06-082-26/+12
* bitbake/build.py: Drop exec_shell environment as its now unneededRichard Purdie2011-06-081-6/+1
* runqueue.py: Wrap parsing with exception trappingRichard Purdie2011-06-081-24/+24