From: Richard Purdie Date: Wed, 1 Oct 2008 13:56:29 +0000 (+0000) Subject: bootimg.bbclass: Set nostamp for the bootimg task X-Git-Tag: 2011-1~8151 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f36ea090d1d591ca37208f808ba40cf95d68a45d;p=openembedded-core.git bootimg.bbclass: Set nostamp for the bootimg task git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5369 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 9b0722ef1e..450e31b4f6 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -96,3 +96,4 @@ python do_bootimg() { } addtask bootimg before do_build +do_bootimg[nostamp] = "1"