diff options
-rw-r--r-- | meta/classes/bootimg.bbclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 0c96001096..ca61cd6b7a 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
@@ -91,7 +91,4 @@ python do_bootimg() { | |||
91 | bb.build.exec_func('build_boot_bin', d) | 91 | bb.build.exec_func('build_boot_bin', d) |
92 | } | 92 | } |
93 | 93 | ||
94 | # We need to run after bootsplash if it exists, so thats why this line | 94 | addtask bootimg before do_build |
95 | # is such. Don't worry, if you don't do bootsplash, nobody will notice | ||
96 | |||
97 | addtask bootimg before do_build after do_bootsplash | ||