summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-08-15 09:30:46 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-08-15 06:45:25 +0000
commit614b86d5fe20513e27102f25eced6296aa205e6a (patch)
tree9af888d2b1d86c593317927e8c0d78f44d95fd2b
parent2b11595512f830532c4f06c8ed5f4bc6b67ce9d2 (diff)
downloadmeta-boot2qt-614b86d5fe20513e27102f25eced6296aa205e6a.tar.gz
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. Change-Id: I49a84b1c2311dbb3d3fbc1a40915adb801e33cd3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--meta-boot2qt/classes/image-hdd.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-boot2qt/classes/image-hdd.bbclass b/meta-boot2qt/classes/image-hdd.bbclass
index d12f3bf..bceb1b1 100644
--- a/meta-boot2qt/classes/image-hdd.bbclass
+++ b/meta-boot2qt/classes/image-hdd.bbclass
@@ -45,4 +45,4 @@ python do_hddimg() {
45 bb.build.exec_func('create_hdd_image', d) 45 bb.build.exec_func('create_hdd_image', d)
46} 46}
47 47
48addtask hddimg after do_bootdirectdisk before do_build 48addtask hddimg after do_bootdirectdisk before do_image_complete