[yocto] [PATCH 1/1] Enable iSCSI configs.

Alexandru.Vaduva Alexandru.Vaduva at enea.com
Thu Aug 27 08:34:31 PDT 2015


From: Siva Borra <siva.borra at enea.com>

Enable iSCSI target and supported devices.

Signed-off-by: Siva Borra <siva.borra at enea.com>
---
 .../recipes-kernel/linux/files/cfg/00023-open-scsi.cfg         | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00023-open-scsi.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00023-open-scsi.cfg
index e5075cb..90d5b3f 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00023-open-scsi.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00023-open-scsi.cfg
@@ -1,4 +1,12 @@
 CONFIG_SCSI_ISCSI_ATTRS=y
 CONFIG_ISCSI_TCP=y
 CONFIG_ISCSI_BOOT_SYSFS=y
-
+CONFIG_ISCSI_TARGET=y
+CONFIG_TARGET_CORE=y
+CONFIG_BE2ISCSI=y
+CONFIG_CNIC=y
+CONFIG_QLCNIC=y
+CONFIG_SCSI_QLA_ISCSI=y
+CONFIG_SCSI_CXGB4_ISCSI=y
+CONFIG_SCSI_BNX2_ISCSI=y
+CONFIG_SCSI_CXGB3_ISCSI=y
-- 
1.9.1




More information about the yocto mailing list