summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-23 08:13:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:24 +0100
commit41aad5937727e82e53ac99dc526e4009d9f85e99 (patch)
treefc3932921501cc80a8bfab3b4de54750b13ae05d /documentation/dev-manual
parent4559692ae136724e56adb528e5297c706483cfa0 (diff)
downloadpoky-41aad5937727e82e53ac99dc526e4009d9f85e99.tar.gz
dev-manual: Changed Wic example paths to be consistent.
(From yocto-docs rev: 402434dd15f3116307e690ecc09db875ecabded4) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
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 f1a1966180..9a7682c3e2 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -6800,7 +6800,7 @@
6800 somewhere other than the default output directory, 6800 somewhere other than the default output directory,
6801 which is the current directory: 6801 which is the current directory:
6802 <literallayout class='monospaced'> 6802 <literallayout class='monospaced'>
6803 $ wic create /home/scottrif/my_yocto/test.wks -o /home/scottrif/testwic \ 6803 $ wic create /home/stephano/my_yocto/test.wks -o /home/stephano/testwic \
6804 --rootfs-dir /home/stephano/build/master/build/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/rootfs \ 6804 --rootfs-dir /home/stephano/build/master/build/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/rootfs \
6805 --bootimg-dir /home/stephano/build/master/build/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/share \ 6805 --bootimg-dir /home/stephano/build/master/build/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/share \
6806 --kernel-dir /home/stephano/build/master/build/tmp/deploy/images/qemux86 \ 6806 --kernel-dir /home/stephano/build/master/build/tmp/deploy/images/qemux86 \
@@ -6809,7 +6809,7 @@
6809 INFO: Creating image(s)... 6809 INFO: Creating image(s)...
6810 6810
6811 INFO: The new image(s) can be found here: 6811 INFO: The new image(s) can be found here:
6812 /home/scottrif/testwic/test-201710091445-sdb.direct 6812 /home/stephano/testwic/test-201710091445-sdb.direct
6813 6813
6814 The following build artifacts were used to create the image(s): 6814 The following build artifacts were used to create the image(s):
6815 ROOTFS_DIR: /home/stephano/build/master/build/tmp-glibc/work/qemux86-oe-linux/core-image-minimal/1.0-r0/rootfs 6815 ROOTFS_DIR: /home/stephano/build/master/build/tmp-glibc/work/qemux86-oe-linux/core-image-minimal/1.0-r0/rootfs
@@ -6818,7 +6818,7 @@
6818 NATIVE_SYSROOT: /home/stephano/build/master/build/tmp-glibc/work/i586-oe-linux/wic-tools/1.0-r0/recipe-sysroot-native 6818 NATIVE_SYSROOT: /home/stephano/build/master/build/tmp-glibc/work/i586-oe-linux/wic-tools/1.0-r0/recipe-sysroot-native
6819 6819
6820 INFO: The image(s) were created using OE kickstart file: 6820 INFO: The image(s) were created using OE kickstart file:
6821 /home/scottrif/my_yocto/test.wks 6821 /home/stephano/my_yocto/test.wks
6822 </literallayout> 6822 </literallayout>
6823 For this example, 6823 For this example,
6824 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> 6824 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>