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>
This commit is contained in:
Uwe Kleine-Konig 2015-09-17 10:41:18 -07:00 committed by Richard Purdie
parent 05d8101990
commit 97298fb6d7
1 changed files with 3 additions and 3 deletions

View File

@ -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>