[YCONFIG] Add debug flag for 'wic create'
Add CONFIG to increase the verbosity in log.do_image_wic and keep
temporary files in tmp-wic
folder. The temporary files are useful as it's possible to see
what files are placed into the boot partitions. For example:
build_corei7/tmp/work/seco_corei7_64-poky-linux/seco-clea-os-image/1.0/tmp-wic
├── boot.3
│ ├── bzImage
│ ├── EFI
│ │ └── BOOT
│ │ ├── bootx64.efi
│ │ └── grub.cfg
│ ├── GRUB
│ │ └── grubenv
│ ├── microcode.cpio
│ ├── ramfs.img
│ └── rootfs.img
└── hdd
└── boot
├── bzImage
├── core-image-minimal-initramfs-seco-corei7-64.cpio.gz
├── EFI
│ └── BOOT
│ ├── bootx64.efi
│ ├── grub-bootscript.cfg
│ └── grub.cfg
├── GRUB
│ └── grubenv
├── microcode.cpio
└── ramfs.img
10 directories, 15 files
Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com