]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
wic: fix WicError message
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 21 Jun 2022 14:10:10 +0000 (16:10 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 29 Jun 2022 15:15:49 +0000 (05:15 -1000)
commitc83cabad78dbc98bb72be7fd7dd51023853a3ff9
tree4a537f1f3c24ade2c860d3ccb6ab66cf5325ebaa
parentce27982c24d2398c9eadb9d4d9e7475509424195
wic: fix WicError message

* add missing % to print the values instead of:
  | INFO: Build artifacts not found, exiting.
  | INFO:   (Please check that the build artifacts for the machine
  | INFO:    selected in local.conf actually exist and that they
  | INFO:    are the correct artifacts for the image (.wks file)).
  |
  | ERROR: ("The artifact that couldn't be found was %s:\n  %s", 'kernel-dir', '/OE/build/deploy/images/qemux86-64')

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e104c2b1273d8c5bd97893f318bf2a2699ef7f2d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/wic