Home
last modified time | relevance | path

Searched refs:basepath (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/openbmc/poky/scripts/
H A Ddevtool33 basepath = None variable in ConfigHandler
39 def __init__(self, basepath, filename): argument
40 self.basepath = basepath
60 self.init_path = os.path.join(self.basepath, pth)
67 …self.workspace_path = self.get('General', 'workspace_path', os.path.join(self.basepath, 'workspace…
90 def read_workspace(basepath, context): argument
98 _create_workspace(context.config.workspace_path, basepath)
100 _enable_workspace_layer(context.config.workspace_path, context.config, basepath)
137 def create_workspace(args, config, basepath, _workspace): argument
141 workspacedir = os.path.abspath(os.path.join(basepath, 'workspace'))
[all …]
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool33 basepath = None
39 def __init__(self, basepath, filename):
40 self.basepath = basepath
60 self.init_path = os.path.join(self.basepath, pth)
67 self.workspace_path = self.get('General', 'workspace_path', os.path.join(self.basepath, 'workspace'))
90 def read_workspace(basepath, context):
98 _create_workspace(context.config.workspace_path, basepath)
100 _enable_workspace_layer(context.config.workspace_path, context.config, basepath)
137 def create_workspace(args, config, basepath, _workspac
19 basepath = '' global() variable
135 create_workspace(args, config, basepath, workspace) global() argument
147 _create_workspace(workspacedir, config, basepath, layerseries=None) global() argument
191 _enable_workspace_layer(workspacedir, config, basepath) global() argument
[all...]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsdk.py84 def check_manifest(fn, basepath): argument
93 curr_chksum = bb.utils.sha256_file(os.path.join(basepath, fpath))
95 …logger.debug('File %s changed: old csum = %s, new = %s' % (os.path.join(basepath, fpath), curr_chk…
99 def sdk_update(args, config, basepath, workspace): argument
107 logger.debug("basepath = %s" % basepath)
108 old_locked_sig_file_path = os.path.join(basepath, 'conf/locked-sigs.inc')
113 logger.debug("Found conf/locked-sigs.inc in %s" % basepath)
119 layers_dir = os.path.join(basepath, 'layers')
120 conf_dir = os.path.join(basepath, 'conf')
123 tinfoil = setup_tinfoil(config_only=True, basepath=basepath)
[all …]
H A Dutilcmds.py23 def _find_recipe_path(args, config, basepath, workspace): argument
31 tinfoil = setup_tinfoil(config_only=False, basepath=basepath)
42 def find_recipe(args, config, basepath, workspace): argument
44 recipefile = _find_recipe_path(args, config, basepath, workspace)
49 def edit_recipe(args, config, basepath, workspace): argument
51 return scriptutils.run_editor(_find_recipe_path(args, config, basepath, workspace), logger)
54 def configure_help(args, config, basepath, workspace): argument
59 tinfoil = setup_tinfoil(config_only=False, basepath=basepath)
87 stdout, _ = exec_build_env_command(config.init_path, basepath,
H A Dpackage.py17 def package(args, config, basepath, workspace): argument
21 tinfoil = setup_tinfoil(basepath=basepath, config_only=True)
33 …exec_build_env_command(config.init_path, basepath, 'bitbake -c %s %s' % (package_task, args.recipe…
H A Dbuild_image.py35 def build_image(args, config, basepath, workspace): argument
53 result, outputdir = build_image_task(config, basepath, workspace, image, add_packages)
65 def build_image_task(config, basepath, workspace, image, add_packages=None, task=None, extra_append… argument
78 tinfoil = setup_tinfoil(basepath=basepath)
139 exec_build_env_command(config.init_path, basepath,
H A Dstandard.py33 def add(args, config, basepath, workspace): argument
167 …stdout, _ = exec_build_env_command(config.init_path, basepath, 'recipetool --color=%s create --dev…
224 tinfoil = setup_tinfoil(config_only=True, basepath=basepath)
432 def extract(args, config, basepath, workspace): argument
434 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
444 … = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.…
454 def sync(args, config, basepath, workspace): argument
456 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
466 …_ = _extract_source(srctree, args.keep_temp, args.branch, True, config, basepath, workspace, args.…
476 def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, workspace, fixed_setup, … argument
[all …]
H A Drunqemu.py19 def runqemu(args, config, basepath, workspace): argument
22 tinfoil = setup_tinfoil(config_only=True, basepath=basepath)
48 …exec_build_env_command(config.init_path, basepath, 'runqemu %s %s %s' % (machine, imagename, " ".j…
H A Dmenuconfig.py30 def menuconfig(args, config, basepath, workspace): argument
37 tinfoil = setup_tinfoil(basepath=basepath)
66 exec_build_env_command(config.init_path, basepath, 'bitbake -c menuconfig %s' % pn, watch=True)
H A Dbuild.py44 def build(args, config, basepath, workspace): argument
47 tinfoil = setup_tinfoil(config_only=False, basepath=basepath)
74 … exec_build_env_command(config.init_path, basepath, 'bitbake %s' % ' '.join(bbargs), watch=True)
H A Dsearch.py19 def search(args, config, basepath, workspace): argument
22 tinfoil = setup_tinfoil(config_only=False, basepath=basepath)
H A Dbuild_sdk.py15 def build_sdk(args, config, basepath, workspace): argument
27 basepath,
H A Dimport.py21 def devimport(args, config, basepath, workspace): argument
59 tinfoil = setup_tinfoil(config_only=False, basepath=basepath)
H A D__init__.py96 def setup_tinfoil(config_only=False, basepath=None, tracking=False): argument
101 if basepath:
102 os.chdir(basepath)
337 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument
348 confdir = os.path.join(basepath, 'conf')
H A Dupgrade.py547 def upgrade(args, config, basepath, workspace): argument
557 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
604 …standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.…
624 update_unlockedsigs(basepath, workspace, args.fixed_setup, [pn])
637 def latest_version(args, config, basepath, workspace): argument
639 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
657 def check_upgrade_status(args, config, basepath, workspace): argument
H A Ddeploy.py136 def deploy(args, config, basepath, workspace): argument
142 tinfoil = setup_tinfoil(basepath=basepath)
282 def undeploy(args, config, basepath, workspace): argument
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptpath.py14 basepath = os.path.abspath(os.path.dirname(__file__) + '/../..')
15 newpath = basepath + '/meta/lib'
19 basepath = os.path.abspath(os.path.dirname(__file__) + '/../..')
21 if os.path.exists(basepath + '/bitbake/lib/bb'):
22 bitbakepath = basepath + '/bitbake'
/openbmc/linux/scripts/
H A Ddecode_stacktrace.sh36 basepath="auto"
54 basepath=${2-auto}
201 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
244 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
248 basepath=${symbol#kernel_init (}
249 basepath=${basepath%/init/main.c:*)}
/openbmc/openbmc/poky/meta-selftest/lib/devtool/
H A Dbbpath.py13 def print_name(args, config, basepath, workspace): argument
16 def print_bbdir(args, config, basepath, workspace): argument
19 def print_registered(args, config, basepath, workspace): argument
23 def multiloaded(args, config, basepath, workspace): argument
H A Dtest.py3 def selftest_reverse(args, config, basepath, workspace): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dyoctotestresultsquerytests.py13 basepath = os.path.abspath(os.path.dirname(__file__) + '/../../../../../') variable
14 lib_path = basepath + '/scripts/lib'
28 get_sha1(basepath, data["input"]), data["expected"])
H A Dresulttooltests.py9 basepath = os.path.abspath(os.path.dirname(__file__) + '/../../../../../') variable
10 lib_path = basepath + '/scripts/lib'
H A Dgitarchivetests.py9 basepath = os.path.abspath(os.path.dirname(__file__) + '/../../../../../') variable
10 lib_path = basepath + '/scripts/lib'
/openbmc/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf39 if not os.path.isdir(args.basepath):
43 doc_conf = os.path.join(args.basepath, 'meta', 'conf', 'documentation.conf')
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py34 ud.basepath = ud.decodedurl

12