Home
last modified time | relevance | path

Searched refs:target_os (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcase.py32 def check_elf(self, path, target_os=None, target_arch=None): argument
40 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]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch186 +case ${target_os} in
198 + PLATFORM_TRIPLET=${target_cpu}-${target_os}
200 + PLATFORM_TRIPLET=i386-${target_os}
/OK3568_Linux_fs/buildroot/package/beecrypt/
H A D0002-build-system.patch59 case $target_os in
92 case $target_os in
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsstate.py27 self.target_os = bb_vars['TARGET_OS']
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dinsane.bbclass328 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')
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch731 +target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
5450 +case "$target_os" in
5783 +case "$target_os" in
5966 + case "$target_os" in
8808 + (''' target_os ''', r''' $target_os ''')