summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: ui/depexp.py: use the new progressbar in HobKang Kai2012-06-211-11/+18
* bitbake: fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie2012-06-211-0/+6
* bitbake: test/fetch: Add a couple of extra test casesRichard Purdie2012-06-211-1/+29
* bitbake: test/fetch: Add in unit tests for uri_replace() and git premirrorsRichard Purdie2012-06-211-3/+52
* bitbake: fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie2012-06-211-1/+1
* bitbake: fetch2: uri_replace() improve mirrortarball handlingRichard Purdie2012-06-211-1/+4
* bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...Richard Purdie2012-06-211-2/+2
* bitbake: fetch2: Add parameter handling to uri_replace()Richard Purdie2012-06-211-1/+9
* bitbake: fetch2: Remove basestring test and simplify uri_replaceRichard Purdie2012-06-211-17/+18
* bitbake: fetch2: Simplify some looping constructs in uri_replace()Richard Purdie2012-06-211-3/+2
* 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-212-2/+21
* 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
* image-writer: tweak some stringsKang Kai2012-06-141-5/+5
* ui/crumbs/hig.py: simplify subprocess callKang Kai2012-06-141-2/+2
* ui/crumbs/hig.py: tweak stringsKang Kai2012-06-141-4/+9
* hob2: create a standalone deploy image toolKang Kai2012-06-081-0/+120
* 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