summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: command: add error to return of runCommandChristopher Larson2013-01-281-1/+4
* bitbake: hob: format error messages properlyPaul Eggleton2012-10-011-1/+3
* hob: handle sanity check failures as a separate eventPaul Eggleton2012-06-141-0/+6
* Hob: Adjust the progress bar and set 100% only when all is done.Shane Wang2012-06-141-0/+8
* Hob: Clear the building status if command failedDongxiao Xu2012-06-051-0/+2
* Hob: Issue sanity check after parse is completedDongxiao Xu2012-04-241-5/+11
* hob: enable sanity checks after launchJoshua Lock2012-04-231-0/+3
* Hob: add exception handlingShane Wang2012-04-151-83/+92
* Hob: Simplify the init processDongxiao Xu2012-04-151-9/+2
* Hob: Handle NoProvider event in runningbuild moduleDongxiao Xu2012-04-151-21/+0
* Hob: remember layers and settings between Hob sessionsShane Wang2012-04-141-1/+0
* Hob: Use BB_DEFAULT_TASK as build task instead of hardcoded "build"Dongxiao Xu2012-04-141-4/+8
* Hob: Build selected image if not customizedDongxiao Xu2012-04-141-8/+9
* Hob: Implement Hob config parse hookDongxiao Xu2012-04-131-12/+14
* Hob: clean up request_package_info_async()Shane Wang2012-04-111-1/+1
* Hob: clean up to call clear_busy() in hobeventhandler.pyShane Wang2012-04-111-0/+1
* Hob: correct indentShane Wang2012-04-111-2/+2
* Hob: a minor fix on pmakeShane Wang2012-04-051-1/+1
* Hob: handle exceptions in get_parameters() from the bitbakeShane Wang2012-04-051-7/+26
* Hob: Fix toolchain buildDongxiao Xu2012-04-051-5/+4
* Hob: Remove duplication for certain bitbake variablesDongxiao Xu2012-04-051-6/+13
* Hob: Fix MACHINE settingDongxiao Xu2012-04-051-1/+2
* Hob: clear the building state after a successful build, as a failed build doesShane Wang2012-03-291-0/+3
* Hob: Change the format to store image_fstype variableDongxiao Xu2012-03-291-1/+1
* Hob: Remember user settings when reparse configDongxiao Xu2012-03-291-5/+3
* Hob: Define a variable to store the image name and toolchainDongxiao Xu2012-03-291-3/+5
* Hob: Fix adding duplicated meta-hob layerDongxiao Xu2012-03-291-1/+3
* Hob: Remove un-used signal and functionsDongxiao Xu2012-03-291-8/+1
* Hob: allow users to setup the proxiesShane Wang2012-03-281-0/+32
* Hob: change the implementation way about get config info for building logLiming An2012-03-281-0/+6
* Hob: Avoid getting TMPDIR in hardcodeDongxiao Xu2012-03-251-0/+1
* Hob: Set empty DISTRO if "defaultsetup" is selectedDongxiao Xu2012-03-251-1/+2
* Hob: runqemu and deployment functionality filterDongxiao Xu2012-03-251-0/+4
* Hob: Fix the workaround to get image typesDongxiao Xu2012-03-251-2/+1
* Hob: Change the Hob initialization processDongxiao Xu2012-03-251-1/+5
* Hob: Cleanup for hobeventhandler.pyDongxiao Xu2012-03-251-44/+31
* Hob: Remove unnecessary PARSE_BBFILES commandDongxiao Xu2012-03-251-5/+1
* Hob: Remove split model in GTK HobDongxiao Xu2012-03-221-18/+3
* Hob: Still use initcmd != None as the if judgementDongxiao Xu2012-03-221-2/+2
* Hob: save CONF_VERSION and LCONF_VERSION into templateDongxiao Xu2012-03-201-0/+3
* Hob: fix '!= None' and '== None' in the codeShane Wang2012-03-201-2/+2
* Hob: Add stop button for parsing progressDongxiao Xu2012-03-151-0/+3
* Hob: Emit command-failed signal even if error msg is NoneDongxiao Xu2012-03-151-3/+2
* Hob: Disable the handling of "NoProvider" eventDongxiao Xu2012-03-151-17/+20
* command.py: remove the resolve parameter in generateTargetsTreeDongxiao Xu2012-03-011-1/+1
* Hob: include hddimg and iso into image types.Shane Wang2012-03-011-5/+4
* Hob: A new implemetation (v2)Dongxiao Xu2012-02-241-235/+351
* ui/crumbs/hobeventhandler: fix variable name typoJoshua Lock2011-09-251-1/+1
* ui/crumbs/hobeventhandler: move remaining getVariable calls to initJoshua Lock2011-09-251-4/+5
* hob: fix opening of image output dir on image build completionJoshua Lock2011-09-211-1/+4