From 97298fb6d751b69ca17540878aba2618d6ffa15f Mon Sep 17 00:00:00 2001 From: Uwe Kleine-Konig Date: Thu, 17 Sep 2015 10:41:18 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 SourcePlugin. The plugin file containing it is added to - scripts/lib/mic/plugins/source/ to + scripts/lib/wic/plugins/source/ to make the plugin implementation available to the wic implementation. For more information, see - scripts/lib/mic/pluginbase.py. + scripts/lib/wic/pluginbase.py. Source plugins can also be implemented and added by external layers. As such, any plugins found in a - scripts/lib/mic/plugins/source/ + scripts/lib/wic/plugins/source/ directory in an external layer are also made available. -- cgit v1.2.3-54-g00ecf