]> code.ossystems Code Review - openembedded-core.git/commit
wic/imager/direct: Ensure correct ROOTFS_DIR is shown
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Apr 2018 10:53:14 +0000 (11:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Apr 2018 07:19:35 +0000 (08:19 +0100)
commita4941af2d3624aecc5dcd7ff54b7ea8c9e9dee8b
tree337134457aed1a37f02c5585e31958530c232755
parent9640af873d490c5d22b70e32d918c2db37371d21
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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/imager/direct.py