From 6ca06b47db72deaaeb9c6e890ec1bb43e42ae9eb Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 15 Aug 2018 09:30:46 +0300 Subject: emulator: build hdd image in correct phase hdd image need to be done before do_image_complete, since that's the phase is used in qbsp class. (cherry-picked from commit 614b86d5fe20513e27102f25eced6296aa205e6a) Change-Id: I9a2b7a0b18f7481d3dca1478e7b9e293686bcd2b Reviewed-by: Samuli Piippo --- classes/image-hdd.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/image-hdd.bbclass b/classes/image-hdd.bbclass index d12f3bf..bceb1b1 100644 --- a/classes/image-hdd.bbclass +++ b/classes/image-hdd.bbclass @@ -45,4 +45,4 @@ python do_hddimg() { bb.build.exec_func('create_hdd_image', d) } -addtask hddimg after do_bootdirectdisk before do_build +addtask hddimg after do_bootdirectdisk before do_image_complete -- cgit v1.2.3-54-g00ecf