summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2012-05-11runqueue: handle task exit due to signal/stopChristopher Larson
2012-05-09Hob: change the workflow about click 'Run Image' to run directly after builde...Liming An
2012-05-09Hob: add group number show and 'bold' visible effect for Package viewLiming An
2012-05-09Hob: add original url show function with the tooltip hyperlink for userLiming An
2012-05-09Hob: change the refresh icon speed to make it view clearLiming An
2012-05-07Hob: Clear the building status if command failedDongxiao Xu
2012-05-07bitbake/tests/fetch: Add simple http fetcher testsRichard Purdie
2012-05-07bitbake/fetch2/wget: Add fallback/default wget commandsRichard Purdie
2012-05-07bitbake/fetch2/wget: Remove unneeded function indirection and reindentRichard Purdie
2012-05-07bitbake/fetch2/wget: Remove unnecessary use of OVERRIDESRichard Purdie
2012-05-07bitbake/fetch2: When unpacking, only use PATH variable if its setRichard Purdie
2012-05-07bitbake/fetch2: Remove WORKDIR reference, should use passed parameterRichard Purdie
2012-05-04bitbake: Fixup bitbake-selftestRichard Purdie
2012-05-04bitbake: Add start of bitbake regression/self testingRichard Purdie
2012-05-04bitbake/utils: Convert vercmp_string() to use vercmp internallyRichard Purdie
2012-05-04bitbake/fetch2: Fix spelling error in network access error messageJeff Polk
2012-05-04fetch2/git: Allow file:// URLs without checking for network accessJeff Polk
2012-05-01Update version to 1.15.2 (correspdoning to Yocto 1.2 release)Richard Purdie
2012-04-24Hob: Issue sanity check after parse is completedDongxiao Xu
2012-04-24Hob: Add proxy setting into setting's md5Dongxiao Xu
2012-04-24event.py: Add SanityCheck and SanityCheckPassed eventsDongxiao Xu
2012-04-23hob: enable sanity checks after launchJoshua Lock
2012-04-17lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->availableJoshua Lock
2012-04-17bitbake-layers: hide deprecation warningsPaul Eggleton
2012-04-17hoblistmodel.py: description for selfcreated imageBeth Flanagan
2012-04-17Hob: Set the "stop" button insensitive before hide itDongxiao Xu