summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: fetch2: Improve mirror looping to consider more casesRichard Purdie2012-06-211-12/+29
* bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie2012-06-211-1/+2
* bitbake: fetch2: Split try_mirrors into two partsRichard Purdie2012-06-211-52/+59
* bitbake: fetch2: Ensure when downloading we are consistently in the same dire...Richard Purdie2012-06-211-1/+5
* bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...Richard Purdie2012-06-211-2/+2
* bitbake: fetch2: Fix error handling in uri_replace()Richard Purdie2012-06-211-1/+2
* bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...Richard Purdie2012-06-211-2/+4
* bitbake: bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton2012-06-211-2/+18
* bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton2012-06-214-9/+62
* methodpool: Improve method already seen error messageRichard Purdie2012-06-141-1/+1
* fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie2012-06-141-1/+3
* fetch2: Fix missing output from stderr in fetcher logsJason Wessel2012-06-141-3/+2
* Hob: fixed issue about 'select a base image' combo not sensitiveLiming An2012-06-141-0/+2
* Hob: fixed an issue about no 'set_page' function in hob failed page showLiming An2012-06-141-0/+6
* ui/crumbs/hig.py: simplify subprocess callKang Kai2012-06-141-2/+2
* ui/crumbs/hig.py: tweak stringsKang Kai2012-06-141-4/+9
* hob2: update DeployImageDialog for seperated toolKang Kai2012-06-081-6/+37
* ui/crumbs/hig.py: check deploy process return valueKang Kai2012-06-081-3/+29
* ui/crumbs/hig.py: remove extra spacesKang Kai2012-06-081-4/+4
* ui/crumbs/hig.py: fix run time errorKang Kai2012-06-081-1/+2
* ui/crumbs/utils.py: import module bbKang Kai2012-06-081-0/+1
* Hob: fixed the index issue when set actived item for base image comboLiming An2012-06-081-2/+1
* Hob: Change 'run image' work flow and image detail screen as ui designLiming An2012-06-084-113/+211
* Hob: Interpret some special characters for label markupShane Wang2012-06-081-2/+11
* Hob: add versions for compatibility check between Hob and templatesShane Wang2012-06-082-3/+28
* Hob: lower the limitation for PyGTKShane Wang2012-06-081-1/+1
* Hob: fixed a definition not match issue when click choose directflb in packag...Liming An2012-06-081-1/+1
* Hob: fix entry of recipe page can't be edited in case after clicked clear buttonLiming An2012-06-081-8/+2
* Hob: clear the repeated function get_kernel_file_nameLiming An2012-06-082-20/+4
* bitbake: include varflags in checksumsPaul Eggleton2012-05-302-1/+23
* lib/bb/fetch2: ignore remote URIs when doing file checksumsPaul Eggleton2012-05-301-6/+20
* cooker: report recipe being parsed when ExpansionError occursPaul Eggleton2012-05-301-1/+5
* cooker: fix UnboundLocalError when exception occurs during parsingPaul Eggleton2012-05-301-0/+2
* lib/bb/data_smart.py: don't report variable in ExpansionError if not setPaul Eggleton2012-05-301-1/+4
* hob: handle sanity check failures as a separate eventPaul Eggleton2012-05-303-1/+20
* Hob: add the 'build new' be as the primary action for 'Image detail' pageLiming An2012-05-301-11/+8
* Hob: Fixed a compatible issue for indicator icon viewLiming An2012-05-301-43/+8
* HOB: 'str' object has no attribute 'close'Robert Yang2012-05-302-5/+4
* hob2: set beginning folders for FileChooserDialogKang Kai2012-05-301-0/+4
* cooker.py: terminate the Parser processesKang Kai2012-05-251-3/+6
* lib/bb/fetch2: fix comments for verify_checksumPaul Eggleton2012-05-251-6/+3
* bitbake/exceptions: Handle reports from the field of exception code failuresRichard Purdie2012-05-251-1/+8
* bitbake/utils.py: Ensure utils.which() returns full pathsRichard Purdie2012-05-251-0/+2
* bitbake/cooker: Ensure matchFile returns full pathnamesRichard Purdie2012-05-251-1/+1
* Hob:fixed the issue of primary button is not an 'orange hob button'Liming An2012-05-251-11/+16
* BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie2012-05-251-4/+4
* Hob: Adjust the progress bar and set 100% only when all is done.Shane Wang2012-05-232-2/+18
* build.py: Add support for log and run filename changesMark Hatle2012-05-231-3/+17
* build.py: Add additional debug messagesMark Hatle2012-05-231-0/+8
* build.py: Cleanup exec_func_shellMark Hatle2012-05-231-5/+5