Home
last modified time | relevance | path

Searched refs:taskcontextonly (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py406 def get_host_compiler_version(d, taskcontextonly=False): argument
409 if taskcontextonly and d.getVar('BB_WORKERCONTEXT') != '1':
434 def host_gcc_version(d, taskcontextonly=False): argument
437 if taskcontextonly and d.getVar('BB_WORKERCONTEXT') != '1':
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpopulate_sdk_base.bbclass306 -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d, taskcontextonly=True)}#g' \