summaryrefslogtreecommitdiffstats
path: root/meta/classes/bootimg.bbclass
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-11 12:57:09 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-11 12:57:09 +0000
commit329e6b5a4d90a9d212d1e11ce93f869fb39c581c (patch)
tree42389f0d0c7f2b195aa52483939f3341d71a9130 /meta/classes/bootimg.bbclass
parent024567e8a294bfbdeb60c9ac027898f8f3a2cba6 (diff)
downloadpoky-329e6b5a4d90a9d212d1e11ce93f869fb39c581c.tar.gz
bootimg.bbclass: removed bootsplash task support - we do not have such one
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3989 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r--meta/classes/bootimg.bbclass5
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 94addtask bootimg before do_build
95# is such. Don't worry, if you don't do bootsplash, nobody will notice
96
97addtask bootimg before do_build after do_bootsplash