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
/
bb
/
fetch2
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: fetch2: Ensure star character doesn't end up in mirror tarball names
Richard Purdie
2012-06-25
2
-2
/
+2
*
bitbake: fetch2: Add new mirror syntax to simplify mirror specifications
Richard Purdie
2012-06-25
1
-2
/
+11
*
bitbake: fetch2: Handle errors orruring when building mirror urls
Richard Purdie
2012-06-25
1
-2
/
+11
*
bitbake: git.py: Remove -l option, its not necessary
Richard Purdie
2012-06-25
1
-1
/
+2
*
bitbake: fetch2/git.py: Optimize clone fall back when it is local
Jason Wessel
2012-06-21
1
-1
/
+3
*
bitbake: fetch2: Update replace_uri to handle uri types explicitly
Richard Purdie
2012-06-21
1
-0
/
+6
*
bitbake: fetch2: uri_replace() only consider ud.localpath where its a file
Richard Purdie
2012-06-21
1
-1
/
+1
*
bitbake: fetch2: uri_replace() improve mirrortarball handling
Richard Purdie
2012-06-21
1
-1
/
+4
*
bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...
Richard Purdie
2012-06-21
1
-2
/
+2
*
bitbake: fetch2: Add parameter handling to uri_replace()
Richard Purdie
2012-06-21
1
-1
/
+9
*
bitbake: fetch2: Remove basestring test and simplify uri_replace
Richard Purdie
2012-06-21
1
-17
/
+18
*
bitbake: fetch2: Simplify some looping constructs in uri_replace()
Richard Purdie
2012-06-21
1
-3
/
+2
*
bitbake: fetch2: Improve mirror looping to consider more cases
Richard Purdie
2012-06-21
1
-12
/
+29
*
bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling code
Richard Purdie
2012-06-21
1
-1
/
+2
*
bitbake: fetch2: Split try_mirrors into two parts
Richard Purdie
2012-06-21
1
-52
/
+59
*
bitbake: fetch2: Ensure when downloading we are consistently in the same dire...
Richard Purdie
2012-06-21
1
-1
/
+5
*
bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...
Richard Purdie
2012-06-21
1
-2
/
+2
*
bitbake: fetch2: Fix error handling in uri_replace()
Richard Purdie
2012-06-21
1
-1
/
+2
*
bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...
Richard Purdie
2012-06-21
1
-2
/
+4
*
fetch2/local: Ensure quoting is handled correctly from the url
Richard Purdie
2012-06-14
1
-1
/
+3
*
fetch2: Fix missing output from stderr in fetcher logs
Jason Wessel
2012-06-14
1
-3
/
+2
*
lib/bb/fetch2: ignore remote URIs when doing file checksums
Paul Eggleton
2012-05-30
1
-6
/
+20
*
lib/bb/fetch2: fix comments for verify_checksum
Paul Eggleton
2012-05-25
1
-6
/
+3
*
replace os.popen with subprocess.Popen
Robert Yang
2012-05-23
2
-7
/
+8
*
replace os.system with subprocess.call
Robert Yang
2012-05-23
1
-1
/
+2
*
bitbake: implement checksums for local files in SRC_URI
Paul Eggleton
2012-05-23
1
-0
/
+85
*
fetch2: quote/unquote url paths
Christopher Larson
2012-05-22
1
-3
/
+4
*
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
*
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
*
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/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/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
*
Hob: add fadeout display effection for recipe view include page
Liming An
2012-04-11
1
-3
/
+4
*
bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownlo...
Richard Purdie
2012-03-23
2
-0
/
+2
*
bitbake/fetch2: Fix typo which broke use of tarballs
Gary Thomas
2012-03-16
1
-1
/
+1
*
bitbake/fetch: Fix uri_replace
Richard Purdie
2012-03-15
1
-6
/
+7
*
stderr would previously be appended to stdout, corrupting the result when som...
Adrien Bustany
2012-03-02
1
-23
/
+17
*
fetch2/git: create bareclone option
Bruce Ashfield
2012-02-24
1
-1
/
+16
*
fetch2/git: Add workaround for clone using alternates problem
Richard Purdie
2012-02-01
1
-1
/
+1
[next]