]> code.ossystems Code Review - openembedded-core.git/commit
distrodata: Take account proxies on distrodata tasks
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Wed, 2 Sep 2015 08:59:43 +0000 (08:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 13:13:47 +0000 (14:13 +0100)
commit7d1c3470bb06e43245ccb7f067121de606506430
treeb36d1bb95b1bf21b84422a731f6468b82f0d23a1
parentb54796d013c562972e962126400503085281b425
distrodata: Take account proxies on distrodata tasks

Proxies defined in the enviroment where not taken into account
on the distrodata tasks. This commit implied passing the datastore
into the distro_check library and context manager for the
urllib.urlopen function.

One way to run distrodata tasks is using 'universe' as target and the
'all' distrodata task:

      $ bitbake universe -c distrodataall
      $ bitbake universe -c distro_checkall
      $ bitbake universe -c checklicenseall

Logs are located under TMPDIR/log

[YOCTO #7567]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distrodata.bbclass
meta/lib/oe/distro_check.py