Richard Purdie
d4d4aab8dc
bitbake/fetch2/wget: Add fallback/default wget commands
...
(Bitbake rev: 9586808572d06de4127f6a524e87e9ad75232423)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2012-05-07 11:03:00 +01:00
Richard Purdie
c77bcfbfe3
bitbake/fetch2/wget: Remove unneeded function indirection and reindent
...
(Bitbake rev: 769b92b14a1dfbbf697b8f4bf9a5a828807fd885)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2012-05-07 11:03:00 +01:00
Richard Purdie
3d74d5eed9
bitbake/fetch2/wget: Remove unnecessary use of OVERRIDES
...
This allows some simplifications of the function and is slightly faster.
(Bitbake rev: 5999dc9985ad087c036611bfaa59b090a08781a6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2012-05-07 11:03:00 +01:00
Joshua Lock
9e4dc60c75
fetch2/wget: make checkstatus() quieter
...
Change the wget fetcher to not emit the commands output when calling checkstatus, this
matches the behaviour of the git fetchers checkstatus() method.
(Bitbake rev: 5896d8ff7bcf85b3bab20fc27c4c15e87f86b4d9)
Signed-off-by: Joshua Lock <josh@linux.intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-09-20 22:24:09 +01:00
Richard Purdie
05d8b6422d
bitbake/fetch2/wget: Fix missing string parameter reference
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-02-11 12:16:44 +00:00
Saul Wold
232b6f3c92
fetch2: add runfetchcmd to import for fetchers
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2011-02-07 16:28:35 -08:00
Richard Purdie
7202a77134
bitbake/fetch2: Use True instead of integer values
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-02-07 09:06:37 +00:00
Richard Purdie
ab0dd13974
bitbake/fetch2: Rename Fetch class to FetchMethod
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-02-07 09:06:36 +00:00
Richard Purdie
d08397ba4d
bitbake/fetch2: Rewrite and improve exception handling, reusing core functions for common operations where possible
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-02-07 09:06:36 +00:00
Richard Purdie
5a52cb80d6
bitbake/fetch2: Define a sane localpath function and remove code duplication
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-02-07 09:06:35 +00:00
Richard Purdie
972eb5faba
bitbake/fetch2: Move ud.localfile setup into urldata_init
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-02-07 09:06:35 +00:00
Yu Ke
029f8584d5
bitbake/fetch2: Instrument fetchers when making network access
...
Signed-off-by: Yu Ke <ke.yu@intel.com >
2011-01-25 12:32:50 +00:00
Yu Ke
e05918937c
bb.fetch2: rename "go" with "download" to better reflect its functionality
...
no functional change
Signed-off-by: Yu Ke <ke.yu@intel.com >
2011-01-25 12:25:47 +00:00
Yu Ke
c64b445f38
bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch
...
bb.fetch2 is copied from bb.fetch, and has many bb.fetch referrence.
Fix these referrence with bb.fetch2 referrence
Signed-off-by: Yu Ke <ke.yu@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-01-10 18:05:07 +00:00
Yu Ke
4dccd92439
bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaul
...
Signed-off-by: Yu Ke <ke.yu@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2011-01-10 14:23:36 +00:00