Lines Matching refs:DevtoolError
25 from devtool import exec_build_env_command, setup_tinfoil, DevtoolError, parse_recipe, use_external…
94 raise DevtoolError("bbappend not created because %s does not exist" % rc)
147 raise DevtoolError('SRC_URI not found on recipe')
156 raise DevtoolError('Unable to find non-local entry in SRC_URI')
208 …raise DevtoolError('Revision %s was found on multiple branches: %s\nPlease provide the correct bra…
216 raise DevtoolError(e)
318 raise DevtoolError('Internal error - no files were copied for recipe %s' % bpn)
344 raise DevtoolError("Could not decode SRC_URI: {}".format(e))
458 …raise DevtoolError('Your git configuration is incomplete which will prevent rebases from working:\…
506 raise DevtoolError("recipe %s is already in your workspace" % args.recipename)
508 …raise DevtoolError("If you specify --srcbranch/-B then you must use --srcrev/-S to specify the rev…
522 raise DevtoolError("recipe %s is already in your workspace" % pn)
539 …raise DevtoolError("Automatic discovery of latest version/revision failed - you must provide a ver…
546 … raise DevtoolError("Recipe specifies a SRCREV value; you must specify a new one when upgrading")
549 raise DevtoolError("Current and upgrade versions are the same version")
568 except (bb.process.CmdError, DevtoolError) as e: