/openbmc/openbmc/poky/scripts/ |
H A D | devtool | 33 basepath = None variable in ConfigHandler 39 def __init__(self, basepath, filename): argument 90 def read_workspace(basepath, context): argument 137 def create_workspace(args, config, basepath, _workspace): argument 149 def _create_workspace(workspacedir, basepath, layerseries=None): argument 193 def _enable_workspace_layer(workspacedir, config, basepath): argument
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | utilcmds.py | 23 def _find_recipe_path(args, config, basepath, workspace): argument 42 def find_recipe(args, config, basepath, workspace): argument 49 def edit_recipe(args, config, basepath, workspace): argument 54 def configure_help(args, config, basepath, workspace): argument
|
H A D | standard.py | 33 def add(args, config, basepath, workspace): argument 432 def extract(args, config, basepath, workspace): argument 454 def sync(args, config, basepath, workspace): argument 476 def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, workspace, fixed_setup, … argument 755 def modify(args, config, basepath, workspace): argument 988 def rename(args, config, basepath, workspace): argument 1631 def srcuri_entry(basepath, patchdir_params): argument 1888 def update_recipe(args, config, basepath, workspace): argument 1924 def status(args, config, basepath, workspace): argument 1939 def _reset(recipes, no_clean, remove_work, config, basepath, workspace): argument [all …]
|
H A D | sdk.py | 84 def check_manifest(fn, basepath): argument 99 def sdk_update(args, config, basepath, workspace): argument 241 def sdk_install(args, config, basepath, workspace): argument
|
H A D | build_image.py | 35 def build_image(args, config, basepath, workspace): argument 65 def build_image_task(config, basepath, workspace, image, add_packages=None, task=None, extra_append… argument
|
H A D | deploy.py | 136 def deploy(args, config, basepath, workspace): argument 282 def undeploy(args, config, basepath, workspace): argument
|
H A D | upgrade.py | 547 def upgrade(args, config, basepath, workspace): argument 637 def latest_version(args, config, basepath, workspace): argument 657 def check_upgrade_status(args, config, basepath, workspace): argument
|
H A D | runqemu.py | 19 def runqemu(args, config, basepath, workspace): argument
|
H A D | menuconfig.py | 30 def menuconfig(args, config, basepath, workspace): argument
|
H A D | package.py | 17 def package(args, config, basepath, workspace): argument
|
H A D | build_sdk.py | 15 def build_sdk(args, config, basepath, workspace): argument
|
H A D | import.py | 21 def devimport(args, config, basepath, workspace): argument
|
H A D | search.py | 19 def search(args, config, basepath, workspace): argument
|
H A D | export.py | 22 def export(args, config, basepath, workspace): argument
|
H A D | build.py | 44 def build(args, config, basepath, workspace): argument
|
H A D | __init__.py | 96 def setup_tinfoil(config_only=False, basepath=None, tracking=False): argument 337 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument
|
H A D | ide_sdk.py | 774 def ide_setup(args, config, basepath, workspace): argument
|
/openbmc/openbmc/poky/meta-selftest/lib/devtool/ |
H A D | bbpath.py | 13 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 D | test.py | 3 def selftest_reverse(args, config, basepath, workspace): argument
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | devtool | 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/meta/lib/oeqa/selftest/cases/ |
H A D | yoctotestresultsquerytests.py | 13 basepath = os.path.abspath(os.path.dirname(__file__) + '/../../../../../') variable
|
H A D | gitarchivetests.py | 9 basepath = os.path.abspath(os.path.dirname(__file__) + '/../../../../../') variable
|
H A D | resulttooltests.py | 9 basepath = os.path.abspath(os.path.dirname(__file__) + '/../../../../../') variable
|