index
:
bitbake
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.28
1.3
1.30
1.32
1.34
1.36
1.38
1.4
1.40
1.42
1.44
1.46
1.48
1.50
1.52
1.6
1.8
2.0
2.10
2.2
2.4
2.6
2.8
master
master-next
master-poky
next
pristine-tar
sphinx
wmat
wmat2
Bitbake Development tree
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bb
/
fetch2
/
repo.py
Age
Commit message (
Expand
)
Author
2017-12-04
fetch2: Fix missing logger import in repo fetcher
Oleksandr Andrushchenko
2017-02-28
fetch2: don't use deprecated bb.data APIs
Andre McCurdy
2016-11-30
bitbake: remove True option to getVar calls
Joshua Lock
2016-11-23
lib/bb: Don't use deprecated bb.data.getVar/setVar API
Richard Purdie
2016-08-19
fetch2: preserve current working directory
Matt Madison
2016-08-10
fetch: Fix use of tar's --exclude option for tar >= 1.29
Mariano Lopez
2013-11-21
fetch2: Stop passing around the pointless url parameter
Richard Purdie
2011-03-02
fetch, fetch2: Get rid of DeprecationWarning notice
Khem Raj
2011-02-21
bitbake/fetch2: Add explict network access exception and handling to give use...
Richard Purdie
2011-02-10
bitbake/fetch2: Rename Fetch class to FetchMethod
Richard Purdie
2011-02-10
bitbake/fetch2: Define a sane localpath function and remove code duplication
Richard Purdie
2011-02-10
bitbake/fetch2: Move ud.localfile setup into urldata_init
Richard Purdie
2011-02-10
bitbake/fetch2: Instrument fetchers when making network access
Yu Ke
2011-02-10
bb.fetch2: rename "go" with "download" to better reflect its functionality
Yu Ke
2011-01-10
bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch
Yu Ke
2011-01-10
bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaul
Yu Ke