summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-05-13 06:29:14 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-26 07:54:48 +0000
commit75013c0796a38b3ae8f443b80edff53e5c24f006 (patch)
treedbcfd0c716ba4f2000cc321e26c23c5940d8458d
parentd62c3399f5797eb08b8a15b20c012b7b7dcf1abf (diff)
downloadtalos-op-build-75013c0796a38b3ae8f443b80edff53e5c24f006.tar.gz
talos-op-build-75013c0796a38b3ae8f443b80edff53e5c24f006.zip
Ensure binary-only GPU support is disabled
-rw-r--r--openpower/package/occ/occ.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/occ/occ.mk b/openpower/package/occ/occ.mk
index 35aa1807..7a81feb5 100644
--- a/openpower/package/occ/occ.mk
+++ b/openpower/package/occ/occ.mk
@@ -28,7 +28,7 @@ OCC_DEPENDENCIES ?= $(if $(BR2_OPENPOWER_POWER9),$(OCC_DEPENDENCIES_P9),$(OCC_DE
define OCC_BUILD_CMDS
if [ "$(BR2_OCC_GPU_BIN_BUILD)" == "y" ]; then \
cd $(@D)/src && \
- make PPE_TOOL_PATH=$(PPE42_GCC_BIN) OCC_OP_BUILD=1 CROSS_PREFIX=$(TARGET_CROSS) LD_LIBRARY_PATH=$(HOST_DIR)/usr/lib GPE1_BIN_IMAGE_PATH=$(STAGING_DIR)/hostboot_binaries/ OPOCC_GPU_SUPPORT=1 all; \
+ make PPE_TOOL_PATH=$(PPE42_GCC_BIN) OCC_OP_BUILD=1 CROSS_PREFIX=$(TARGET_CROSS) LD_LIBRARY_PATH=$(HOST_DIR)/usr/lib GPE1_BIN_IMAGE_PATH=$(STAGING_DIR)/hostboot_binaries/ OPOCC_GPU_SUPPORT=0 all; \
else \
cd $(@D)/src && \
make PPE_TOOL_PATH=$(PPE42_GCC_BIN) OCC_OP_BUILD=1 CROSS_PREFIX=$(TARGET_CROSS) LD_LIBRARY_PATH=$(HOST_DIR)/usr/lib all; \
OpenPOWER on IntegriCloud