summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake-layers: adapt to cooker change for saved environmentJoshua Lock2011-07-261-3/+4
* data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock2011-07-262-5/+5
* bitbake/utils: 'Fix' bb.utils.contains() behaviourRichard Purdie2011-07-261-7/+6
* Update version to 1.13.3Richard Purdie2011-07-252-2/+2
* bitbake|cooker: save a copy of the environment when BitBake is startedJoshua Lock2011-07-252-2/+13
* bitbake-layers: remove unneeded do_EOFPaul Eggleton2011-07-251-3/+0
* bitbake-layers: add command helpPaul Eggleton2011-07-251-1/+31
* bitbake-layers: check for errors before parsingPaul Eggleton2011-07-251-1/+9
* adjust comments/messages for default server changePaul Eggleton2011-07-251-3/+3
* bitbake/cooker: show a warning when -b is specifiedPaul Eggleton2011-07-251-0/+4
* add note to -b option indicating no dependency handlingPaul Eggleton2011-07-251-1/+1
* hob: rework image output type settingJoshua Lock2011-07-254-26/+56
* ui/crumbs/hobprefs: tweak the package format tooltipJoshua Lock2011-07-251-1/+2
* ui/crumbs/hobprefs: set higher arbitrary limit on threads & parallelismJoshua Lock2011-07-251-1/+6
* hob: only add new layer's to the UIJoshua Lock2011-07-252-3/+6
* ui/hob: if the user clicks Stop a second time only offer 'Force Stop'Joshua Lock2011-07-251-12/+26
* ui/hob: clear the search entry when resettingJoshua Lock2011-07-251-6/+7
* ui/crumbs/tasklistmodel: don't show native and cross recipesJoshua Lock2011-07-251-0/+3
* hob: refer to tasks as Package CollectionsJoshua Lock2011-07-251-1/+1
* bitbake/cache: allow class names with arguments to be specifiedPaul Eggleton2011-07-251-2/+3
* bitbake/ast: include class name when arguments given in variantPaul Eggleton2011-07-251-6/+8
* bitbake/utils: Add contains helper function from lib.oe.utilsRichard Purdie2011-07-221-0/+14
* 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