summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie2012-03-0514-2713/+2
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-058-26/+26
* stderr would previously be appended to stdout, corrupting the result when som...Adrien Bustany2012-03-021-23/+17
* bitbake/bitbake-prserv: Set file mode bits "x".Lianhao Lu2012-03-021-0/+0
* bitbake/build: report TaskFailedSilent events as "Failed"Paul Eggleton2012-03-011-1/+8
* bitbake/uihelper: restore line to record failed normal tasksPaul Eggleton2012-03-011-1/+6
* bitbake/runqueue: fix python error on scenequeue task failurePaul Eggleton2012-03-011-2/+1
* runqueue.py: initialize rqexe at RunQueue's init functionDongxiao Xu2012-03-011-0/+5
* Hob: Fix pressing "stop" buildDongxiao Xu2012-03-011-5/+13
* Hob(crumbs/builder.py): adjust the main window's position and ignore the case...Shane Wang2012-03-011-8/+0
* Hob: fix a bug that the image size is shown incorrectly in the image details ...Shane Wang2012-03-012-9/+25
* Hob(crumbs/hoblistmodel.py): Add mapping for rprovides and pkgDongxiao Xu2012-03-011-3/+12
* Hob(crumbs/hoblistmodel.py): Fix recipe's populate() functionDongxiao Xu2012-03-011-37/+5
* cooker: fix calculating of depends and rdependsDongxiao Xu2012-03-011-35/+10
* cooker.py: Fix a bug due to variable nameDongxiao Xu2012-03-011-2/+2
* command.py: remove the resolve parameter in generateTargetsTreeDongxiao Xu2012-03-013-32/+17
* Hob(crumbs/builder.py): remove the code commented out in the builder.pyShane Wang2012-03-011-1/+0
* crumbs/hig: tweak UI and layout of LayerSelectionDialogShane Wang2012-03-011-14/+5
* hig: try to avoid setting explicit dialogue sizesShane Wang2012-03-011-5/+2
* crumbs: fix button order in several dialoguesShane Wang2012-03-012-26/+25
* crumbs: move towards more standard dialogue spacingShane Wang2012-03-011-37/+29
* crumbs/builder: use the name Hob consistentlyShane Wang2012-03-011-2/+2
* crumbs: Factor common dialogue configuration outShane Wang2012-03-012-18/+31
* Hob: enable indicators on the "Included" tab in the recipe selection page and...Shane Wang2012-03-012-0/+2
* Hob: make the image configuration page not to flash the progress barShane Wang2012-03-011-16/+14
* Hob: fix a bug in builder.configuration.curr_machShane Wang2012-03-011-0/+1
* Hob: image configuration page doesn't need dialogs any moreShane Wang2012-03-011-3/+0
* Hob: include hddimg and iso into image types.Shane Wang2012-03-014-11/+38
* Hob: cleanup those class methods in HobWidgetShane Wang2012-03-013-493/+460
* Hob: fixed the issue in the brought-in-by dialog.Shane Wang2012-03-014-36/+24
* Hob: avoid the image selection dialog to walk through all directories and its...Shane Wang2012-03-011-4/+8
* Hob: make HobViewTable more general in hob and make the image selection dialo...Shane Wang2012-03-015-152/+176
* parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie2012-02-291-1/+1
* bitbake: implement BB_VERBOSE_LOGSPaul Eggleton2012-02-283-1/+9
* bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie2012-02-281-2/+1
* bitbake: fix setscene task start/failure handlingPaul Eggleton2012-02-284-8/+32
* bitbake/runqueue: make dry-run do everything except executePaul Eggleton2012-02-281-7/+2
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-283-0/+12
* data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variablesDongxiao Xu2012-02-271-12/+4
* V5 Disk space monitoringRobert Yang2012-02-262-0/+244
* bitbake/runqueue: Ensure finish_now() sets the runqueue state consistentlyRichard Purdie2012-02-261-0/+7
* crumbs: add back progress implementation for depexpJoshua Lock2012-02-251-0/+20
* bitbake/cooker: terminate when errors found in layer configurationPaul Eggleton2012-02-241-0/+17
* Hob: A new implemetation (v2)Dongxiao Xu2012-02-2445-2811/+5078
* fetch2/git: create bareclone optionBruce Ashfield2012-02-241-1/+16
* runqueue: fire sceneQueueTaskStarted event when a setscene queue startsDongxiao Xu2012-02-241-2/+14
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-234-29/+73
* command.py: add resolve option for generateTargetsTree APIDongxiao Xu2012-02-232-13/+56
* command.py: Add a new API triggerEvent()Dongxiao Xu2012-02-231-0/+6
* command.py: add new API to get the cpu count on the serverShane Wang2012-02-232-0/+10