summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/debug/sbe-debug.py (renamed from src/tools/utils/Debug/sbe-debug.py)2
-rw-r--r--src/tools/utils/sbePatchUtility.py3
-rwxr-xr-xsrc/tools/utils/sbePrime.py9
3 files changed, 8 insertions, 6 deletions
diff --git a/src/tools/utils/Debug/sbe-debug.py b/src/tools/debug/sbe-debug.py
index c955b266..dbea27d8 100755
--- a/src/tools/utils/Debug/sbe-debug.py
+++ b/src/tools/debug/sbe-debug.py
@@ -2,7 +2,7 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: src/tools/utils/Debug/sbe-debug.py $
+# $Source: src/tools/debug/sbe-debug.py $
#
# OpenPOWER sbe Project
#
diff --git a/src/tools/utils/sbePatchUtility.py b/src/tools/utils/sbePatchUtility.py
index b651af3e..d5af8fa1 100644
--- a/src/tools/utils/sbePatchUtility.py
+++ b/src/tools/utils/sbePatchUtility.py
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -125,7 +126,7 @@ def utilExecuteShell(i_ppe_root, i_sandbox_path, i_shell_file):
sb_name=os.path.basename(i_sandbox_path)
# Find the file and execute
- l_path_name = i_ppe_root + '/src/build/'
+ l_path_name = i_ppe_root + '/src'
l_shell_path=utilcode.utilFindFile(i_shell_file, l_path_name)
print " [ %s ]"%l_shell_path
diff --git a/src/tools/utils/sbePrime.py b/src/tools/utils/sbePrime.py
index 0c94ee76..bfbd8ab1 100755
--- a/src/tools/utils/sbePrime.py
+++ b/src/tools/utils/sbePrime.py
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -189,11 +190,11 @@ def main():
exit_main(errorcode.ERROR_SETTING)
else:
print " Sandbox root path\t : ",sandbox_root
-
+
#---------------------------------------------
# sim setup if user initiates
#---------------------------------------------
- if sim_patch != "None":
+ if sim_patch != "None":
#---------------------------------------------
# Create sandbox for simics
#---------------------------------------------
@@ -238,7 +239,7 @@ def main():
#----------------------------------------
# 4) Copy the files from repo to sandbox
#----------------------------------------
- # Find the files and copy to the sanbox dir
+ # Find the files and copy to the sanbox dir
# Just take a quick check if the Sandbox exist or not
if sandbox_path != "None":
if os.path.isdir(sandbox_path) == True:
@@ -269,7 +270,7 @@ def main():
hook_file = utilcode.utilWriteShell_hooks(sandbox_path)
#----------------------------------------
- # 6) Compile the code
+ # 6) Compile the code
#----------------------------------------
# Use the hook script to compile the code
if sandbox_name == "None":
OpenPOWER on IntegriCloud