Skip to content
Snippets Groups Projects
Commit 439e8261 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

irdb-sdk!

parents d71a4009 b0ef38c4
No related branches found
No related tags found
No related merge requests found
Pipeline #1594 passed
......@@ -60,3 +60,6 @@
[submodule "irdb-sdk"]
path = irdb-sdk
url = git@git.zephyr-software.com:allnp/irdb-sdk.git
[submodule "zipr_xeon_plugin"]
path = zipr_xeon_plugin
url = git@git.zephyr-software.com:allnp/xeon_plugin
Subproject commit 4f44223a87b941d499cd16da841fd37eb48d4807
Subproject commit 46cba78a0e69c1e8d2302930a7fc80a05ec13232
......@@ -29,6 +29,11 @@ mkdir -p $ZEST_RUNTIME/lib64
mkdir -p $ZEST_RUNTIME/bin
mkdir -p $ZEST_RUNTIME/sbin
if [ "$(ls -A "$PEDI_HOME" 2> /dev/null)" == "" ]; then
echo "pedi submodule is empty. Did you clone using --recursive?";
exit 1;
fi
if [ ! -f manifest.txt.config -o ! -d "$PS_INSTALL" ]; then
mkdir -p "$PS_INSTALL"
$PEDI_HOME/pedi --setup -m manifest.txt -l ida -l ida_key -l ps -l zipr -l stars -i $PS_INSTALL
......@@ -115,6 +120,11 @@ if [ -d $ZIPR_SCFI_PLUGIN ]; then
scons $SCONSDEBUG || exit 1
fi
if [ -d $ZIPR_XEON_PLUGIN ]; then
cd $ZIPR_XEON_PLUGIN
scons $SCONSDEBUG || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
scons $SCONSDEBUG || exit 1
......
......@@ -10,6 +10,11 @@ if [ "$PEASOUP_UMBRELLA_DIR" != "$FULL_BUILD_LOC" ]; then
exit 1;
fi
if [ "$(ls -A "$PEDI_HOME" 2> /dev/null)" == "" ]; then
echo "pedi submodule is empty. Did you clone using --recursive?";
exit 1;
fi
use_strata=0
if [[ $use_strata = 1 ]] ; then
# stratafier
......
Subproject commit fc5f9496fde5728597bd38896c3e51be08c6203c
Subproject commit e74ad988db681906932c41957539ceef53565dd1
Subproject commit 82603141950e834693264ef6021305452bd748ce
Subproject commit 4f1f24632054a5ac1c4cf4653c57d625930b525d
Subproject commit c9e7222c45a17e84319b68df829e4616882adbf4
Subproject commit fad0d8e056415fe834f60ae5db84f8ef52644a30
......@@ -17,6 +17,7 @@ export ZIPR_INSTALL=$PEASOUP_UMBRELLA_DIR/zipr_install
export ZIPR_CALLBACKS=$PEASOUP_UMBRELLA_DIR/zipr_callbacks
export ZIPR_SDK=$PEASOUP_UMBRELLA_DIR/zipr_sdk
export ZIPR_SCFI_PLUGIN=$PEASOUP_UMBRELLA_DIR/zipr_scfi_plugin
export ZIPR_XEON_PLUGIN=$PEASOUP_UMBRELLA_DIR/zipr_xeon_plugin
export SECURITY_TRANSFORMS_HOME=$PEASOUP_UMBRELLA_DIR/security_transforms
export IRDB_SDK=$PEASOUP_UMBRELLA_DIR/irdb-sdk
export IRDB_TRANSFORMS=$PEASOUP_UMBRELLA_DIR/irdb_transforms
......
Subproject commit 97ab5ded5890c3a86e7cc1124d8f68c1557e8d53
Subproject commit 3c03d1d879d783a880b7989c38c5d83fe92e1c84
Subproject commit e176a7818d531362e700cba0719f6ad55f1a9ffc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment