summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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-layers: fix error on startup caused by recent cooker changePaul Eggleton2011-07-051-1/+2
* bitbake-layers: fix sorting by package name for cooker changePaul Eggleton2011-07-051-1/+1
* bitbake/cooker, bitbake-layers: show the .bbappend files that matches no exis...Dexuan Cui2011-07-052-20/+23
* bitbake-layers: fix sorting of show_appends outputPaul Eggleton2011-07-051-4/+6
* bitbake-layers: add command to flatten layers into onePaul Eggleton2011-07-051-0/+59
* bitbake/cooker: implement layer dependencies, make priority optionalPaul Eggleton2011-07-051-9/+70
* bitbake-layers: add show_overlayed actionPaul Eggleton2011-07-051-0/+10
* bitbake: track 'overlayed' recipesPaul Eggleton2011-07-051-0/+13
* bitbake: Switch to use process as the default serverRichard Purdie2011-07-051-1/+1
* bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie2011-07-052-10/+6
* bitbake: Add missing bracket, somehow lost by sync scripts1.1_M2.rc1Richard Purdie2011-07-011-1/+1
* bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock2011-07-012-4/+14
* 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
* bitbake: Make bitbake server type configurable.Liping Ke2011-07-011-7/+18
* ui/hob: Fixed the "build again" hang.Lianhao Lu2011-07-011-2/+1
* Update version to 1.13.2Richard Purdie2011-06-282-2/+2
* 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
* doc/usermanual.xml: Tweaks for the manualBrandon Stafford2011-06-221-67/+66
* 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-1510-28/+28
* 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-092-2/+2
* 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
* bitbake-layers: handle skipped recipesPaul Eggleton2011-06-091-5/+19