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>2018-05-13 06:29:14 -0500
commit667805859c581ffe41abccc10c51320a2d9cd928 (patch)
tree5e8620b7920a9a489a9ebe72d3c12abb898f0337
parent1d21cd28651bf2da089884cc1d4ab282ed396318 (diff)
downloadtalos-op-build-667805859c581ffe41abccc10c51320a2d9cd928.tar.gz
talos-op-build-667805859c581ffe41abccc10c51320a2d9cd928.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 673b6200..6f2552fe 100644
--- a/openpower/package/occ/occ.mk
+++ b/openpower/package/occ/occ.mk
@@ -53,7 +53,7 @@ endef
define OCC_BUILD_CMDS_P9
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