mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4559692ae1
commit
41aad59377
@@ -6800,7 +6800,7 @@
|
||||
somewhere other than the default output directory,
|
||||
which is the current directory:
|
||||
<literallayout class='monospaced'>
|
||||
$ 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
|
||||
</literallayout>
|
||||
For this example,
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
|
||||
|
||||
Reference in New Issue
Block a user