summaryrefslogtreecommitdiffstats
path: root/src/build/tools/hb
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-04-21 15:42:22 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-25 15:48:51 -0500
commit81f8f5bce33b7f7779422d026d2c8a7a8beb25fb (patch)
tree0902f03719b4670e40e9cb9f64a3a0d6e2bc2c5e /src/build/tools/hb
parent1005ad99f997cd57b0be062794a64408aa1a5042 (diff)
downloadtalos-hostboot-81f8f5bce33b7f7779422d026d2c8a7a8beb25fb.tar.gz
talos-hostboot-81f8f5bce33b7f7779422d026d2c8a7a8beb25fb.zip
Build error log parsers during Jenkins build.
Change-Id: Ia404970a84897d1a89e1f86a18220fc0199e4df1 RTC: 66441 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10674 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools/hb')
-rwxr-xr-xsrc/build/tools/hb22
1 files changed, 1 insertions, 21 deletions
diff --git a/src/build/tools/hb b/src/build/tools/hb
index 3405277eb..62eb7451b 100755
--- a/src/build/tools/hb
+++ b/src/build/tools/hb
@@ -436,27 +436,7 @@ hb_errlparser()
exit -1
fi
- # make sure the srci and errl dirs are present
- # x86.nfp context
- mkdir -p ${SANDBOXBASE}/src/srci
- mkdir -p ${SANDBOXBASE}/src/errl
-
- # Trigger a build of the hostboot plugins we shipped with the
- # hb prime cmd.
- execute_in_sandbox "cd ${SANDBOXBASE}/src/hbfw/ \
- && mk -a -j32" "x86.nfp"
-
- # build srci in x86 context
- execute_in_sandbox "cd ${SANDBOXBASE}/src/srci \
- && mk -a -j32" "x86.nfp"
-
- # build errl in x86 context, to pick-up the parser libs from
- # hostboot.
- execute_in_sandbox "cd ${SANDBOXBASE}/src/errl \
- && mk -a -j32" "x86.nfp"
-
- cd ${SANDBOXBASE}/simics
- tar -xvf $SANDBOXBASE/obj/x86.nfp/errl/nfp/tool/errl.tar errl
+ ${HOSTBOOTROOT}/src/build/citest/build-errl-parsers
}
hb_cachesync()
OpenPOWER on IntegriCloud