Looks good to me. Merged to 5.15 -> master.
Bruce In message: [linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] features/iscsi: add feature for iSCSI Initiator over TCP/IP on 17/04/2023 Yongxin Liu wrote: > Signed-off-by: Yongxin Liu <[email protected]> > --- > features/iscsi/iscsi.cfg | 3 +++ > features/iscsi/iscsi.scc | 4 ++++ > 2 files changed, 7 insertions(+) > create mode 100644 features/iscsi/iscsi.cfg > create mode 100644 features/iscsi/iscsi.scc > > diff --git a/features/iscsi/iscsi.cfg b/features/iscsi/iscsi.cfg > new file mode 100644 > index 00000000..7c47204b > --- /dev/null > +++ b/features/iscsi/iscsi.cfg > @@ -0,0 +1,3 @@ > +# SPDX-License-Identifier: MIT > +CONFIG_ISCSI_TCP=m > +CONFIG_ISCSI_BOOT_SYSFS=m > diff --git a/features/iscsi/iscsi.scc b/features/iscsi/iscsi.scc > new file mode 100644 > index 00000000..4fc0cec3 > --- /dev/null > +++ b/features/iscsi/iscsi.scc > @@ -0,0 +1,4 @@ > +# SPDX-License-Identifier: MIT > +define KFEATURE_DESCRIPTION "iSCSI Initiator over TCP/IP" > + > +kconf non-hardware iscsi.cfg > -- > 2.39.2 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12391): https://lists.yoctoproject.org/g/linux-yocto/message/12391 Mute This Topic: https://lists.yoctoproject.org/mt/98312959/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
