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: 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
*
bitbake/fetch2: allow resuming interrupted fetch
Paul Eggleton
2012-01-20
1
-3
/
+3
*
bitbake/fetch2: reduce output for fetch failures
Paul Eggleton
2012-01-15
1
-1
/
+6
*
bitbake/fetch2: correctly decode exit signal/status
Paul Eggleton
2012-01-15
1
-4
/
+7
*
bitbake/fetch2: improve error formatting for fetcher errors
Paul Eggleton
2012-01-15
1
-4
/
+7
*
fetch2/git: change colon to dot in ud.host
Juraj Hercek
2012-01-04
1
-1
/
+1
*
fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabled
Joshua Lock
2011-12-05
1
-3
/
+3
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
2
-41
/
+41
*
fetch2: Improve uri_replace to handle paths with no trailing '/'
Richard Purdie
2011-11-24
1
-3
/
+10
*
fetch2/local: Don't default to files in DL_DIR for file:// urls
Richard Purdie
2011-11-24
1
-3
/
+1
*
fetch2: enable checksum definition as SRC_URI parameter
Joshua Lock
2011-10-24
1
-2
/
+8
*
fetch2: improve usability of checksums
Joshua Lock
2011-10-24
1
-34
/
+38
*
fetch2: Export additional variables to the fetchers
Matthew McClintock
2011-10-06
1
-1
/
+2
*
fetch2/git: Make git fetch run with -f so rebased branches don't fail
Matthew McClintock
2011-10-04
1
-1
/
+1
*
Fix mercurial fetcher in fetch2
1.1_M4.rc3
Julian Pidancet
2011-09-21
1
-1
/
+1
*
fetch2/git: fix subpath destination directory
Paul Eggleton
2011-09-20
1
-1
/
+3
*
fetch2/git: be more carefull in _contains_ref when checking git log output
Martin Jansa
2011-09-20
1
-1
/
+4
[next]