Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dsiggen.py21basepath = '/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld_1.2.3.bb:do_sometask'
24 actual_cleaned = bb.siggen.clean_basepath(basepath)
29basepath = 'virtual:something:/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld_1.2.3…
32 actual_cleaned = bb.siggen.clean_basepath(basepath)
37basepath = 'mc:somemachine:/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld_1.2.3.bb…
40 actual_cleaned = bb.siggen.clean_basepath(basepath)
45basepath = 'virtual:something:A:B:C:/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld…
48 actual_cleaned = bb.siggen.clean_basepath(basepath)
53basepath = 'mc:somemachine:virtual:something:/full/path/to/poky/meta/recipes-whatever/helloworld/h…
56 actual_cleaned = bb.siggen.clean_basepath(basepath)
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Ddevtool19 basepath = '' variable
62 self.init_path = os.path.join(basepath, pth)
69 … self.workspace_path = self.get('General', 'workspace_path', os.path.join(basepath, 'workspace'))
98 _create_workspace(config.workspace_path, config, basepath)
100 _enable_workspace_layer(config.workspace_path, config, basepath)
135 def create_workspace(args, config, basepath, workspace): argument
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
[all …]
/OK3568_Linux_fs/yocto/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 Dstandard.py31 def add(args, config, basepath, workspace): argument
162 …stdout, _ = exec_build_env_command(config.init_path, basepath, 'recipetool --color=%s create --dev…
219 tinfoil = setup_tinfoil(config_only=True, basepath=basepath)
408 def extract(args, config, basepath, workspace): argument
412 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
422 … = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.…
432 def sync(args, config, basepath, workspace): argument
436 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
446 …_ = _extract_source(srctree, args.keep_temp, args.branch, True, config, basepath, workspace, args.…
486 def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, workspace, fixed_setup, … argument
[all …]
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 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 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.py31 def menuconfig(args, config, basepath, workspace): argument
39 tinfoil = setup_tinfoil(basepath=basepath)
69 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.py22 def build_sdk(args, config, basepath, workspace): argument
34 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__.py93 def setup_tinfoil(config_only=False, basepath=None, tracking=False): argument
98 if basepath:
99 os.chdir(basepath)
312 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument
323 confdir = os.path.join(basepath, 'conf')
H A Dupgrade.py502 def upgrade(args, config, basepath, workspace): argument
512 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
559 …standard._extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.…
577 update_unlockedsigs(basepath, workspace, args.fixed_setup, [pn])
590 def latest_version(args, config, basepath, workspace): argument
592 tinfoil = setup_tinfoil(basepath=basepath, tracking=True)
610 def check_upgrade_status(args, config, basepath, workspace): argument
H A Ddeploy.py138 def deploy(args, config, basepath, workspace): argument
155 tinfoil = setup_tinfoil(basepath=basepath)
270 def undeploy(args, config, basepath, workspace): argument
/OK3568_Linux_fs/buildroot/support/testing/tests/utils/
H A Dtest_check_package.py41 WITH_UTILS_IN_PATH = {"PATH": infra.basepath("utils") + ":" + os.environ["PATH"]}
84 abs_script = infra.basepath(base_script)
85 abs_file = infra.basepath(base_file)
86 cwd = infra.basepath(rel_cwd)
114 self.WITH_EMPTY_PATH, infra.basepath())
118 self.WITH_EMPTY_PATH, infra.basepath())
124 abs_script = infra.basepath(base_script)
125 abs_file = infra.basepath(base_file)
126 cwd = infra.basepath(rel_cwd)
163 self.WITH_UTILS_IN_PATH, infra.basepath())
[all …]
/OK3568_Linux_fs/yocto/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'
/OK3568_Linux_fs/kernel/scripts/
H A Ddecode_stacktrace.sh14 basepath="auto"
31 basepath=${2-auto}
144 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
204 if [[ $basepath == "auto" ]] ; then
208 basepath=${symbol#kernel_init (}
209 basepath=${basepath%/init/main.c:*)}
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py274 def check_developers(developers, basepath=None): argument
277 if basepath is None:
278 basepath = os.getcwd()
279 cmd = ["git", "--git-dir", os.path.join(basepath, ".git"), "ls-files"]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dresulttooltests.py7 basepath = os.path.abspath(os.path.dirname(__file__) + '/../../../../../') variable
8 lib_path = basepath + '/scripts/lib'
/OK3568_Linux_fs/yocto/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')
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py781 def clean_basepath(basepath): argument
782 basepath, dir, recipe_task = basepath.rsplit("/", 2)
785 if basepath[0] == '/':
788 if basepath.startswith("mc:") and basepath.count(':') >= 2:
789 mc, mc_name, basepath = basepath.split(":", 2)
797 if basepath[0] != '/':
798 cleaned += ':' + basepath.split(':/', 1)[0]

12