[ofw] [PATCH] include missing IB SDK files
Smith, Stan
stan.smith at intel.com
Fri Apr 9 15:57:42 PDT 2010
signed-off-by: stan smith <stan.smith at intel.com>
Revision: 2773
Author: stansmith
Date: 3:21:57 PM, Friday, April 09, 2010
Message:
[WIX] IB SDK - include missing header file components
----
Modified : /gen1/trunk/OFED/WIX/common/std_features.inc
--- a/OFED/WIX/common/std_features.inc Fri Apr 09 15:18:38 2010
+++ b/OFED/WIX/common/std_features.inc Fri Apr 09 10:24:38 2010
@@ -137,13 +137,20 @@
</Feature>
<Feature Id="fIBsdk" Title="InfiniBand SDK" Level="2"
- Description="InfiniBand Software Development Kit (Headers + Libs)"
+ Description="InfiniBand Software Development Kit in %SystemDrive%\OFED_SDK"
Display="expand" ConfigurableDirectory="INSTALLDIR"
AllowAdvertise='no' InstallDefault='local' Absent='disallow'>
<ComponentRef Id="cIBAL_Libs" />
<ComponentRef Id="cIBAL_Incs" />
<ComponentRef Id="cIBAL_Complib" />
<ComponentRef Id="cIBAL_IBA" />
+ <ComponentRef Id="cINC_user_etc" />
+ <ComponentRef Id="cINC_user_ib" />
+ <ComponentRef Id="cINC_linux" />
+ <ComponentRef Id="cINC_linux_arpa" />
+ <ComponentRef Id="cINC_linux_netinet" />
+ <ComponentRef Id="cINC_linux_sys" />
+ <ComponentRef Id="cINC_user_rdma" />
<ComponentRef Id="cDDK_example" />
<ComponentRef Id="cVS_example" />
</Feature>
More information about the ofw
mailing list