mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
wic: fix typo
(From OE-Core rev: 9ab4c4571d899d2eefcd2fc53af0851863f29008) Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
781e2a8d95
commit
f39694933a
@@ -141,7 +141,7 @@ class BootimgPartitionPlugin(SourcePlugin):
|
||||
break
|
||||
|
||||
if not kernel_name:
|
||||
raise WicError('No kernel file founded')
|
||||
raise WicError('No kernel file found')
|
||||
|
||||
# Compose the extlinux.conf
|
||||
extlinux_conf = "default Yocto\n"
|
||||
|
||||
Reference in New Issue
Block a user