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
This commit is contained in:
Marcin Juszkiewicz 2008-03-11 12:57:09 +00:00
parent 024567e8a2
commit 329e6b5a4d
1 changed files with 1 additions and 4 deletions

View File

@ -91,7 +91,4 @@ python do_bootimg() {
bb.build.exec_func('build_boot_bin', d)
}
# We need to run after bootsplash if it exists, so thats why this line
# is such. Don't worry, if you don't do bootsplash, nobody will notice
addtask bootimg before do_build after do_bootsplash
addtask bootimg before do_build