]> code.ossystems Code Review - openembedded-core.git/commitdiff
bootimg.bbclass: Set nostamp for the bootimg task
authorRichard Purdie <richard@openedhand.com>
Wed, 1 Oct 2008 13:56:29 +0000 (13:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 1 Oct 2008 13:56:29 +0000 (13:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5369 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/bootimg.bbclass

index 9b0722ef1e5661bab40737cedd9a79d72cbd6c4d..450e31b4f6e593c16eddf69c53b27ba17300135a 100644 (file)
@@ -96,3 +96,4 @@ python do_bootimg() {
 }
 
 addtask bootimg before do_build
+do_bootimg[nostamp] = "1"