summaryrefslogtreecommitdiffstats
path: root/sbe/build/citest/setup-env
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-08-19 02:27:41 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-19 04:46:14 -0400
commitdb9dfb338ad7399176fb7b32f06d816a32adc15f (patch)
treebb88f78bd35ffbe74b243e041a9ad3d099e25864 /sbe/build/citest/setup-env
parentb11b1159ad53b4d361436baf4f305b82e85790c3 (diff)
downloadtalos-sbe-db9dfb338ad7399176fb7b32f06d816a32adc15f.tar.gz
talos-sbe-db9dfb338ad7399176fb7b32f06d816a32adc15f.zip
Removed xip binary copy from SBE CI
Change-Id: Id37b19028df64b7de4840b43589f21b4dbb06f96 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28502 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/build/citest/setup-env')
-rwxr-xr-xsbe/build/citest/setup-env25
1 files changed, 24 insertions, 1 deletions
diff --git a/sbe/build/citest/setup-env b/sbe/build/citest/setup-env
index e0707cdc..97e063a9 100755
--- a/sbe/build/citest/setup-env
+++ b/sbe/build/citest/setup-env
@@ -1,4 +1,28 @@
#!/bin/sh
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: sbe/build/citest/setup-env $
+#
+# OpenPOWER sbe Project
+#
+# Contributors Listed Below - COPYRIGHT 2015,2016
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
export CITESTPATH=${SBEROOT}/sbe/build/citest
export PATH=${CITESTPATH}:${PATH}
@@ -55,7 +79,6 @@ export MACHINE=${MACHINE:-$DEFAULT_MACHINE}
export SBETESTDIR=$SANDBOXBASE/simics/targets/p9_nimbus/sbeTest
export SBEFW_DIR=$SANDBOXBASE/src/sbei/sbfw/
export SBEFW_IMG_DIR=$SANDBOXBASE/src/sbei/sbfw/img
-export SBEFW_SB_XIP_DIR=$SANDBOXBASE/obj/ppc/hwsv/server/buildhwpf2/hwpf2/tools/
export AUTOSIM_FFDC_XML=$SBETESTDIR/ffdc.xml
export SBE_TEST_XML=$SBETESTDIR/test.xml
# Indicate we setup the CI environment.
OpenPOWER on IntegriCloud