diff options
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/uki.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/uki.bbclass b/meta/classes-recipe/uki.bbclass index d4f25c7fd2..441e4a7f8e 100644 --- a/meta/classes-recipe/uki.bbclass +++ b/meta/classes-recipe/uki.bbclass | |||
@@ -189,7 +189,7 @@ python do_uki() { | |||
189 | ukify_cmd += " %s" % (output) | 189 | ukify_cmd += " %s" % (output) |
190 | 190 | ||
191 | # Run the ukify command | 191 | # Run the ukify command |
192 | bb.debug("uki: running command: %s" % (ukify_cmd)) | 192 | bb.debug(2, "uki: running command: %s" % (ukify_cmd)) |
193 | bb.process.run(ukify_cmd, shell=True) | 193 | bb.process.run(ukify_cmd, shell=True) |
194 | } | 194 | } |
195 | addtask uki after do_rootfs before do_deploy do_image_complete do_image_wic | 195 | addtask uki after do_rootfs before do_deploy do_image_complete do_image_wic |