summaryrefslogtreecommitdiffstats
path: root/src/build/buildInfo.py
Commit message (Collapse)AuthorAgeFilesLines
* buildInfo: Rename COMMIT_ID TO SBE_COMMIT_IDWilliam A. Kennington III2017-04-201-3/+3
| | | | | | | | | Resolves #5 Change-Id: I4c3f2e392403915e1beb0ed91086c65357d73a47 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39525 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* buildInfo: Ensure we have a COMMIT_IDWilliam A. Kennington III2017-04-201-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | It's currently possible to build the current sbe without having git installed and have the compiler complain about: sbecmdgeneric.C:54:18: error: unable to find numeric literal operator ‘operator""x’ fwCommitId = SBE_COMMIT_ID; This commmit makes it possible to specify a git COMMIT_ID, but fall back to the old behavior of parsing the actual git data. It also makes sure the process fails at this script instead of during compilation. Signed-off-by: William A. Kennington III <wak@google.com> Resolves #4 Resolves #4 Change-Id: I533d7914fe2f74a3540be87c6a5a2c2bb98ffc78 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39468 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Build infra updates for op-buildspashabk-in2017-03-231-2/+3
| | | | | | | | | RTC:166889 Change-Id: I668af45fbb905385236a9090d145b548e6c77c2d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38192 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* SBE code restructure: cleanupShakeeb2016-09-011-1/+2
| | | | | | | | | Change-Id: I354cc79ba25b843fdb1a7524a19b8d0c41bd9051 RTC:159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29060 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* SBE code restructure: Build directory setupShakeeb2016-08-301-0/+48
Change-Id: I5727522fe885260dde54a94b9ae37fd1382a76ff RTC:159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28888 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
OpenPOWER on IntegriCloud