Lines Matching refs:WicError
55 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")
196 raise WicError("--native-sysroot (-n) not found, exiting")
212 … raise WicError("The artifact that couldn't be found was %s:\n %s" % (not_found, not_found_dir))
232 raise WicError("Bad list arguments, exiting")
548 except WicError as err: