Searched refs:workspacedir (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 88 self.workspacedir = os.path.join(self.builddir, 'workspace') 89 self.assertTrue(not os.path.exists(self.workspacedir), 292 self.track_for_cleanup(self.workspacedir) 295 …self.assertTrue(os.path.isfile(os.path.join(self.workspacedir, 'conf', 'layer.conf')), msg = "No w… 298 self.assertIn(self.workspacedir, result.output) 314 self.track_for_cleanup(self.workspacedir) 318 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 321 recipepath = '%s/recipes/%s/%s_%s.bb' % (self.workspacedir, pn, pn, pv) 360 self.track_for_cleanup(self.workspacedir) 364 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | devtool | 137 workspacedir = os.path.abspath(args.layerpath) 139 workspacedir = os.path.abspath(os.path.join(basepath, 'workspace')) 140 _create_workspace(workspacedir, config, basepath) 142 _enable_workspace_layer(workspacedir, config, basepath) 144 def _create_workspace(workspacedir, config, basepath): argument 147 confdir = os.path.join(workspacedir, 'conf') 164 with open(os.path.join(workspacedir, 'README'), 'w') as f: 181 def _enable_workspace_layer(workspacedir, config, basepath): argument 188 if os.path.abspath(workspacedir) != os.path.abspath(config.workspace_path): 192 _, added = bb.utils.edit_bblayers_conf(bblayers_conf, workspacedir, removedir) [all …]
|