Searched refs:host_gcc_version (Results 1 – 4 of 4) sorted by relevance
143 d.setVar("NATIVELSBSTRING", "universal%s" % oe.utils.host_gcc_version(d))
443 def host_gcc_version(d, taskcontextonly=False): function
330 -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d, taskcontextonly=True)}#g' \
496 # uninative.bbclass sets NATIVELSBSTRING to 'universal%s' % oe.utils.host_gcc_version(d)497 …fixedlsbstring = "universal%s" % oe.utils.host_gcc_version(d) if bb.data.inherits_class('uninative…