/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 23 …pdate_unlockedsigs, check_prerelease_version, check_git_repo_dirty, check_git_repo_op, DevtoolError 48 raise DevtoolError('URI specified as positional argument as well as -f/--fetch') 54 raise DevtoolError('URI specified as positional argument as well as -f/--fetch') 66 … raise DevtoolError('The -S/--srcrev option is only valid when fetching from an SCM repository') 68 … raise DevtoolError('The -B/--srcbranch option is only valid when fetching from an SCM repository') 76 raise DevtoolError('URI specified as positional argument as well as -f/--fetch') 83 raise DevtoolError("recipe %s is already in your workspace" % 87 raise DevtoolError(reason) 102 raise DevtoolError("Cannot fetch into source tree path %s as " 106 raise DevtoolError("Cannot fetch into source tree path %s as " [all …]
|
H A D | build_sdk.py | 9 from devtool import DevtoolError 22 raise DevtoolError('Unable to determine image to build SDK for') 33 raise DevtoolError('Unable to determine image to build SDK for')
|
H A D | upgrade.py | 25 from devtool import exec_build_env_command, setup_tinfoil, DevtoolError, parse_recipe, use_external… 39 …raise DevtoolError("Cannot determine where the source tree is after unpacking in {}: {}".format(tm… 96 raise DevtoolError("bbappend not created because %s does not exist" % rc) 150 raise DevtoolError('SRC_URI not found on recipe') 159 raise DevtoolError('Unable to find non-local entry in SRC_URI') 216 …raise DevtoolError('Revision %s was found on multiple branches: %s\nPlease provide the correct bra… 224 raise DevtoolError(e) 344 raise DevtoolError('Internal error - no files were copied for recipe %s' % pn) 370 raise DevtoolError("Could not decode SRC_URI: {}".format(e)) 494 …raise DevtoolError('Your git configuration is incomplete which will prevent rebases from working:\… [all …]
|
H A D | runqemu.py | 15 from devtool import exec_build_env_command, setup_tinfoil, DevtoolError 32 raise DevtoolError('QEMU is not available within this SDK') 40 raise DevtoolError('Unable to determine image name to run, please specify one')
|
H A D | build_image.py | 15 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, DevtoolError 46 raise DevtoolError('Unable to determine image to build, please specify one') 56 raise DevtoolError('Unable to determine image to build, please specify one') 58 raise DevtoolError('Specified recipe %s is not an image recipe' % image)
|
H A D | __init__.py | 20 class DevtoolError(Exception): class 23 super(DevtoolError, self).__init__(message) 115 raise DevtoolError('Failed to start bitbake environment') 164 raise DevtoolError("No recipe named '%s' in your workspace" % pn) 169 … raise DevtoolError("Source tree %s for recipe %s does not exist" % (srctree, workspacepn)) 171 raise DevtoolError("Source tree %s for recipe %s is empty" % (srctree, workspacepn)) 402 …raise DevtoolError("Source tree %s appears to be in the middle of a rebase - please resolve this f… 404 …raise DevtoolError("Source tree %s appears to be in the middle of 'git am' or 'git apply' - please…
|
H A D | deploy.py | 19 from devtool import exec_fakeroot_no_d, setup_tinfoil, check_workspace_recipe, DevtoolError 147 raise DevtoolError('Exception parsing recipe %s: %s' % 179 raise DevtoolError('No files to deploy - have you built the %s ' 261 raise DevtoolError('Failed to copy script to %s - rerun with -s to ' 269 raise DevtoolError('Deploy failed - rerun with -s to get a complete ' 318 raise DevtoolError('Failed to copy script to %s - rerun with -s to ' 326 raise DevtoolError('Undeploy failed - rerun with -s to get a complete '
|
H A D | ide_sdk.py | 22 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError, pa… 89 raise DevtoolError("Parsing %s recipe failed" % self.name) 102 raise DevtoolError("native binary name is not defined.") 121 raise DevtoolError("Parsing gdb recipe failed") 158 raise DevtoolError( 205 raise DevtoolError("Parsing meta-ide-support recipe failed") 231 raise DevtoolError("Parsing build-sysroots recipe failed") 329 raise DevtoolError("Parsing %s recipe failed" % self.name) 650 raise DevtoolError( 780 raise DevtoolError("Invalid recipe: %s." % recipe) [all …]
|
H A D | utilcmds.py | 18 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError 35 raise DevtoolError("Failed to find specified recipe") 94 raise DevtoolError("do_configure task has been disabled for this recipe") 96 raise DevtoolError("No configure script found and no other information to display")
|
H A D | import.py | 16 from devtool import standard, setup_tinfoil, replace_from_file, DevtoolError 31 …raise DevtoolError('Tar archive %s does not exist. Export your workspace using "devtool export"' %… 39 …raise DevtoolError('The export metadata file created by "devtool export" was not found. "devtool i…
|
H A D | menuconfig.py | 26 from devtool import setup_tinfoil, parse_recipe, DevtoolError, standard, exec_build_env_command 47 raise DevtoolError("This recipe does not support menuconfig option")
|
H A D | sdk.py | 17 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, DevtoolError 249 raise DevtoolError('recipe %s is a recipe in your workspace' % recipe) 291 raise DevtoolError('Failed to install %s:\n%s' % (recipe, str(e))) 297 raise DevtoolError('Failed to install %s - unavailable' % recipe) 306 raise DevtoolError('Failed to bitbake build-sysroots:\n%s' % (str(e)))
|
H A D | package.py | 13 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError
|
H A D | build.py | 14 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError
|
H A D | search.py | 15 from devtool import setup_tinfoil, parse_recipe, DevtoolError
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | devtool | 26 from devtool import DevtoolError, setup_tinfoil 128 raise DevtoolError("Found *.bbappend in %s, but could not determine EXTERNALSRC:pn-*. " 339 except DevtoolError as err:
|
/openbmc/openbmc/poky/scripts/ |
H A D | devtool | 26 from devtool import DevtoolError, setup_tinfoil 128 … raise DevtoolError("Found *.bbappend in %s, but could not determine EXTERNALSRC:pn-*. " 339 except DevtoolError as err:
|
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ |
H A D | __init__.py | 14 from devtool import DevtoolError 50 raise DevtoolError(
|