Re: [OE-core] [PATCH 17/21] oeqa/utils/targetbuild: change download to use bitbake's fetcher

2013-08-23 Thread Paul Eggleton
Hi Stefan, On Friday 23 August 2013 18:30:57 Stefan Stanacar wrote: > Use bb.fetcher2 instead of running our own wget command > (helps with proxy too). Also no need to use the class attribute target, > use self.target, as the tests pass that to the class. > Also, we shouldn't clean the archive, no

[OE-core] [PATCH 17/21] oeqa/utils/targetbuild: change download to use bitbake's fetcher

2013-08-23 Thread Stefan Stanacar
Use bb.fetcher2 instead of running our own wget command (helps with proxy too). Also no need to use the class attribute target, use self.target, as the tests pass that to the class. Also, we shouldn't clean the archive, now that it gets to DL_DIR. Signed-off-by: Stefan Stanacar --- meta/lib/oeqa