poky/scripts/lib/wic
Richard Purdie b71709b0e2 wic/imager/direct: Ensure correct ROOTFS_DIR is shown
This changes the output of "wic create mkefidisk -e core-image-sato" from:

The following build artifacts were used to create the image(s):
  ROOTFS_DIR:                   /media/build1/poky/build/tmp.wic.ybraavmb/rootfs_copy

to:

The following build artifacts were used to create the image(s):
  ROOTFS_DIR:                   /media/build1/poky/build/tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/rootfs

which s much less confusing for the user.

[YOCTO #12564]

(From OE-Core rev: a4941af2d3624aecc5dcd7ff54b7ea8c9e9dee8b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-04-20 08:19:46 +01:00
..
canned-wks wic: add wks file to make use of exclude-path functionality 2018-03-06 06:35:42 -08:00
plugins wic/imager/direct: Ensure correct ROOTFS_DIR is shown 2018-04-20 08:19:46 +01:00
__init__.py wic: move WicError to lib/wic/__init__.py 2017-03-04 23:18:17 +00:00
engine.py wic: implement ext fs support for 'wic rm' 2017-09-11 17:30:28 +01:00
filemap.py wic: if we can't get from ioctl, try from os.stat() 2018-01-14 09:11:57 +00:00
help.py wic: Add post operation hook for SourcePlugin 2018-03-04 11:35:40 +00:00
ksparser.py wic: Introduce --fsuuid and have --use-uuid make use of UUID too 2017-12-18 18:03:58 +00:00
misc.py wic: misc.py: Use mmd from mtools instead of syslinux 2017-11-05 22:33:23 +00:00
partition.py wic: Set a miniumum FAT16 volume size. 2018-03-04 11:35:40 +00:00
pluginbase.py wic: Add post operation hook for SourcePlugin 2018-03-04 11:35:40 +00:00