mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a43c1f9420
commit
d8f9d05bae
@@ -144,7 +144,7 @@ DESCRIPTION
|
||||
the corresponding artifacts are typically found in a normal
|
||||
OpenEmbedded build.
|
||||
|
||||
Alternatively, users can use the -e option to have 'mic' determine
|
||||
Alternatively, users can use the -e option to have 'wic' determine
|
||||
those locations for a given image. If the -e option is used, the
|
||||
user needs to have set the appropriate MACHINE variable in
|
||||
local.conf, and have sourced the build environment.
|
||||
@@ -349,12 +349,12 @@ DESCRIPTION
|
||||
implementation that populates a corresponding partition.
|
||||
|
||||
A source plugin is created as a subclass of SourcePlugin (see
|
||||
scripts/lib/mic/pluginbase.py) and the plugin file containing it
|
||||
is added to scripts/lib/mic/plugins/source/ to make the plugin
|
||||
scripts/lib/wic/pluginbase.py) and the plugin file containing it
|
||||
is added to scripts/lib/wic/plugins/source/ to make the plugin
|
||||
implementation available to the wic implementation.
|
||||
|
||||
Source plugins can also be implemented and added by external
|
||||
layers - any plugins found in a scripts/lib/mic/plugins/source/
|
||||
layers - any plugins found in a scripts/lib/wic/plugins/source/
|
||||
directory in an external layer will also be made available.
|
||||
|
||||
When the wic implementation needs to invoke a partition-specific
|
||||
|
||||
Reference in New Issue
Block a user