1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

wic: Improve 'wic help overview' content

Included full console output and example of the .wks file
into the 'wic help overview' content.

Used qemux86-64 machine instead of crownbay to make example
working without cloning additional layers.

[YOCTO #7940]

(From OE-Core rev: 68d391eaf4fe9fc37e3278255d5da170f98b8763)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ed Bartosh
2015-08-03 16:51:47 +03:00
committed by Richard Purdie
parent 04c5307cf7
commit daa8109314
+24 -9
View File
@@ -616,18 +616,33 @@ DESCRIPTION
and also uses the -o option to have wic create the output and also uses the -o option to have wic create the output
somewhere other than the default /var/tmp/wic: somewhere other than the default /var/tmp/wic:
$ wic create ~/test.wks -o /home/trz/testwic --rootfs-dir $ wic create ./test.wks -o ./out --rootfs-dir
/home/trz/yocto/build/tmp/work/crownbay/core-image-minimal/1.0-r0/rootfs tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/rootfs
--bootimg-dir /home/trz/yocto/build/tmp/sysroots/crownbay/usr/share --bootimg-dir tmp/sysroots/qemux86-64/usr/share
--kernel-dir /home/trz/yocto/build/tmp/sysroots/crownbay/usr/src/kernel --kernel-dir tmp/deploy/images/qemux86-64
--native-sysroot /home/trz/yocto/build/tmp/sysroots/x86_64-linux --native-sysroot tmp/sysroots/x86_64-linux
Creating image(s)... Creating image(s)...
Info: The new image(s) can be found here: Info: The new image(s) can be found here:
/home/trz/testwic/build/test-201309260032-sda.direct out/build/test-201507211313-sda.direct
The following build artifacts were used to create the image(s):
ROOTFS_DIR: tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/rootfs
BOOTIMG_DIR: tmp/sysroots/qemux86-64/usr/share
KERNEL_DIR: tmp/deploy/images/qemux86-64
NATIVE_SYSROOT: tmp/sysroots/x86_64-linux
The image(s) were created using OE kickstart file:
./test.wks
Here is a content of test.wks:
part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024
bootloader --timeout=0 --append="rootwait rootfstype=ext3 video=vesafb vga=0x318 console=tty0"
...
Finally, here's an example of the actual partition language Finally, here's an example of the actual partition language
commands used to generate the mkefidisk image i.e. these are the commands used to generate the mkefidisk image i.e. these are the