]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual, dev-manual: Removed term "wic-partitioned"
authorScott Rifenbark <srifenbark@gmail.com>
Wed, 28 Dec 2016 18:25:00 +0000 (10:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 17:23:10 +0000 (17:23 +0000)
This term was incorrect and I have replaced it with the
term "partitioned."

(From yocto-docs rev: af1bf889bf862b1bc861de72888a82e25997ab71)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-common-tasks.xml
documentation/ref-manual/ref-variables.xml

index d48724c82c63c6c63f2863573b1a5cc041481239..603ca1ff8e2e20e66529e2f8db0438d036ec75e0 100644 (file)
         </para>
 
         <para>
-            You can generate Wic-partitioned images
+            You can generate partitioned images
             (<replaceable>image</replaceable><filename>.wic</filename>)
             two ways: using the OpenEmbedded build system and by running
             the OpenEmbedded Image Creator Wic directly.
         </para>
 
         <section id='creating-wic-images-oe'>
-            <title>Creating Wic-Partitioned Images</title>
+            <title>Creating Partitioned Images</title>
 
             <para>
                 The OpenEmbedded build system can generate
-                Wic-partitioned images the same way as it generates
+                partitioned images the same way as it generates
                 any other image type.
-                To generate a Wic-partitioned image, you need to modify
+                To generate a partitioned image, you need to modify
                 two variables.
                 <itemizedlist>
                     <listitem><para>
                         variable
                         </para></listitem>
                 </itemizedlist>
-                Further steps to generate a Wic-partitioned image
+                Further steps to generate a partitioned image
                 are the same as for any other image type.
                 For information on image types, see the
                 "<link linkend='building-images'>Building Images</link>"
                     <title>Using a Modified Kickstart File</title>
 
                     <para>
-                        Because Wic-partitioned image creation is
+                        Because partitioned image creation is
                         driven by the kickstart file, it is easy to affect
                         image creation by changing the parameters in the file.
                         This next example demonstrates that through modification
index 7e08f76cc7a19e2ba395a280897ff8a7203a0194..0f6535cea135d5c2f9e1ded4fc953d0ba0cfdb06 100644 (file)
@@ -15556,11 +15556,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
                 <para role="glossdeffirst">
                     Specifies the location of the Wic
                     kickstart file that is used by the OpenEmbedded build
-                    system to create a Wic-partitioned image
+                    system to create a partitioned image
                     (<replaceable>image</replaceable><filename>.wic</filename>).
                     For information on how to create a
-                    Wic-partitioned image, see the
-                    "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-wic-images-oe'>Creating Wic-Partitioned Images</ulink>"
+                    partitioned image, see the
+                    "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-wic-images-oe'>Creating Partitioned Images</ulink>"
                     section.
                     For details on the kickstart file format, see the
                     "<ulink url='&YOCTO_DOCS_DEV_URL;#openembedded-kickstart-wks-reference'>OpenEmbedded Kickstart (<filename>.wks</filename>) Reference</ulink>.