]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: fix typo
authorDaniel Ammann <daniel.ammann@bytesatwork.ch>
Wed, 5 Aug 2020 10:52:43 +0000 (12:52 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 5 Jan 2021 17:51:21 +0000 (07:51 -1000)
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9ab4c4571d899d2eefcd2fc53af0851863f29008)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/wic/plugins/source/bootimg-partition.py

index 138986a71ef9144d40ef5e9279950338dcdfaa06..5dbe2558d24201c5d3294e00bd727162727f1c8d 100644 (file)
@@ -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"