Lines Matching full:distro
28 # space separated list of additional distro vendor values we want to support e.g.
31 # Extra OE DISTRO that want to support as build host. space separated list of additional distro.
32 # ":" separated the ID in "/etc/os-release" and the triple for finding gcc on this OE DISTRO.
73 for distro in distros.split():
74 distro_id = distro.split(":")[0].replace('-','_')
75 distro_triple = distro.split(":")[1]
76 case += '\\n .Case("' + distro_id + '", Distro::' + distro_id.upper() + ')'
77 …triple += '\\n if (Distro.Is' + distro_id.upper() + '())\\n return "x86_64-' + distro_triple…
84 …d("sed -i 's#//CLANG_EXTRA_OE_DISTRO_NAME#%s#g' ${S}/clang/include/clang/Driver/Distro.h" % (name))
86 …"sed -i 's#//CLANG_EXTRA_OE_DISTRO_CHECK#%s#g' ${S}/clang/include/clang/Driver/Distro.h" % (check))
90 …cmd = d.expand("sed -i 's#//CLANG_EXTRA_OE_DISTRO_CASES#%s#g' -i ${S}/clang/lib/Driver/Distro.cpp"…