Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/devtool/
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 -c build_native_sysroot…
304 …exec_build_env_command(config.init_path, basepath, 'bitbake build-sysroots -c build_target_sysroot…
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 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.py71 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 Dide_sdk.py964 config.init_path, basepath, bb_cmd_early, watch=True)
968 config.init_path, basepath, bb_cmd_late, watch=True)
H A Dstandard.py164 …stdout, _ = exec_build_env_command(config.init_path, basepath, 'recipetool --color=%s create --dev…
2034 … exec_build_env_command(config.init_path, basepath, 'bitbake -c clean %s' % ' '.join(targets))
/openbmc/openbmc/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):
/openbmc/openbmc/poky/scripts/esdk-tools/
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):
/openbmc/qemu/tests/image-fuzzer/
H A Drunner.py134 self.init_path = os.getcwd()
272 os.chdir(self.init_path)
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c2594 static int init_path(struct rtrs_clt_path *clt_path) in init_path() function
2652 err = init_path(clt_path); in rtrs_clt_reconnect_work()
2824 err = init_path(clt_path); in rtrs_clt_open()
3118 err = init_path(clt_path); in rtrs_clt_create_path_from_sysfs()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass231 config.set('General', 'init_path', conf_initpath)