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
This commit is contained in:
Richard Purdie 2008-10-01 13:56:29 +00:00
parent cd872118e7
commit f36ea090d1
1 changed files with 1 additions and 0 deletions

View File

@ -96,3 +96,4 @@ python do_bootimg() {
}
addtask bootimg before do_build
do_bootimg[nostamp] = "1"