From: Marcin Juszkiewicz Date: Tue, 11 Mar 2008 12:57:09 +0000 (+0000) Subject: bootimg.bbclass: removed bootsplash task support - we do not have such one X-Git-Tag: 2011-1~9459 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=329e6b5a4d90a9d212d1e11ce93f869fb39c581c;p=openembedded-core.git 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 --- 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() { 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