Home
last modified time | relevance | path

Searched refs:export_proxies (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py16 from bb.utils import export_proxies
24 export_proxies(d)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py73 from bb.utils import export_proxies
80 export_proxies(d)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Ddistro_check.py7 from bb.utils import export_proxies
9 export_proxies(d)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass207 from bb.utils import export_proxies
344 export_proxies(d)
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.8.rst31 - bitbake: bb/utils: include SSL certificate paths in export_proxies
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dcve-update-db-native.bb39 bb.utils.export_proxies(d)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py29 from bb.utils import export_proxies
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1644 def export_proxies(d): function