diff options
author | Yonghong Zhu <yonghong.zhu@intel.com> | 2015-12-07 08:29:10 +0000 |
---|---|---|
committer | yzhu52 <yzhu52@Edk2> | 2015-12-07 08:29:10 +0000 |
commit | eadb60d96f3aec44ad58b31cb3c30b3e68e288c1 (patch) | |
tree | 1bbdbdc924230b35888df4ae75ec8709051d23e8 /BaseTools/Source/C/Include | |
parent | b21a13fbb61e0232ea98b0d7b305e24e67e50b0a (diff) | |
download | edk2-eadb60d96f3aec44ad58b31cb3c30b3e68e288c1.zip edk2-eadb60d96f3aec44ad58b31cb3c30b3e68e288c1.tar.gz edk2-eadb60d96f3aec44ad58b31cb3c30b3e68e288c1.tar.bz2 |
BaseTools: Enhance GenFv Tool to report error message
When two vtf files in one FV image, no FV file can be generated, but it
report the stack trace info. so we enhance the tool to report error
message directly but not the stack trace info.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19137 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/C/Include')
-rw-r--r-- | BaseTools/Source/C/Include/Common/BuildVersion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Include/Common/BuildVersion.h b/BaseTools/Source/C/Include/Common/BuildVersion.h index d5bc56c..8bfa741 100644 --- a/BaseTools/Source/C/Include/Common/BuildVersion.h +++ b/BaseTools/Source/C/Include/Common/BuildVersion.h @@ -12,4 +12,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#define __BUILD_VERSION ""
+#define __BUILD_VERSION "Build 99862"
|