/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | sdk.py | 227 …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__.py | 27 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 D | package.py | 33 …exec_build_env_command(config.init_path, basepath, 'bitbake -c %s %s' % (package_task, args.recipe…
|
H A D | runqemu.py | 48 …exec_build_env_command(config.init_path, basepath, 'runqemu %s %s %s' % (machine, imagename, " ".j…
|
H A D | menuconfig.py | 71 exec_build_env_command(config.init_path, basepath, 'bitbake -c menuconfig %s' % pn, watch=True)
|
H A D | build.py | 74 … exec_build_env_command(config.init_path, basepath, 'bitbake %s' % ' '.join(bbargs), watch=True)
|
H A D | build_image.py | 139 exec_build_env_command(config.init_path, basepath,
|
H A D | utilcmds.py | 87 stdout, _ = exec_build_env_command(config.init_path, basepath,
|
H A D | ide_sdk.py | 964 config.init_path, basepath, bb_cmd_early, watch=True) 968 config.init_path, basepath, bb_cmd_late, watch=True)
|
H A D | standard.py | 164 …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 D | devtool | 39 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 D | devtool | 39 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 D | runner.py | 134 self.init_path = os.getcwd() 272 os.chdir(self.init_path)
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 2601 static int init_path(struct rtrs_clt_path *clt_path) in init_path() function 2659 err = init_path(clt_path); in rtrs_clt_reconnect_work() 2831 err = init_path(clt_path); in rtrs_clt_open() 3125 err = init_path(clt_path); in rtrs_clt_create_path_from_sysfs()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_ext.bbclass | 231 config.set('General', 'init_path', conf_initpath)
|