Lines Matching full:raise
37 …raise argparse_oe.ArgumentUsageError('At least one of recipename, srctree, fetchuri or -f/--fetch …
45 raise DevtoolError('URI specified as positional argument as well as -f/--fetch')
51 raise DevtoolError('URI specified as positional argument as well as -f/--fetch')
63 … raise DevtoolError('The -S/--srcrev option is only valid when fetching from an SCM repository')
65 … raise DevtoolError('The -B/--srcbranch option is only valid when fetching from an SCM repository')
73 raise DevtoolError('URI specified as positional argument as well as -f/--fetch')
80 raise DevtoolError("recipe %s is already in your workspace" %
84 raise DevtoolError(reason)
99 raise DevtoolError("Cannot fetch into source tree path %s as "
103 raise DevtoolError("Cannot fetch into source tree path %s as "
108 raise DevtoolError("Specified source tree %s could not be found" %
111 raise DevtoolError("No source tree exists at default path %s - "
116 raise DevtoolError("You must either specify a source tree "
121 raise DevtoolError('Invalid version string "%s"' % args.version)
165 … raise DevtoolError('Could not auto-determine recipe name, please specify it on the command line')
167 raise DevtoolError('Command \'%s\' failed' % e.command)
173 …raise DevtoolError('A recipe with the same name as the one being created (%s) already exists in yo…
180 …raise DevtoolError('A recipe with the same name as the one being created already exists in your wo…
182 …raise DevtoolError('A recipe file %s already exists in your workspace; this shouldn\'t be there - …
192 … raise DevtoolError('Source tree path %s already exists and is not empty' % srctree)
194 raise
196 … raise DevtoolError('Source tree path %s already exists and is not a directory' % srctree)
200 raise DevtoolError('Couldn\'t find source tree created by recipetool')
207 … raise DevtoolError('Command \'%s\' did not create any recipe file:\n%s' % (e.command, e.stdout))
302 raise DevtoolError("The perf recipe does not actually check out "
307 raise DevtoolError("The %s recipe is not supported by this tool" % pn, 4)
310 raise DevtoolError("The %s recipe is an image, and therefore is not "
314 raise DevtoolError("The %s recipe is an SDK, and therefore is not "
318 raise DevtoolError("The %s recipe is a packagegroup, and therefore is "
323 raise DevtoolError("externalsrc is currently enabled for the %s "
332 raise Exception('Incorrect base path %s for path %s' % (base_outdir, dst))
498 raise DevtoolError("output path %s does not exist" % srctree)
502 raise DevtoolError("output path %s exists and is not a directory" %
505 raise DevtoolError("output path %s already exists and is "
509 raise DevtoolError("The %s recipe has do_unpack disabled, unable to "
613 raise DevtoolError('Extracting source for %s failed' % pn)
633 …raise DevtoolError('Something went wrong with source extraction - the devtool-source class was not…
737 raise
786 raise DevtoolError("recipe %s is already in your workspace" %
799 raise DevtoolError("recipe %s is already in your workspace" %
808 raise DevtoolError("--no-extract specified and source path %s does "
815 raise DevtoolError("Another variant of recipe %s is already in your "
1005 raise DevtoolError('You must specify a new name, a version with -V/--version, or both')
1009 …raise DevtoolError('devtool rename can only be used where the recipe file itself is in the workspa…
1014 raise DevtoolError(reason)
1272 raise Exception('destpath should be set here')
1290 raise
1387 raise bb.process.ExecutionError(cmd, pipe.returncode, stdout, stderr)
1533 raise DevtoolError('Failed to get HEAD revision in %s: %s' %
1537 raise DevtoolError('Invalid hash returned by git: %s' % stdout)
1622 raise DevtoolError('unable to find workspace bbappend for recipe %s' %
1640 raise DevtoolError('Unable to find initial revision - please specify '
1811 …raise DevtoolError('Unable to determine main branch - please check out the main branch in source t…
1840 raise DevtoolError('update_recipe: invalid mode %s' % mode)
1858 raise DevtoolError('bbappend destination layer directory "%s" '
1861 raise DevtoolError('conf/layer.conf not found in bbappend '
1944 raise DevtoolError('Command \'%s\' failed, output:\n%s\nIf you '
2005 raise DevtoolError("Recipe cannot be specified if -a/--all is used")
2010 raise DevtoolError("Recipe must be specified, or specify -a/--all to "
2066 …raise DevtoolError('Source tree is not clean:\n\n%s\nEnsure you have committed your changes or use…
2082 raise DevtoolError('Unable to find layer or directory matching "%s"' % args.destination)
2085 …raise DevtoolError('"%s" specifies the workspace layer - that is not a valid destination' % args.d…
2110 …raise DevtoolError("Unable to determine destination layer path - check that %s specifies an actual…