diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-08-15 09:30:46 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-08-21 10:18:11 +0000 |
commit | 6ca06b47db72deaaeb9c6e890ec1bb43e42ae9eb (patch) | |
tree | f6a14b423d185b5f1653823600ec4a4f02e9d5f8 /classes | |
parent | c89f78c8e16377770adab6fcc7140cbac6018618 (diff) | |
download | meta-boot2qt-6ca06b47db72deaaeb9c6e890ec1bb43e42ae9eb.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.
(cherry-picked from commit 614b86d5fe20513e27102f25eced6296aa205e6a)
Change-Id: I9a2b7a0b18f7481d3dca1478e7b9e293686bcd2b
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image-hdd.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
45 | bb.build.exec_func('create_hdd_image', d) | 45 | bb.build.exec_func('create_hdd_image', d) |
46 | } | 46 | } |
47 | 47 | ||
48 | addtask hddimg after do_bootdirectdisk before do_build | 48 | addtask hddimg after do_bootdirectdisk before do_image_complete |