diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:10:46 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:10:46 +0000 |
commit | 189b9a916b845c90db5e51f62496a13f60936d36 (patch) | |
tree | e9227d9f63eea070317afffd41cbcdfed018753f /openembedded/classes/srec.bbclass | |
parent | 8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c (diff) | |
download | poky-189b9a916b845c90db5e51f62496a13f60936d36.tar.gz |
Sync bbclass files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@374 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/classes/srec.bbclass')
-rw-r--r-- | openembedded/classes/srec.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/classes/srec.bbclass b/openembedded/classes/srec.bbclass index ae46a407fe..e7bdc6c75d 100644 --- a/openembedded/classes/srec.bbclass +++ b/openembedded/classes/srec.bbclass | |||
@@ -10,6 +10,8 @@ SREC_CMD = "${TARGET_PREFIX}objcopy -O srec -I binary --adjust-vma ${SREC_VMAADD | |||
10 | # Do not build srec files for these types of images: | 10 | # Do not build srec files for these types of images: |
11 | SREC_SKIP = "tar" | 11 | SREC_SKIP = "tar" |
12 | 12 | ||
13 | do_srec[nostamp] = 1 | ||
14 | |||
13 | do_srec () { | 15 | do_srec () { |
14 | if [ ${SREC_VMAADDR} = "" ] ; then | 16 | if [ ${SREC_VMAADDR} = "" ] ; then |
15 | oefatal Cannot do_srec without SREC_VMAADDR defined. | 17 | oefatal Cannot do_srec without SREC_VMAADDR defined. |