Searched refs:taskcontextonly (Results 1 – 2 of 2) sorted by relevance
417 def get_host_compiler_version(d, taskcontextonly=False): argument420 if taskcontextonly and d.getVar('BB_WORKERCONTEXT') != '1':445 def host_gcc_version(d, taskcontextonly=False): argument448 if taskcontextonly and d.getVar('BB_WORKERCONTEXT') != '1':
376 -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d, taskcontextonly=True)}#g' \