summaryrefslogtreecommitdiffstats
path: root/scripts/lib/image/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/image/help.py')
-rw-r--r--scripts/lib/image/help.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index 6503aaa18d..080795e577 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -144,7 +144,7 @@ DESCRIPTION
144 the corresponding artifacts are typically found in a normal 144 the corresponding artifacts are typically found in a normal
145 OpenEmbedded build. 145 OpenEmbedded build.
146 146
147 Alternatively, users can use the -e option to have 'mic' determine 147 Alternatively, users can use the -e option to have 'wic' determine
148 those locations for a given image. If the -e option is used, the 148 those locations for a given image. If the -e option is used, the
149 user needs to have set the appropriate MACHINE variable in 149 user needs to have set the appropriate MACHINE variable in
150 local.conf, and have sourced the build environment. 150 local.conf, and have sourced the build environment.
@@ -349,12 +349,12 @@ DESCRIPTION
349 implementation that populates a corresponding partition. 349 implementation that populates a corresponding partition.
350 350
351 A source plugin is created as a subclass of SourcePlugin (see 351 A source plugin is created as a subclass of SourcePlugin (see
352 scripts/lib/mic/pluginbase.py) and the plugin file containing it 352 scripts/lib/wic/pluginbase.py) and the plugin file containing it
353 is added to scripts/lib/mic/plugins/source/ to make the plugin 353 is added to scripts/lib/wic/plugins/source/ to make the plugin
354 implementation available to the wic implementation. 354 implementation available to the wic implementation.
355 355
356 Source plugins can also be implemented and added by external 356 Source plugins can also be implemented and added by external
357 layers - any plugins found in a scripts/lib/mic/plugins/source/ 357 layers - any plugins found in a scripts/lib/wic/plugins/source/
358 directory in an external layer will also be made available. 358 directory in an external layer will also be made available.
359 359
360 When the wic implementation needs to invoke a partition-specific 360 When the wic implementation needs to invoke a partition-specific