From fed1ece3482e8f41607a249284ede1246a6b594a Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Fri, 18 Sep 2020 09:23:33 +0000 Subject: [PATCH] samples: Fix openvino sample The sample wasn't working because the number of ethreads was 1. Increasing it fixes the sample. --- samples/ml/openvino/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/ml/openvino/Makefile b/samples/ml/openvino/Makefile index 1baf819ea..a51e93b33 100644 --- a/samples/ml/openvino/Makefile +++ b/samples/ml/openvino/Makefile @@ -19,6 +19,8 @@ else SGXLKL_ENV= endif +SGXLKL_ENV += SGXLKL_ETHREADS=4 + SGXLKL_DISK_TOOL=${SGXLKL_ROOT}/tools/sgx-lkl-disk SGXLKL_GDB=${SGXLKL_ROOT}/tools/gdb/sgx-lkl-gdb