summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2012-06-25utils.py: Add function to set nonblocking operation on a file descriptorRichard Purdie
2012-06-25git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-22lib/bb/siggen.py: log when tainting the signature of a taskPaul Eggleton
2012-06-21fetch2/git.py: Optimize clone fall back when it is localJason Wessel
2012-06-21ui/depexp.py: use the new progressbar in HobKang Kai
2012-06-21fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie
2012-06-21test/fetch: Add a couple of extra test casesRichard Purdie
2012-06-21test/fetch: Add in unit tests for uri_replace() and git premirrorsRichard Purdie
2012-06-21fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie
2012-06-21fetch2: uri_replace() improve mirrortarball handlingRichard Purdie
2012-06-21fetch2: uri_replace() remove what amounts to a null operation and add some co...Richard Purdie
2012-06-21fetch2: Add parameter handling to uri_replace()Richard Purdie
2012-06-21fetch2: Remove basestring test and simplify uri_replaceRichard Purdie
2012-06-21fetch2: Simplify some looping constructs in uri_replace()Richard Purdie
2012-06-21fetch2: Improve mirror looping to consider more casesRichard Purdie
2012-06-21fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie
2012-06-21fetch2: Split try_mirrors into two partsRichard Purdie
2012-06-21fetch2: Ensure when downloading we are consistently in the same directoryRichard Purdie
2012-06-21fetch2: Only cache data if fn is set, its pointless caching it against a None...Richard Purdie
2012-06-21fetch2: Fix error handling in uri_replace()Richard Purdie
2012-06-21fetch2/__init__: Make it clearer when uri_replace doesn't return a matchRichard Purdie
2012-06-21bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton
2012-06-21bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton
2012-06-14methodpool: Improve method already seen error messageRichard Purdie
2012-06-14fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie
2012-06-14fetch2: Fix missing output from stderr in fetcher logsJason Wessel
2012-06-14Hob: fixed issue about 'select a base image' combo not sensitiveLiming An
2012-06-14Hob: fixed an issue about no 'set_page' function in hob failed page showLiming An
2012-06-14ui/crumbs/hig.py: simplify subprocess callKang Kai
2012-06-14ui/crumbs/hig.py: tweak stringsKang Kai
2012-06-08hob2: update DeployImageDialog for seperated toolKang Kai
2012-06-08ui/crumbs/hig.py: check deploy process return valueKang Kai
2012-06-08ui/crumbs/hig.py: remove extra spacesKang Kai
2012-06-08ui/crumbs/hig.py: fix run time errorKang Kai
2012-06-08ui/crumbs/utils.py: import module bbKang Kai
2012-06-08Hob: fixed the index issue when set actived item for base image comboLiming An
2012-06-08Hob: Change 'run image' work flow and image detail screen as ui designLiming An
2012-06-08Hob: Interpret some special characters for label markupShane Wang
2012-06-08Hob: add versions for compatibility check between Hob and templatesShane Wang
2012-06-08Hob: lower the limitation for PyGTKShane Wang
2012-06-08Hob: fixed a definition not match issue when click choose directflb in packag...Liming An
2012-06-08Hob: fix entry of recipe page can't be edited in case after clicked clear buttonLiming An
2012-06-08Hob: clear the repeated function get_kernel_file_nameLiming An
2012-05-30bitbake: include varflags in checksumsPaul Eggleton
2012-05-30lib/bb/fetch2: ignore remote URIs when doing file checksumsPaul Eggleton
2012-05-30cooker: report recipe being parsed when ExpansionError occursPaul Eggleton
2012-05-30cooker: fix UnboundLocalError when exception occurs during parsingPaul Eggleton
2012-05-30lib/bb/data_smart.py: don't report variable in ExpansionError if not setPaul Eggleton
2012-05-30hob: handle sanity check failures as a separate eventPaul Eggleton
2012-05-30Hob: add the 'build new' be as the primary action for 'Image detail' pageLiming An