Searched refs:target_os (Results 1 – 6 of 6) sorted by relevance
32 def check_elf(self, path, target_os=None, target_arch=None): argument40 if not target_os or not target_arch:42 target_os, target_arch = output.strip().split(":")44 machine_data = oe.elf.machine_dict(None)[target_os][target_arch]
186 +case ${target_os} in198 + PLATFORM_TRIPLET=${target_cpu}-${target_os}200 + PLATFORM_TRIPLET=i386-${target_os}
59 case $target_os in92 case $target_os in
27 self.target_os = bb_vars['TARGET_OS']
328 target_os = d.getVar('HOST_OS')350 = oe.elf.machine_dict(d)[target_os][target_arch]354 (target_os == "linux-gnux32" or target_os == "linux-muslx32" or \355 target_os == "linux-gnu_ilp32" or re.match(r'mips64.*32', d.getVar('DEFAULTTUNE')))700 target_os = d.getVar('HOST_OS')
731 +target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`5450 +case "$target_os" in5783 +case "$target_os" in5966 + case "$target_os" in8808 + (''' target_os ''', r''' $target_os ''')