From 4034d8ec69004c26a48f5933c6ae746caa1bde58 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 Apr 2018 08:13:08 -0700 Subject: dev-manual: Changed Wic example paths to be consistent. (From yocto-docs rev: 402434dd15f3116307e690ecc09db875ecabded4) 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') 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 @@ somewhere other than the default output directory, which is the current directory: - $ wic create /home/scottrif/my_yocto/test.wks -o /home/scottrif/testwic \ + $ wic create /home/stephano/my_yocto/test.wks -o /home/stephano/testwic \ --rootfs-dir /home/stephano/build/master/build/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/rootfs \ --bootimg-dir /home/stephano/build/master/build/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/share \ --kernel-dir /home/stephano/build/master/build/tmp/deploy/images/qemux86 \ @@ -6809,7 +6809,7 @@ INFO: Creating image(s)... INFO: The new image(s) can be found here: - /home/scottrif/testwic/test-201710091445-sdb.direct + /home/stephano/testwic/test-201710091445-sdb.direct The following build artifacts were used to create the image(s): ROOTFS_DIR: /home/stephano/build/master/build/tmp-glibc/work/qemux86-oe-linux/core-image-minimal/1.0-r0/rootfs @@ -6818,7 +6818,7 @@ NATIVE_SYSROOT: /home/stephano/build/master/build/tmp-glibc/work/i586-oe-linux/wic-tools/1.0-r0/recipe-sysroot-native INFO: The image(s) were created using OE kickstart file: - /home/scottrif/my_yocto/test.wks + /home/stephano/my_yocto/test.wks For this example, MACHINE -- cgit v1.2.3-54-g00ecf