summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* Remove unused target tree data for HobLiping Ke2011-07-211-21/+68
* event: fix the event display order when exiting earlyChris Larson2011-07-211-2/+1
* ui/crumbs/tasklistmodel: ignore tasks and images when marking dependenciesJoshua Lock2011-07-211-4/+17
* ui/hob: don't crash if PARALLEL_MAKE doesn't include a spaceJoshua Lock2011-07-211-1/+1
* ui/crumbs/configurator: write new lines after new entriesJoshua Lock2011-07-211-1/+1
* ui/hob: add more guidance to the stop dialogJoshua Lock2011-07-211-1/+8
* ui/crumbs/tasklistmodel: fix saving recipesJoshua Lock2011-07-211-2/+1
* ui/crumbs/hobprefs: add missing importJoshua Lock2011-07-211-0/+1
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* cache: fix remnant broken 'info' reference from recent cache changesChristopher Larson2011-07-211-1/+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-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