diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-08-08 15:53:52 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:53:12 +0100 |
commit | d8f9d05baee3abd4feb0a5b2f2afe467e919c6b9 (patch) | |
tree | edc6ba90a220ad5bbba41998c3c5c82e1e97760d /scripts/lib/image/help.py | |
parent | a43c1f94205d95c6eb77af2f0a494b4143f9eaf8 (diff) | |
download | poky-d8f9d05baee3abd4feb0a5b2f2afe467e919c6b9.tar.gz |
wic: Rename /mic to /wic
As well as any other stray instances of mic in the codebase that can
be removed.
We don't really need to carry around legacy naming, and the history is
in git.
(From OE-Core rev: 598b120406dc1d2b7e377bd1ab6f0acbef034b22)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/image/help.py')
-rw-r--r-- | scripts/lib/image/help.py | 8 |
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 |