summaryrefslogtreecommitdiffstats
path: root/meta/classes/bootimg.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r--meta/classes/bootimg.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index 395085d0ab..c370bd6a10 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -232,4 +232,8 @@ python do_bootimg() {
232 bb.build.exec_func('build_iso', d) 232 bb.build.exec_func('build_iso', d)
233} 233}
234 234
235IMAGE_TYPEDEP_iso = "ext3"
236IMAGE_TYPEDEP_hddimg = "ext3"
237IMAGE_TYPES_MASKED += "iso hddimg"
238
235addtask bootimg before do_build 239addtask bootimg before do_build