From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 09 Sep 2021 12:17:55 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mOH7z-0005mh-QS for lore@lore.pengutronix.de; Thu, 09 Sep 2021 12:17:55 +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 1mOH7z-00045M-DD; Thu, 09 Sep 2021 12:17:55 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mOH77-0003v0-Vx for ptxdist@pengutronix.de; Thu, 09 Sep 2021 12:17:03 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 2AF7190 for ; Thu, 9 Sep 2021 12:17:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LFAH6pEDxjPZ for ; Thu, 9 Sep 2021 12:16:55 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id 412D629BB; Thu, 9 Sep 2021 12:16:55 +0200 (CEST) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1mOH6y-0002Qb-Lz for ptxdist@pengutronix.de; Thu, 09 Sep 2021 12:16:52 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Thu, 9 Sep 2021 12:16:50 +0200 Message-Id: <20210909101652.9288-1-ada@thorsis.com> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 0/2] mtd-utils: Version bump and ubihealthd systemd unit 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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Hei hei, two patches here. Please review. I might try to get that systemd unit to upstream mtd-utils later. Greets Alex Alexander Dahl (2): mtd-utils: version bump 2.1.2 -> 2.1.3 mtd-utils: Introduce systemd unit for ubihealthd .../0002-Add-an-ubifs-mount-helper.patch | 142 ------------------ ...rkbad-new-util-to-mark-blocks-as-bad.patch | 18 +-- .../autogen.sh | 0 .../series | 3 +- .../lib/systemd/system/ubihealthd@.service | 13 ++ rules/host-mtd-utils.make | 3 +- rules/mtd-utils.in | 12 +- rules/mtd-utils.make | 13 +- 8 files changed, 46 insertions(+), 158 deletions(-) delete mode 100644 patches/mtd-utils-2.1.2/0002-Add-an-ubifs-mount-helper.patch rename patches/{mtd-utils-2.1.2 => mtd-utils-2.1.3}/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch (89%) rename patches/{mtd-utils-2.1.2 => mtd-utils-2.1.3}/autogen.sh (100%) rename patches/{mtd-utils-2.1.2 => mtd-utils-2.1.3}/series (53%) create mode 100644 projectroot/usr/lib/systemd/system/ubihealthd@.service base-commit: ca47cbbcc38eded46776e3c5a6e5ccdb0fdd5544 -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de