Home
last modified time | relevance | path

Searched refs:sdk_dir (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/cases/
H A Dgcc.py24 os.path.join(self.tc.sdk_dir, f))
33 self._run('$CC %s/test.c -o %s/test -lm' % (self.tc.sdk_dir, self.tc.sdk_dir))
36 self._run('$CXX %s/test.c -o %s/test -lm' % (self.tc.sdk_dir, self.tc.sdk_dir))
39 self._run('$CXX %s/test.cpp -o %s/test -lm' % (self.tc.sdk_dir, self.tc.sdk_dir))
42 self._run('cd %s; make -f testsdkmakefile' % self.tc.sdk_dir)
46 files = [os.path.join(self.tc.sdk_dir, f) \
H A Dbuildlzip.py15 with tempfile.TemporaryDirectory(prefix="lzip", dir=self.tc.sdk_dir) as testdir:
H A Dbuildcpio.py19 with tempfile.TemporaryDirectory(prefix="cpio-", dir=self.tc.sdk_dir) as testdir:
H A Dbuildepoxy.py23 with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir:
H A Dassimp.py25 with tempfile.TemporaryDirectory(prefix="assimp", dir=self.tc.sdk_dir) as testdir:
H A Dbuildgalculator.py26 with tempfile.TemporaryDirectory(prefix="galculator", dir=self.tc.sdk_dir) as testdir:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py44 sdk_dir = d.expand("${WORKDIR}/testsdkext/")
45 bb.utils.remove(sdk_dir, True)
46 bb.utils.mkdirhier(sdk_dir)
48 subprocess.check_output("%s -y -d %s" % (tcname, sdk_dir), shell=True)
51 logfn = os.path.join(sdk_dir, 'preparing_build_system.log')
60 sdk_envs = OESDKExtTestContextExecutor._get_sdk_environs(sdk_dir)
69 with open(os.path.join(sdk_dir, 'conf', 'auto.conf'), 'a+') as f:
77 sdk_env, cwd=sdk_dir, shell=True, stderr=subprocess.STDOUT)
79 tc = OESDKExtTestContext(td=test_data, logger=logger, sdk_dir=sdk_dir,
103 bb.utils.remove(sdk_dir+'workspace/sources', True)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcontext.py17 def __init__(self, td=None, logger=None, sdk_dir=None, sdk_env=None, argument
21 self.sdk_dir = sdk_dir
101 self.tc_kwargs['init']['sdk_dir'] = args.sdk_dir
110 def _get_sdk_environs(sdk_dir): argument
113 environ_pattern = sdk_dir + '/environment-setup-*'
114 full_sdk_env = glob.glob(sdk_dir + '/environment-setup-*')
124 % args.sdk_dir)
132 if not args.sdk_dir:
136 sdk_envs = OESDKTestContextExecutor._get_sdk_environs(args.sdk_dir)
139 "environments found at %s" % args.sdk_dir, self.name)
H A Dtestsdk.py48 def extract_sdk(self, tcname, sdk_dir, d): argument
55 subprocess.check_output("cd %s; %s <<EOF\n./\nY\nEOF" % (sdk_dir, tcname), shell=True)
103 sdk_dir = d.expand("${WORKDIR}/testimage-sdk/")
104 bb.utils.remove(sdk_dir, True)
105 bb.utils.mkdirhier(sdk_dir)
109 self.extract_sdk(tcname, sdk_dir, d)
112 sdk_envs = self.context_executor_class._get_sdk_environs(sdk_dir)
116 tc = self.context_class(td=test_data, logger=logger, sdk_dir=sdk_dir,
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/cases/
H A Ddevtool.py21 cls.myapp_dst = os.path.join(cls.tc.sdk_dir, "myapp")
28 cls.myapp_cmake_dst = os.path.join(cls.tc.sdk_dir, "myapp_cmake")
55 self.assertEqual(output.startswith(self.tc.sdk_dir), True, \
101 self.publish_dir = os.path.join(self.tc.sdk_dir, 'esdk_publish')
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/
H A Dbuild.py15 … with tempfile.TemporaryDirectory(prefix='docs-tarball-build-', dir=self.tc.sdk_dir) as testdir:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/buildtools-cases/
H A Dsanity.py18 sdk_base = os.path.realpath(self.tc.sdk_dir)
H A Dgcc.py15 sdk_base = os.path.realpath(self.tc.sdk_dir)
H A Dbuild.py16 with tempfile.TemporaryDirectory(prefix='bitbake-build-', dir=self.tc.sdk_dir) as testdir:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py83 sdk_dir = bb_vars['TEST_EXPORT_SDK_DIR']
88 tarball_path = os.path.join(testexport_dir, sdk_dir, tarball_name)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1894 sdk_dir = os.path.join(tmpdir, 'deploy', 'sdk')
1898 for dir_path, _, filenames in os.walk(sdk_dir):
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dintro.rst428 cls.myapp_dst = os.path.join(cls.tc.sdk_dir, "myapp")