]> code.ossystems Code Review - openembedded-core.git/commitdiff
bootimg.bbclass: removed bootsplash task support - we do not have such one
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 11 Mar 2008 12:57:09 +0000 (12:57 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 11 Mar 2008 12:57:09 +0000 (12:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3989 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/bootimg.bbclass

index 0c96001096c2c286df5da8a7ff6c35dddc4d5357..ca61cd6b7a71be9bca7bb7e9942667c6462023c6 100644 (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