1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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
View File
@@ -96,3 +96,4 @@ python do_bootimg() {
} }
addtask bootimg before do_build addtask bootimg before do_build
do_bootimg[nostamp] = "1"