index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fetch2: quote/unquote url paths
Christopher Larson
2012-05-22
1
-3
/
+4
*
Hob: Get image name internally when updating the image description
Dongxiao Xu
2012-05-22
2
-3
/
+4
*
Hob: Add filter for images listed in image combo
Dongxiao Xu
2012-05-22
3
-4
/
+39
*
Hob: reimplement the proxy page
Shane Wang
2012-05-22
3
-111
/
+309
*
fetch2: Also exclude urls containing wildcards from checksumming for now
Richard Purdie
2012-05-22
1
-0
/
+2
*
bb/fetch2/__init__.py: Don't try to compute checksums for directories
Andrei Gherzan
2012-05-21
1
-0
/
+5
*
hob: update required pygtk to 2.22.0 and gtk+ to 2.20.0
Joshua Lock
2012-05-20
1
-1
/
+1
*
lib/bb/ui/crumbs/[package|recipe]selectionpage: include button
Joshua Lock
2012-05-20
2
-4
/
+16
*
lib/bb/ui/crumbs/imageconfiguration: fix combo boxes drop-down width
Joshua Lock
2012-05-20
1
-2
/
+0
*
lib/bb/ui/crumbs/hobwidget: use light text in HobIndicator
Joshua Lock
2012-05-20
1
-1
/
+1
*
lib/bb/ui/crumbs/: replace custom HobNotebook
Joshua Lock
2012-05-20
4
-394
/
+119
*
Hob:add function about clicked a row to load image file for 'my images' page
Liming An
2012-05-20
1
-2
/
+16
*
Hob: Apply a line length to consistantly display image descriptions
Liming An
2012-05-20
1
-0
/
+2
*
knotty2: return exit code
Enrico Scholz
2012-05-20
1
-1
/
+1
*
bitbake/fetch: Spell out which fetcher backends support and recommend checksums
Richard Purdie
2012-05-20
4
-1
/
+30
*
bitbake/fetch: If checksums are available, check them for any file, local or ...
Richard Purdie
2012-05-20
1
-21
/
+19
*
bitbake/fetch2: Improve visibility of checksum warnings when fetching from mi...
Richard Purdie
2012-05-20
1
-5
/
+15
*
bitbake/fetch2: Improve stamp creation in mirror code
Richard Purdie
2012-05-20
1
-4
/
+4
*
bitbake/fetch2: Remove hardcoded file removal and use clean method
Richard Purdie
2012-05-20
1
-4
/
+2
*
lib/bb/siggen.py: ensure dumped signatures have group R/W
Joshua Lock
2012-05-13
1
-2
/
+4
*
lib/bb/siggen: use open() rather than the file constructor
Joshua Lock
2012-05-13
1
-4
/
+4
*
bitbake/tests: Add test of the git fetcher
Richard Purdie
2012-05-13
1
-0
/
+21
*
bitbake/fetch2/git: Set a default for the GITDIR variable
Richard Purdie
2012-05-13
1
-2
/
+3
*
bitbake/fetch2/git: Don't set the branch name to None, that makes no sense
Richard Purdie
2012-05-13
1
-1
/
+2
*
bitbake/runqueue: Drop check_stamp_fn, it's obsolete and should not be used
Richard Purdie
2012-05-11
1
-11
/
+0
*
bitbake/runqueue: Drop check_stamps function, it is obsolete and unused
Richard Purdie
2012-05-11
1
-94
/
+0
*
bitbake/runqueue: Fix 'full' stamp checking to be more efficient and cache re...
Richard Purdie
2012-05-11
1
-6
/
+16
*
runqueue: drop unnecessary keys() in runqueue_process_waitpid
Christopher Larson
2012-05-11
1
-1
/
+1
*
runqueue: handle task exit due to signal/stop
Christopher Larson
2012-05-11
1
-11
/
+22
*
Hob: change the workflow about click 'Run Image' to run directly after builde...
Liming An
2012-05-09
2
-82
/
+109
*
Hob: add group number show and 'bold' visible effect for Package view
Liming An
2012-05-09
3
-7
/
+65
*
Hob: add original url show function with the tooltip hyperlink for user
Liming An
2012-05-09
1
-0
/
+19
*
Hob: change the refresh icon speed to make it view clear
Liming An
2012-05-09
1
-1
/
+1
*
Hob: Clear the building status if command failed
Dongxiao Xu
2012-05-07
1
-0
/
+2
*
bitbake/tests/fetch: Add simple http fetcher tests
Richard Purdie
2012-05-07
1
-0
/
+42
*
bitbake/fetch2/wget: Add fallback/default wget commands
Richard Purdie
2012-05-07
1
-4
/
+4
*
bitbake/fetch2/wget: Remove unneeded function indirection and reindent
Richard Purdie
2012-05-07
1
-26
/
+23
*
bitbake/fetch2/wget: Remove unnecessary use of OVERRIDES
Richard Purdie
2012-05-07
1
-7
/
+3
*
bitbake/fetch2: When unpacking, only use PATH variable if its set
Richard Purdie
2012-05-07
1
-1
/
+3
*
bitbake/fetch2: Remove WORKDIR reference, should use passed parameter
Richard Purdie
2012-05-07
1
-1
/
+1
*
bitbake: Fixup bitbake-selftest
Richard Purdie
2012-05-04
1
-0
/
+0
*
bitbake: Add start of bitbake regression/self testing
Richard Purdie
2012-05-04
5
-0
/
+833
*
bitbake/utils: Convert vercmp_string() to use vercmp internally
Richard Purdie
2012-05-04
1
-124
/
+4
*
bitbake/fetch2: Fix spelling error in network access error message
Jeff Polk
2012-05-04
1
-1
/
+1
*
fetch2/git: Allow file:// URLs without checking for network access
Jeff Polk
2012-05-04
1
-3
/
+6
*
Update version to 1.15.2 (correspdoning to Yocto 1.2 release)
Richard Purdie
2012-05-01
1
-1
/
+1
*
Hob: Issue sanity check after parse is completed
Dongxiao Xu
2012-04-24
2
-7
/
+16
*
Hob: Add proxy setting into setting's md5
Dongxiao Xu
2012-04-24
1
-0
/
+9
*
event.py: Add SanityCheck and SanityCheckPassed events
Dongxiao Xu
2012-04-24
1
-0
/
+10
*
hob: enable sanity checks after launch
Joshua Lock
2012-04-23
2
-0
/
+5
[next]