On Thu, Aug 27, 2015 at 05:34:31PM +0200, Alexandru.Vaduva wrote: > From: Siva Borra <[email protected]> > > Enable iSCSI target and supported devices. > > Signed-off-by: Siva Borra <[email protected]> > --- > .../recipes-kernel/linux/files/cfg/00023-open-scsi.cfg | 10 > +++++++++-
Not that it is specific to this patch but, why are all configuration fragments prefixed with a serial number? > 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 Are the device drivers actually required? If so, would it be possible to have them built as modules instead? I imagine not all users would want to have these drivers built in the kernel by default. /Josep -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
