Home
last modified time | relevance | path

Searched refs:init_path (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py27 def exec_build_env_command(init_path, builddir, cmd, watch=False, **options): argument
32 if init_path:
38 logger.debug('Executing command: "%s" using init path %s' % (cmd, init_path))
39 init_prefix = '. %s %s > /dev/null && ' % (init_path, builddir)
H A Dsdk.py227 …exec_build_env_command(config.init_path, basepath, 'bitbake --setscene-only %s' % ' '.join(sdk_upd…
228 …output, _ = exec_build_env_command(config.init_path, basepath, 'bitbake -n %s' % ' '.join(sdk_upda…
289 …exec_build_env_command(config.init_path, basepath, 'bitbake %s %s' % (options, ' '.join(install_ta…
303 exec_build_env_command(config.init_path, basepath, 'bitbake build-sysroots', watch=True)
H A Dpackage.py33 …exec_build_env_command(config.init_path, basepath, 'bitbake -c %s %s' % (package_task, args.recipe…
H A Drunqemu.py48 …exec_build_env_command(config.init_path, basepath, 'runqemu %s %s %s' % (machine, imagename, " ".j…
H A Dmenuconfig.py69 exec_build_env_command(config.init_path, basepath, 'bitbake -c menuconfig %s' % pn, watch=True)
H A Dbuild.py74 … exec_build_env_command(config.init_path, basepath, 'bitbake %s' % ' '.join(bbargs), watch=True)
H A Dbuild_image.py139 exec_build_env_command(config.init_path, basepath,
H A Dutilcmds.py87 stdout, _ = exec_build_env_command(config.init_path, basepath,
H A Dstandard.py162 …stdout, _ = exec_build_env_command(config.init_path, basepath, 'recipetool --color=%s create --dev…
1942 … exec_build_env_command(config.init_path, basepath, 'bitbake -c clean %s' % ' '.join(targets))
/OK3568_Linux_fs/yocto/poky/scripts/
H A Ddevtool39 init_path = '' variable in ConfigHandler
62 self.init_path = os.path.join(basepath, pth)
63 if not os.path.exists(self.init_path):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpopulate_sdk_ext.bbclass233 config.set('General', 'init_path', conf_initpath)