From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 13 Feb 2023 08:34:09 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pRTLn-005zJS-74 for lore@lore.pengutronix.de; Mon, 13 Feb 2023 08:34:09 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pRTLk-0007qH-EV; Mon, 13 Feb 2023 08:34:08 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRTLa-0007q3-6z; Mon, 13 Feb 2023 08:33:58 +0100 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pRTLY-004bUI-C8; Mon, 13 Feb 2023 08:33:57 +0100 Received: from localhost ([127.0.0.1]) by ptz.office.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pRTLY-003682-6o; Mon, 13 Feb 2023 08:33:56 +0100 Message-ID: <75f7a2e8f8c029c000fbc9582acb3f679bf44aba.camel@pengutronix.de> From: Jan =?ISO-8859-1?Q?L=FCbbe?= To: Roland Hieber , distrokit@pengutronix.de Date: Mon, 13 Feb 2023 08:33:55 +0100 In-Reply-To: <20230212221449.1644628-7-rhi@pengutronix.de> References: <20230212221449.1644628-1-rhi@pengutronix.de> <20230212221449.1644628-7-rhi@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3 (by Flathub.org) MIME-Version: 1.0 Subject: Re: [DistroKit] [PATCH 6/8] v7a: kernel: enable features necessary for RAUC X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Sun, 2023-02-12 at 23:14 +0100, Roland Hieber wrote: > +CONFIG_SQUASHFS=3Dy > +CONFIG_SQUASHFS_FILE_CACHE=3Dy > +# CONFIG_SQUASHFS_FILE_DIRECT is not set Use SQUASHFS_FILE_DIRECT for better performance. > +CONFIG_SQUASHFS_DECOMP_SINGLE=3Dy > +# CONFIG_SQUASHFS_DECOMP_MULTI is not set Enable DECOMP_MULTI for better performance. > +# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set > +# CONFIG_SQUASHFS_XATTR is not set > +CONFIG_SQUASHFS_ZLIB=3Dy > +# CONFIG_SQUASHFS_LZ4 is not set > +# CONFIG_SQUASHFS_LZO is not set > +# CONFIG_SQUASHFS_XZ is not set > +# CONFIG_SQUASHFS_ZSTD is not set Please enable LZ4, XZ and ZSTD. This makes it easy to change the bundle compression later. It's also very useful for benchmarking. > +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set Enable this for better performance. > +# CONFIG_SQUASHFS_EMBEDDED is not set > +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3D3 --=20 Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |