diff options
author | Uwe Kleine-Konig <u.kleine-koenig@pengutronix.de> | 2015-09-17 10:41:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:21 +0100 |
commit | 97298fb6d751b69ca17540878aba2618d6ffa15f (patch) | |
tree | 4445dc0bea212d1afb058540d68456e00cbebfc5 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 05d810199002f6c521b08f33f451849fd3e4caa9 (diff) | |
download | poky-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.xml | 6 |
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 @@ | |||
4307 | A source plugin is created as a subclass of | 4307 | A source plugin is created as a subclass of |
4308 | <filename>SourcePlugin</filename>. | 4308 | <filename>SourcePlugin</filename>. |
4309 | The plugin file containing it is added to | 4309 | The plugin file containing it is added to |
4310 | <filename>scripts/lib/mic/plugins/source/</filename> to | 4310 | <filename>scripts/lib/wic/plugins/source/</filename> to |
4311 | make the plugin implementation available to the | 4311 | make the plugin implementation available to the |
4312 | <filename>wic</filename> implementation. | 4312 | <filename>wic</filename> implementation. |
4313 | For more information, see | 4313 | For more information, see |
4314 | <filename>scripts/lib/mic/pluginbase.py</filename>. | 4314 | <filename>scripts/lib/wic/pluginbase.py</filename>. |
4315 | </para> | 4315 | </para> |
4316 | 4316 | ||
4317 | <para> | 4317 | <para> |
4318 | Source plugins can also be implemented and added by | 4318 | Source plugins can also be implemented and added by |
4319 | external layers. | 4319 | external layers. |
4320 | As such, any plugins found in a | 4320 | As such, any plugins found in a |
4321 | <filename>scripts/lib/mic/plugins/source/</filename> | 4321 | <filename>scripts/lib/wic/plugins/source/</filename> |
4322 | directory in an external layer are also made | 4322 | directory in an external layer are also made |
4323 | available. | 4323 | available. |
4324 | </para> | 4324 | </para> |