summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2012-05-25cooker.py: terminate the Parser processesKang Kai
2012-05-25lib/bb/fetch2: fix comments for verify_checksumPaul Eggleton
2012-05-25bitbake/exceptions: Handle reports from the field of exception code failuresRichard Purdie
2012-05-25bitbake/utils.py: Ensure utils.which() returns full pathsRichard Purdie
2012-05-25bitbake/cooker: Ensure matchFile returns full pathnamesRichard Purdie
2012-05-25Hob:fixed the issue of primary button is not an 'orange hob button'Liming An
2012-05-25BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie
2012-05-23Hob: Adjust the progress bar and set 100% only when all is done.Shane Wang
2012-05-23build.py: Add support for log and run filename changesMark Hatle
2012-05-23build.py: Add additional debug messagesMark Hatle
2012-05-23build.py: Cleanup exec_func_shellMark Hatle
2012-05-23build.py: Add a log to capture task execution orderMark Hatle
2012-05-23replace os.popen with subprocess.PopenRobert Yang
2012-05-23replace os.system with subprocess.callRobert Yang
2012-05-23bitbake: support $BITBAKE_UI environmentEnrico Scholz
2012-05-23bitbake: implement checksums for local files in SRC_URIPaul Eggleton
2012-05-23bitbake: refactor out codeparser cache into a separate classPaul Eggleton
2012-05-23Hob: fixed the issue about the 'run image' page should have the primary bugLiming An
2012-05-23Hob: fixed the line width of base image description viewLiming An
2012-05-23Hob: fixed the issue about bug 'running image' workflow and related viewLiming An
2012-05-23Hob: change the build failure scenario as ui designLiming An
2012-05-22Hob: add '--select a machine--' and '--select a base image--' to GUILiming An
2012-05-22fetch2: quote/unquote url pathsChristopher Larson
2012-05-22Hob: Get image name internally when updating the image descriptionDongxiao Xu
2012-05-22Hob: Add filter for images listed in image comboDongxiao Xu
2012-05-22Hob: reimplement the proxy pageShane Wang
2012-05-22fetch2: Also exclude urls containing wildcards from checksumming for nowRichard Purdie
2012-05-21bb/fetch2/__init__.py: Don't try to compute checksums for directoriesAndrei Gherzan
2012-05-20hob: update required pygtk to 2.22.0 and gtk+ to 2.20.0Joshua Lock
2012-05-20lib/bb/ui/crumbs/[package|recipe]selectionpage: include buttonJoshua Lock
2012-05-20lib/bb/ui/crumbs/imageconfiguration: fix combo boxes drop-down widthJoshua Lock
2012-05-20lib/bb/ui/crumbs/hobwidget: use light text in HobIndicatorJoshua Lock
2012-05-20lib/bb/ui/crumbs/: replace custom HobNotebookJoshua Lock
2012-05-20Hob:add function about clicked a row to load image file for 'my images' pageLiming An
2012-05-20Hob: Apply a line length to consistantly display image descriptionsLiming An
2012-05-20knotty2: return exit codeEnrico Scholz
2012-05-20bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie
2012-05-20bitbake/fetch: If checksums are available, check them for any file, local or ...Richard Purdie
2012-05-20bitbake/fetch2: Improve visibility of checksum warnings when fetching from mi...Richard Purdie
2012-05-20bitbake/fetch2: Improve stamp creation in mirror codeRichard Purdie
2012-05-20bitbake/fetch2: Remove hardcoded file removal and use clean methodRichard Purdie
2012-05-13lib/bb/siggen.py: ensure dumped signatures have group R/WJoshua Lock
2012-05-13lib/bb/siggen: use open() rather than the file constructorJoshua Lock
2012-05-13bitbake/tests: Add test of the git fetcherRichard Purdie
2012-05-13bitbake/fetch2/git: Set a default for the GITDIR variableRichard Purdie
2012-05-13bitbake/fetch2/git: Don't set the branch name to None, that makes no senseRichard Purdie
2012-05-11bitbake/runqueue: Drop check_stamp_fn, it's obsolete and should not be usedRichard Purdie
2012-05-11bitbake/runqueue: Drop check_stamps function, it is obsolete and unusedRichard Purdie
2012-05-11bitbake/runqueue: Fix 'full' stamp checking to be more efficient and cache re...Richard Purdie
2012-05-11runqueue: drop unnecessary keys() in runqueue_process_waitpidChristopher Larson