Let's put this in cfg/fs/ along with the other filesystem fragments. Otherwise, no concerns about the change, it is fine with me.
Bruce In message: [linux-yocto] [kernel-cache][PATCH] squashfs: Add initial support on 19/02/2024 Vyacheslav Yurkov wrote: > It's required at least in selftest to test read-only file systems. > > Signed-off-by: Vyacheslav Yurkov <[email protected]> > --- > features/squashfs/non-hardware.kcf | 1 + > features/squashfs/squashfs.cfg | 2 ++ > features/squashfs/squashfs.scc | 3 +++ > 3 files changed, 6 insertions(+) > create mode 100644 features/squashfs/non-hardware.kcf > create mode 100644 features/squashfs/squashfs.cfg > create mode 100644 features/squashfs/squashfs.scc > > diff --git a/features/squashfs/non-hardware.kcf > b/features/squashfs/non-hardware.kcf > new file mode 100644 > index 00000000..b4f504d3 > --- /dev/null > +++ b/features/squashfs/non-hardware.kcf > @@ -0,0 +1 @@ > +fs/squashfs/Kconfig > diff --git a/features/squashfs/squashfs.cfg b/features/squashfs/squashfs.cfg > new file mode 100644 > index 00000000..27906251 > --- /dev/null > +++ b/features/squashfs/squashfs.cfg > @@ -0,0 +1,2 @@ > +# SPDX-License-Identifier: MIT > +CONFIG_SQUASHFS=y > diff --git a/features/squashfs/squashfs.scc b/features/squashfs/squashfs.scc > new file mode 100644 > index 00000000..071c2b24 > --- /dev/null > +++ b/features/squashfs/squashfs.scc > @@ -0,0 +1,3 @@ > +# SPDX-License-Identifier: MIT > +kconf non-hardware squashfs.cfg > + > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13590): https://lists.yoctoproject.org/g/linux-yocto/message/13590 Mute This Topic: https://lists.yoctoproject.org/mt/104443540/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
