Home
last modified time | relevance | path

Searched refs:DevtoolError (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild_sdk.py16 from devtool import DevtoolError
29 raise DevtoolError('Unable to determine image to build SDK for')
40 raise DevtoolError('Unable to determine image to build SDK for')
H A Dstandard.py80 raise DevtoolError("recipe %s is already in your workspace" %
84 raise DevtoolError(reason)
111 raise DevtoolError("No source tree exists at default path %s - "
116 raise DevtoolError("You must either specify a source tree "
169 raise DevtoolError('Command \'%s\' failed' % e.command)
309 raise DevtoolError("The perf recipe does not actually check out "
330 raise DevtoolError("externalsrc is currently enabled for the %s "
620 raise DevtoolError('Extracting source for %s failed' % pn)
793 raise DevtoolError("recipe %s is already in your workspace" %
1050 raise DevtoolError(reason)
[all …]
H A Drunqemu.py15 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 Dupgrade.py39 …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')
223 raise DevtoolError(e)
343 raise DevtoolError('Internal error - no files were copied for recipe %s' % bpn)
369 raise DevtoolError("Could not decode SRC_URI: {}".format(e))
541 raise DevtoolError("recipe %s is already in your workspace" % args.recipename)
557 raise DevtoolError("recipe %s is already in your workspace" % pn)
584 raise DevtoolError("Current and upgrade versions are the same version")
[all …]
H A Dbuild_image.py15 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__.py20 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 Ddeploy.py19 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 Dimport.py16 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 Dutilcmds.py18 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 Dmenuconfig.py29 from devtool import setup_tinfoil, parse_recipe, DevtoolError, standard, exec_build_env_command
51 raise DevtoolError("This recipe does not support menuconfig option")
H A Dide_sdk.py89 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(
231 raise DevtoolError("Parsing build-sysroots recipe failed")
328 raise DevtoolError("Parsing %s recipe failed" % self.name)
687 raise DevtoolError(
855 raise DevtoolError("Invalid recipe: %s." % recipe)
871 except DevtoolError:
903 raise DevtoolError("Invalid parameters are passed.")
[all …]
H A Dsdk.py17 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 Dpackage.py13 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError
H A Dbuild.py14 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError
H A Dsearch.py15 from devtool import setup_tinfoil, parse_recipe, DevtoolError
/openbmc/openbmc/poky/scripts/
H A Ddevtool28 from devtool import DevtoolError, setup_tinfoil
128 … raise DevtoolError("Found *.bbappend in %s, but could not determine EXTERNALSRC:pn-*. "
338 except DevtoolError as err:
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool28 from devtool import DevtoolError, setup_tinfoil
128 … raise DevtoolError("Found *.bbappend in %s, but could not determine EXTERNALSRC:pn-*. "
338 except DevtoolError as err:
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py14 from devtool import DevtoolError
50 raise DevtoolError(