From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Jun 2022 16:23:33 +0200 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 1o1Tvg-00342W-3F for lore@lore.pengutronix.de; Wed, 15 Jun 2022 16:23:33 +0200 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 1o1Tvf-0002Iy-T6; Wed, 15 Jun 2022 16:23:31 +0200 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 1o1TuV-000234-Mj; Wed, 15 Jun 2022 16:22:19 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o1TuT-000hQ5-Ip; Wed, 15 Jun 2022 16:22:18 +0200 Received: from ejo by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o1TuT-004AEa-Lu; Wed, 15 Jun 2022 16:22:17 +0200 From: Enrico Jorns To: ptxdist@pengutronix.de Date: Wed, 15 Jun 2022 16:22:12 +0200 Message-Id: <20220615142217.990960-1-ejo@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 0/5] RAUC: update to v1.7 and add some new options X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ejo@pengutronix.de, jlu@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false RAUC v1.7 comes with two major new features: * The new 'crypt' bundle format for encrypted bundles * Built-in HTTP(S) bundle streaming support based on NBD This adds options for these in 'rauc' and 'image-rauc' recipe. Also since v1.3, the option --disable-create allows to strip code for bundle generation from target rauc where this is normally not required. This adds an option that disable bundle generation on target by default. Also default to 'verity' bundle format to guide ptxdist users that are unsure which bundle format to use. Enrico Jorns (5): RAUC: version bump 1.5.1 -> 1.7 RAUC: add option to enable streaming support RAUC: leverage --disable-create option to shrink size for target RAUC image-rauc: add support for crypt bundles image-rauc: default to 'verity' bundle format platforms/image-rauc.in | 9 +++++++++ rules/host-rauc.make | 1 + rules/image-rauc.make | 12 +++++++++++- rules/rauc.in | 21 +++++++++++++++++++++ rules/rauc.make | 6 ++++-- 5 files changed, 46 insertions(+), 3 deletions(-) -- 2.30.2