summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEnrico Jörns <ejo@pengutronix.de>2024-02-25 23:44:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-27 11:35:43 +0000
commit54c27d84b6369daef372741b8184304d3e5d3925 (patch)
treec87fa5067a7401b933bfc18e1ca27cc83a57686a /scripts
parent7b4d8e6b7fe056628e3b32274654fb9e17f2c2ec (diff)
downloadpoky-54c27d84b6369daef372741b8184304d3e5d3925.tar.gz
wic: 'empty' plugin: fix typo in comment
(From OE-Core rev: 1a9013c3767d174a970d31e80748bc8d73af0dba) Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/wic/plugins/source/empty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/plugins/source/empty.py b/scripts/lib/wic/plugins/source/empty.py
index 0a9f5fa27c..4178912377 100644
--- a/scripts/lib/wic/plugins/source/empty.py
+++ b/scripts/lib/wic/plugins/source/empty.py
@@ -14,7 +14,7 @@
14# partition. This is useful to overwrite old content like 14# partition. This is useful to overwrite old content like
15# filesystem signatures which may be re-recognized otherwise. 15# filesystem signatures which may be re-recognized otherwise.
16# This feature can be enabled with 16# This feature can be enabled with
17# '--soucreparams="[fill|size=<N>[S|s|K|k|M|G]][,][bs=<N>[S|s|K|k|M|G]]"' 17# '--sourceparams="[fill|size=<N>[S|s|K|k|M|G]][,][bs=<N>[S|s|K|k|M|G]]"'
18# Conflicting or missing options throw errors. 18# Conflicting or missing options throw errors.
19 19
20import logging 20import logging