summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-09-05 23:59:51 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-09-06 03:31:35 -0400
commit0ed5e3d8d82a369ef57b1d1969392c9885049103 (patch)
treef07f4be00aedd4649bc20dfbffc7cec5dbd1322a /src/tools
parentb48dbe83b92c4ad376750e196420b6e8b5e3dcc8 (diff)
downloadtalos-sbe-0ed5e3d8d82a369ef57b1d1969392c9885049103.tar.gz
talos-sbe-0ed5e3d8d82a369ef57b1d1969392c9885049103.zip
Remove copying actions files to sandbox from ppe repo
Change-Id: I7fe4ba44dcfbe874bbdeda3a7847eb1a7adf874f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29234 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/utils/sbePatchUtility.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/tools/utils/sbePatchUtility.py b/src/tools/utils/sbePatchUtility.py
index 552c035d..bbb6d883 100644
--- a/src/tools/utils/sbePatchUtility.py
+++ b/src/tools/utils/sbePatchUtility.py
@@ -80,29 +80,6 @@ def utilPatchSimics(i_sandbox_path, i_sandbox_root):
os.system(l_sim_cmd)
- # Copy action files. As we are taking actions files from ppe, copy them here
- # so that any workaround necessary can be applied over them in pre-simsetup path
- # mkdir -p $SANDBOXBASE/src/simu/data/cec-chip
- # cp $SBEROOT/import/chips/p9/sw_simulation/* $SANDBOXBASE/src/simu/data/cec-chip || exit -1
-
- print " [ Copying action files to fips Sandbox ]"
- # Ge the Sandbox base
- sandbox_base = utilcode.utilFind_ENV_string("SANDBOXBASE").rstrip('\n')
- sandbox_path = sandbox_base + "/src/simu/data/cec-chip"
- cmd = "mkdir -p " + sandbox_path
- print " * Executing : ",cmd
- os.system(cmd)
-
- # Ge the ppe root
- ppe_base = utilcode.utilFind_ENV_string("SBEROOT").rstrip('\n')
- ppe_path = ppe_base + "/src/import/chips/p9/sw_simulation/"
- p_cmd = "cp -f " + ppe_path + "* " + sandbox_path
- print " * Executing : ",p_cmd
- rc = os.system(p_cmd)
- if rc:
- print " ERROR rc :",rc
- return rc
-
return errorcode.SUCCESS_EXIT
##########################################################################
OpenPOWER on IntegriCloud