From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 13 Dec 2023 15:48:15 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rDQX0-002G6I-1g for lore@lore.pengutronix.de; Wed, 13 Dec 2023 15:48:15 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rDQX0-0007UQ-O3; Wed, 13 Dec 2023 15:48:14 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rDQWt-0007TH-PH; Wed, 13 Dec 2023 15:48:07 +0100 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rDQWt-00FapL-CK; Wed, 13 Dec 2023 15:48:07 +0100 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rDQWt-0081CG-15; Wed, 13 Dec 2023 15:48:07 +0100 From: Roland Hieber To: distrokit@pengutronix.de Date: Wed, 13 Dec 2023 15:47:46 +0100 Message-Id: <20231213144750.1899431-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH next v3 0/4] refactor data partition setup 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: , Cc: Roland Hieber 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false PATCH next v3: * fixups to make the state of the series already applied on the next branch work on remaining platforms * don't use "linux-generic" Type UUID for data partition because then systemd-repart will match the STM32MP1 bootloader partitions * select busybox rdev, and don't run systemd-repart when we don't have a partitionable disk (feedback from PTX Jenkins, Bastian Krause and Robert Schwebel) * fix systemd-repart on mips (feedback from PTX Jenkins) * rauc-udev: remove fallback match for data partition in mmcblk0p3 PATCH v2: https://lore.distrokit.org/distrokit/20231103225253.1349209-1-rhi@pengutronix.de * ENV{PARTNAME} is not set for all partitions, use ENV{ID_PART_ENTRY_NAME} instead, which is also used by udev's 60-persistent-storage.rules to generate /dev/disk/by-partlabel/* PATCH v1: https://lore.distrokit.org/distrokit/20231103182438.1051601-1-rhi@pengutronix.de Roland Hieber (4): systemd: make systemd-repart work for mips busybox: enable rdev to find out the root device squash! datapartition: generate partitions via systemd-repart fixup! rauc-udev: generate symlinks based on GPT partition labels configs/ptxconfig | 2 +- ...d-defines-for-big-endian-MIPS-MIPS64.patch | 122 ++++++++++++++++++ patches/systemd-254.5/series | 1 + projectroot/etc/rc.once.d/repart | 10 +- projectroot/etc/repart.rc-once.d/30-data.conf | 3 +- .../lib/udev/rules.d/90-rauc-partitions.rules | 4 - 6 files changed, 134 insertions(+), 8 deletions(-) create mode 100644 patches/systemd-254.5/0001-sd-gpt-add-defines-for-big-endian-MIPS-MIPS64.patch create mode 100644 patches/systemd-254.5/series -- 2.39.2