Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py16 from bb.utils import export_proxies
25 export_proxies(d)
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py65 from bb.utils import export_proxies
73 export_proxies(d)
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py9 from bb.utils import export_proxies
11 export_proxies(d)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass180 from bb.utils import export_proxies
321 export_proxies(d)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.8.rst31 - bitbake: bb/utils: include SSL certificate paths in export_proxies
H A Drelease-notes-4.1.3.rst43 - bitbake: bb/utils: include SSL certificate paths in export_proxies
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb54 bb.utils.export_proxies(d)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1729 def export_proxies(d): function