summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2018-01-25 02:33:32 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-25 08:04:04 -0500
commit095e608c7f68eeac89d277da09b48ffa71b49230 (patch)
tree621ad4356645cb4510a0f39355c3c8514f6aa33b /src/build
parentccf737710b21e689e88f4c29187e2730e50676ba (diff)
downloadtalos-sbe-095e608c7f68eeac89d277da09b48ffa71b49230.tar.gz
talos-sbe-095e608c7f68eeac89d277da09b48ffa71b49230.zip
Fix SBE install in op-build
Address issue reported on https://github.com/open-power/sbe/issues/6 Change-Id: I0394e925541c7ebb25d0cfbd0d4c9896d16996c5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52617 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/sbeOpDistribute.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build/sbeOpDistribute.py b/src/build/sbeOpDistribute.py
index 8be046e0..f7ed94ef 100755
--- a/src/build/sbeOpDistribute.py
+++ b/src/build/sbeOpDistribute.py
@@ -86,6 +86,9 @@ def main(argv):
scratch_dir = str(arg)
assert os.path.exists(arg), "Did not find the file at,"+str(arg)
+ SEEPROM_IMAGE = 'sbe_seeprom.bin'
+ SEEPROM_HDR_BIN = 'sbe_seeprom.hdr.bin'
+
if (mode == "MAKE"):
# Create binaries folder
run_system_cmd('mkdir -p '+sbe_binary_dir)
OpenPOWER on IntegriCloud