DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/3] genimage: update to v14
@ 2021-01-25 19:37 Ahmad Fatoum
  2021-01-25 19:37 ` [DistroKit] [PATCH 2/3] v7a: images: stm32mp: don't quote boolean in genimage Ahmad Fatoum
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ahmad Fatoum @ 2021-01-25 19:37 UTC (permalink / raw)
  To: distrokit

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.
---
 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 <m.olbrich@pengutronix.de>
+#
+# 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
-- 
2.30.0


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-01 18:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 19:37 [DistroKit] [PATCH 1/3] genimage: update to v14 Ahmad Fatoum
2021-01-25 19:37 ` [DistroKit] [PATCH 2/3] v7a: images: stm32mp: don't quote boolean in genimage Ahmad Fatoum
2021-02-01 17:57   ` Robert Schwebel
2021-01-25 19:37 ` [DistroKit] [PATCH 3/3] v7a: images: stm32mp: don't place backup GPT table into image Ahmad Fatoum
2021-02-01 18:01   ` Robert Schwebel
2021-02-01 10:34 ` [DistroKit] [PATCH 1/3] genimage: update to v14 Ahmad Fatoum
2021-02-01 18:01   ` Robert Schwebel
2021-02-01 17:53 ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox