Home
last modified time | relevance | path

Searched refs:WicError (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py16 from wic import WicError
101 raise WicError("configfile is specified "
152 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting.")
156 raise WicError("Couldn't find IMAGE_BASENAME, exiting.")
160 raise WicError("Couldn't find INITRAMFS_FSTYPES, exiting.")
188 raise WicError("Couldn't find or build initrd, exiting.")
247 raise WicError("Couldn't find --rootfs-dir, exiting.")
255 raise WicError("Couldn't find --rootfs-dir=%s connection "
262 raise WicError("Couldn't find IMAGE_ROOTFS, exiting.")
276 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting")
[all …]
H A Dbootimg-efi.py21 from wic import WicError
52 raise WicError("configfile is specified but failed to "
60 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting")
133 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting")
158 raise WicError("configfile is specified but failed to "
214 raise WicError("unrecognized bootimg-efi loader: %s" % source_params['loader'])
216 raise WicError("bootimg-efi requires a loader, none specified")
240 raise WicError('Malformed boot file entry: %s' % src_entry)
282 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting")
297 … raise WicError("initrd= must be specified when create-unified-kernel-image=true, exiting")
[all …]
H A Drawcopy.py10 from wic import WicError
35 raise WicError("It's not possible to update a %s "
38 raise WicError("Cannot update filesystem label: "
58 raise WicError("Not supported compressor filename extension: %s" % extension)
73 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting")
78 raise WicError("No file specified")
H A Dbootimg-partition.py19 from wic import WicError
48 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting")
62 … raise WicError('No boot files defined, IMAGE_BOOT_FILES unset for entry #%d' % part.lineno)
72 raise WicError('Malformed boot file entry: %s' % src_entry)
115 raise WicError("configfile is specified but failed to "
144 raise WicError('No kernel file found')
179 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting")
H A Dbootimg-pcbios.py17 from wic import WicError
48 raise WicError("Couldn't find correct bootimg_dir, exiting")
64 raise WicError("Unsupported partition table: %s" %
68 raise WicError("Couldn't find %s. If using the -e option, do you "
102 raise WicError("configfile is specified but failed to "
H A Drootfs.py22 from wic import WicError
58 raise WicError("No valid artifact IMAGE_ROOTFS from image "
84 raise WicError("Couldn't find --rootfs-dir, exiting")
93 raise WicError("Couldn't find --rootfs-dir=%s connection or "
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dwic55 from wic import WicError
112 raise WicError("Can't build rootfs as bitbake is not in the $PATH")
123 raise WicError("The following build artifacts are not specified: %s" %
135 raise WicError("Couldn't verify build environment, exiting")
158 raise WicError("Image name is not specified, exiting. "
171 raise WicError("Unable to find the location of the native tools sysroot")
178 raise WicError("No image named %s found, exiting. (Use 'wic list images' "
190 raise WicError("--rootfs-dir (-r) not found, exiting")
192 raise WicError("--bootimg-dir (-b) not found, exiting")
194 raise WicError("--kernel-dir (-k) not found, exiting")
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dengine.py27 from wic import WicError
41 raise WicError("BUILDDIR not found, exiting. (Did you forget to source oe-init-build-env?)")
177 raise WicError("BUILDDIR not found, exiting. (Did you forget to source oe-init-build-env?)")
185 raise WicError('Unknown plugin: %s' % pname)
213 raise WicError("No image named %s found, exiting. "
250 raise WicError("Can't find executable parted")
268 raise WicError("Error getting partition information from %s" % (self.parted))
288 raise WicError("Can't find executable '{}'".format(name))
294 raise WicError("Partition %s is not in the image" % pnum)
301 raise WicError("Not supported fstype: {}".format(part.fstype))
[all …]
H A Dmisc.py23 from wic import WicError
80 raise WicError('Cannot run command: %s, lost dependency?' % cmd)
102 raise WicError("_exec_cmd: %s returned '%s' instead of 0\noutput: %s" % \
174 raise WicError(msg)
H A Dpluginbase.py18 from wic import WicError
36 raise WicError('%s is not valid plugin type' % ptype)
77 raise WicError("Method %s.do_create is not implemented" %
H A Dpartition.py17 from wic import WicError
99 raise WicError("Actual rootfs size (%d kB) is larger than "
138 raise WicError("The %s partition has a size of zero. Please "
148 raise WicError("It's not possible to create empty %s "
165 raise WicError("The '%s' --source specified for %s doesn't exist.\n\t"
195 raise WicError("Partition %s internal size is not an integer. "
200 raise WicError("File system image of partition %s is "
H A D__init__.py9 class WicError(Exception): class
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py24 from wic import WicError
48 raise WicError(str(err))
86 … raise WicError("Internal workdir '%s' specified in wic arguments already exists!" % (workdir))
387 raise WicError("setting custom partition name is not " \
394 raise WicError("setting custom partition type is not " \
447 …raise WicError("Could not place %s%s at offset %d with sector size %d" % (part.disk, self.numpart,…
451 …raise WicError("Could not place %s%s at offset %d: next free sector is %d (delta: %d)" % (part.dis…
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst166 - wic: fix WicError message