summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index e0726df77a..ef1c166265 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -5108,7 +5108,7 @@
5108 Creating image(s)... 5108 Creating image(s)...
5109 5109
5110 Info: The new image(s) can be found here: 5110 Info: The new image(s) can be found here:
5111 /var/tmp/wic/build/mkefidisk-201310230946-sda.direct 5111 <replaceable>current_directory</replaceable>/build/mkefidisk-201310230946-sda.direct
5112 5112
5113 The following build artifacts were used to create the image(s): 5113 The following build artifacts were used to create the image(s):
5114 ROOTFS_DIR: /home/trz/yocto/yocto-image/build/tmp/work/minnow-poky-linux/core-image-minimal/1.0-r0/rootfs 5114 ROOTFS_DIR: /home/trz/yocto/yocto-image/build/tmp/work/minnow-poky-linux/core-image-minimal/1.0-r0/rootfs
@@ -5133,7 +5133,8 @@
5133 5133
5134 <para> 5134 <para>
5135 The output specifies the exact image created as well as 5135 The output specifies the exact image created as well as
5136 where it was created. 5136 where it was created, which is in the current
5137 directory by default.
5137 The output also names the artifacts used and the exact 5138 The output also names the artifacts used and the exact
5138 <filename>.wks</filename> script that was used to 5139 <filename>.wks</filename> script that was used to
5139 generate the image. 5140 generate the image.
@@ -5152,11 +5153,11 @@
5152 <filename>bmaptool</filename> or 5153 <filename>bmaptool</filename> or
5153 <filename>dd</filename>: 5154 <filename>dd</filename>:
5154 <literallayout class='monospaced'> 5155 <literallayout class='monospaced'>
5155 $ oe-run-native bmaptool copy /var/tmp/wic/build/mkefidisk-201310230946-sda.direct /dev/sd<replaceable>X</replaceable> 5156 $ oe-run-native bmaptool copy build/mkefidisk-201310230946-sda.direct /dev/sd<replaceable>X</replaceable>
5156 </literallayout> 5157 </literallayout>
5157 or 5158 or
5158 <literallayout class='monospaced'> 5159 <literallayout class='monospaced'>
5159 $ sudo dd if=/var/tmp/wic/build/mkefidisk-201310230946-sda.direct of=/dev/sd<replaceable>X</replaceable> 5160 $ sudo dd if=build/mkefidisk-201310230946-sda.direct of=/dev/sd<replaceable>X</replaceable>
5160 </literallayout> 5161 </literallayout>
5161 <note> 5162 <note>
5162 For more information on how to use the 5163 For more information on how to use the
@@ -5240,7 +5241,7 @@
5240 Creating image(s)... 5241 Creating image(s)...
5241 5242
5242 Info: The new image(s) can be found here: 5243 Info: The new image(s) can be found here:
5243 /var/tmp/wic/build/directdisksdb-201310231131-sdb.direct 5244 <replaceable>current_directory</replaceable>/build/directdisksdb-201310231131-sdb.direct
5244 5245
5245 The following build artifacts were used to create the image(s): 5246 The following build artifacts were used to create the image(s):
5246 5247
@@ -5257,7 +5258,7 @@
5257 whatever media for which you built your image, 5258 whatever media for which you built your image,
5258 and boot the resulting media: 5259 and boot the resulting media:
5259 <literallayout class='monospaced'> 5260 <literallayout class='monospaced'>
5260 $ sudo dd if=/var/tmp/wic/build/directdisksdb-201310231131-sdb.direct of=/dev/sdb 5261 $ sudo dd if=build/directdisksdb-201310231131-sdb.direct of=/dev/sdb
5261 86018+0 records in 5262 86018+0 records in
5262 86018+0 records out 5263 86018+0 records out
5263 44041216 bytes (44 MB) copied, 13.0734 s, 3.4 MB/s 5264 44041216 bytes (44 MB) copied, 13.0734 s, 3.4 MB/s
@@ -5284,7 +5285,7 @@
5284 Creating image(s)... 5285 Creating image(s)...
5285 5286
5286 Info: The new image(s) can be found here: 5287 Info: The new image(s) can be found here:
5287 /var/tmp/wic/build/directdisk-201309252350-sda.direct 5288 <replaceable>current_directory</replaceable>/build/directdisk-201309252350-sda.direct
5288 5289
5289 The following build artifacts were used to create the image(s): 5290 The following build artifacts were used to create the image(s):
5290 5291
@@ -5307,8 +5308,8 @@
5307 (runs in Raw Mode) and uses a modified kickstart file. 5308 (runs in Raw Mode) and uses a modified kickstart file.
5308 The example also uses the <filename>-o</filename> option 5309 The example also uses the <filename>-o</filename> option
5309 to cause Wic to create the output 5310 to cause Wic to create the output
5310 somewhere other than the default 5311 somewhere other than the default output directory,
5311 <filename>/var/tmp/wic</filename> directory: 5312 which is the current directory:
5312 <literallayout class='monospaced'> 5313 <literallayout class='monospaced'>
5313 $ wic create ~/test.wks -o /home/trz/testwic --rootfs-dir \ 5314 $ wic create ~/test.wks -o /home/trz/testwic --rootfs-dir \
5314 /home/trz/yocto/yocto-image/build/tmp/work/crownbay_noemgd-poky-linux/core-image-minimal/1.0-r0/rootfs \ 5315 /home/trz/yocto/yocto-image/build/tmp/work/crownbay_noemgd-poky-linux/core-image-minimal/1.0-r0/rootfs \