Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py23 …pdate_unlockedsigs, check_prerelease_version, check_git_repo_dirty, check_git_repo_op, DevtoolError
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 "
[all …]
H A Dupgrade.py25 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)
[all …]
H A D__init__.py20 class DevtoolError(Exception): class
23 super(DevtoolError, self).__init__(message)
112 raise DevtoolError('Failed to start bitbake environment')
161 raise DevtoolError("No recipe named '%s' in your workspace" % pn)
166 … raise DevtoolError("Source tree %s for recipe %s does not exist" % (srctree, workspacepn))
168 raise DevtoolError("Source tree %s for recipe %s is empty" % (srctree, workspacepn))
377 …raise DevtoolError("Source tree %s appears to be in the middle of a rebase - please resolve this f…
379 …raise DevtoolError("Source tree %s appears to be in the middle of 'git am' or 'git apply' - please…
H A Dbuild_sdk.py16 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, 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 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 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 Ddeploy.py19 from devtool import exec_fakeroot, setup_tinfoil, check_workspace_recipe, DevtoolError
160 raise DevtoolError('Exception parsing recipe %s: %s' %
164 raise DevtoolError('No files to deploy - have you built the %s '
247 raise DevtoolError('Failed to copy script to %s - rerun with -s to '
255 raise DevtoolError('Deploy failed - rerun with -s to get a complete '
306 raise DevtoolError('Failed to copy script to %s - rerun with -s to '
314 raise DevtoolError('Undeploy failed - rerun with -s to get a complete '
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 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 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)
305 raise DevtoolError('Failed to bitbake build-sysroots:\n%s' % (str(e)))
H A Dmenuconfig.py27 from devtool import setup_tinfoil, parse_recipe, DevtoolError, standard, exec_build_env_command
49 raise DevtoolError("This recipe does not support menuconfig option")
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
/OK3568_Linux_fs/yocto/poky/scripts/
H A Ddevtool28 from devtool import DevtoolError, setup_tinfoil
128 … raise DevtoolError("Found *.bbappend in %s, but could not determine EXTERNALSRC:pn-*. "
326 except DevtoolError as err: