aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorUwe Kleine-Konig <u.kleine-koenig@pengutronix.de>2015-09-17 10:41:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:06:21 +0100
commit97298fb6d751b69ca17540878aba2618d6ffa15f (patch)
tree4445dc0bea212d1afb058540d68456e00cbebfc5 /documentation/dev-manual/dev-manual-common-tasks.xml
parent05d810199002f6c521b08f33f451849fd3e4caa9 (diff)
downloadopenembedded-core-contrib-97298fb6d751b69ca17540878aba2618d6ffa15f.tar.gz
dev-manual: Fixed typo in path for wic plugins
Fixes [YOCTO #7910] Three occurrances of this typo were fixed. (From yocto-docs rev: f538137c93d4b34c6d5836d9b21b687fb79ae182) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 59f8caa687..4b290075cc 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4307,18 +4307,18 @@
A source plugin is created as a subclass of
<filename>SourcePlugin</filename>.
The plugin file containing it is added to
- <filename>scripts/lib/mic/plugins/source/</filename> to
+ <filename>scripts/lib/wic/plugins/source/</filename> to
make the plugin implementation available to the
<filename>wic</filename> implementation.
For more information, see
- <filename>scripts/lib/mic/pluginbase.py</filename>.
+ <filename>scripts/lib/wic/pluginbase.py</filename>.
</para>
<para>
Source plugins can also be implemented and added by
external layers.
As such, any plugins found in a
- <filename>scripts/lib/mic/plugins/source/</filename>
+ <filename>scripts/lib/wic/plugins/source/</filename>
directory in an external layer are also made
available.
</para>