summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* fetch2: Also exclude urls containing wildcards from checksumming for nowRichard Purdie2012-05-221-0/+2
* bb/fetch2/__init__.py: Don't try to compute checksums for directoriesAndrei Gherzan2012-05-211-0/+5
* hob: update required pygtk to 2.22.0 and gtk+ to 2.20.0Joshua Lock2012-05-201-1/+1
* lib/bb/ui/crumbs/[package|recipe]selectionpage: include buttonJoshua Lock2012-05-202-4/+16
* lib/bb/ui/crumbs/imageconfiguration: fix combo boxes drop-down widthJoshua Lock2012-05-201-2/+0
* lib/bb/ui/crumbs/hobwidget: use light text in HobIndicatorJoshua Lock2012-05-201-1/+1
* lib/bb/ui/crumbs/: replace custom HobNotebookJoshua Lock2012-05-204-394/+119
* Hob:add function about clicked a row to load image file for 'my images' pageLiming An2012-05-201-2/+16
* Hob: Apply a line length to consistantly display image descriptionsLiming An2012-05-201-0/+2
* knotty2: return exit codeEnrico Scholz2012-05-201-1/+1
* bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie2012-05-204-1/+30
* bitbake/fetch: If checksums are available, check them for any file, local or ...Richard Purdie2012-05-201-21/+19
* bitbake/fetch2: Improve visibility of checksum warnings when fetching from mi...Richard Purdie2012-05-201-5/+15
* bitbake/fetch2: Improve stamp creation in mirror codeRichard Purdie2012-05-201-4/+4
OpenPOWER on IntegriCloud