summaryrefslogtreecommitdiffstats
path: root/meta/classes/bootimg.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-01 13:56:29 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-01 13:56:29 +0000
commitf36ea090d1d591ca37208f808ba40cf95d68a45d (patch)
tree35dfac77ef386b0b2cf62eccd678e15463969c0b /meta/classes/bootimg.bbclass
parentcd872118e712e04e082d4473691d41c59b7f5391 (diff)
downloadpoky-f36ea090d1d591ca37208f808ba40cf95d68a45d.tar.gz
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
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r--meta/classes/bootimg.bbclass1
1 files changed, 1 insertions, 0 deletions
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() {
96} 96}
97 97
98addtask bootimg before do_build 98addtask bootimg before do_build
99do_bootimg[nostamp] = "1"