Home
last modified time | relevance | path

Searched refs:host_gcc_version (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duninative.bbclass135 d.setVar("NATIVELSBSTRING", "universal%s" % oe.utils.host_gcc_version(d))
H A Dpopulate_sdk_base.bbclass306 -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d, taskcontextonly=True)}#g' \
H A Dpopulate_sdk_ext.bbclass483 # uninative.bbclass sets NATIVELSBSTRING to 'universal%s' % oe.utils.host_gcc_version(d)
484 fixedlsbstring = "universal%s" % oe.utils.host_gcc_version(d)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py434 def host_gcc_version(d, taskcontextonly=False): function