From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=[IPv6:::1]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1l6WXc-0002aV-EM for distrokit@pengutronix.de; Mon, 01 Feb 2021 11:34:44 +0100 From: Ahmad Fatoum References: <20210125193705.27018-1-a.fatoum@pengutronix.de> Message-ID: <920208ba-eed4-9262-1bc5-e417e3316f1a@pengutronix.de> Date: Mon, 1 Feb 2021 11:34:44 +0100 MIME-Version: 1.0 In-Reply-To: <20210125193705.27018-1-a.fatoum@pengutronix.de> Content-Language: en-US Subject: Re: [DistroKit] [PATCH 1/3] genimage: update to v14 List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Hello, On 25.01.21 20:37, Ahmad Fatoum wrote: > v14 adds support for gpt-no-backup, which allows us to shrink our GPT > image sizes for the lxa-mc1 and stm32mp157c-dk. > > This commit can be reverted with the migration to ptxdist v2020.02.0. I just noticed I forget the Signed-off-by's. I can respin if needed. Otherwise, I'd wait util ptxdist v2020.02.0 is released and rebase on top of a DistroKit migrated to that. > --- > rules/host-genimage.make | 38 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) > create mode 100644 rules/host-genimage.make > > diff --git a/rules/host-genimage.make b/rules/host-genimage.make > new file mode 100644 > index 000000000000..6e4468d24bb7 > --- /dev/null > +++ b/rules/host-genimage.make > @@ -0,0 +1,38 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2012 by Michael Olbrich > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +HOST_PACKAGES-$(PTXCONF_HOST_GENIMAGE) += host-genimage > + > +# > +# Paths and names > +# > +HOST_GENIMAGE_VERSION := 14 > +HOST_GENIMAGE_MD5 := 266b5692aba2e2b98db2ec9de7c09a59 > +HOST_GENIMAGE := genimage-$(HOST_GENIMAGE_VERSION) > +HOST_GENIMAGE_SUFFIX := tar.xz > +HOST_GENIMAGE_URL := http://www.pengutronix.de/software/genimage/download/$(HOST_GENIMAGE).$(HOST_GENIMAGE_SUFFIX) > +HOST_GENIMAGE_SOURCE := $(SRCDIR)/$(HOST_GENIMAGE).$(HOST_GENIMAGE_SUFFIX) > +HOST_GENIMAGE_DIR := $(HOST_BUILDDIR)/$(HOST_GENIMAGE) > +HOST_GENIMAGE_LICENSE := GPL-2.0-only > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +# > +# autoconf > +# > +HOST_GENIMAGE_CONF_TOOL := autoconf > +HOST_GENIMAGE_CONF_OPT := \ > + $(HOST_AUTOCONF) \ > + --enable-largefile > + > +# vim: syntax=make > -- 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 | _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de