summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* build.py: Add a log to capture task execution orderMark Hatle2012-05-231-1/+15
* replace os.popen with subprocess.PopenRobert Yang2012-05-234-12/+15
* replace os.system with subprocess.callRobert Yang2012-05-233-4/+6
* bitbake: support $BITBAKE_UI environmentEnrico Scholz2012-05-232-4/+11
* bitbake: implement checksums for local files in SRC_URIPaul Eggleton2012-05-235-3/+211
* bitbake: refactor out codeparser cache into a separate classPaul Eggleton2012-05-232-136/+171
* Hob: fixed the issue about the 'run image' page should have the primary bugLiming An2012-05-231-6/+8
* Hob: fixed the line width of base image description viewLiming An2012-05-231-1/+1
* Hob: fixed the issue about bug 'running image' workflow and related viewLiming An2012-05-231-22/+53
* Hob: change the build failure scenario as ui designLiming An2012-05-233-1/+113
* Hob: add '--select a machine--' and '--select a base image--' to GUILiming An2012-05-224-18/+39
* fetch2: quote/unquote url pathsChristopher Larson2012-05-221-3/+4
* Hob: Get image name internally when updating the image descriptionDongxiao Xu2012-05-222-3/+4
* Hob: Add filter for images listed in image comboDongxiao Xu2012-05-223-4/+39
* Hob: reimplement the proxy pageShane Wang2012-05-223-111/+309