summaryrefslogtreecommitdiffstats
path: root/rules/host-genimage.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 16:53:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-14 13:54:35 +0200
commit46257ad517ce96de5b5a134064e83f8c5830e4ce (patch)
tree4f3593457c5d57720eab3ddf477ad7c3903a9345 /rules/host-genimage.make
parent4005c25cdba1c675c34cf1caff6c1c005e26ea2a (diff)
downloadptxdist-46257ad517ce96de5b5a134064e83f8c5830e4ce.tar.gz
ptxdist-46257ad517ce96de5b5a134064e83f8c5830e4ce.tar.xz
host-genimage: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-genimage.make')
-rw-r--r--rules/host-genimage.make36
1 files changed, 36 insertions, 0 deletions
diff --git a/rules/host-genimage.make b/rules/host-genimage.make
new file mode 100644
index 000000000..bec60ab14
--- /dev/null
+++ b/rules/host-genimage.make
@@ -0,0 +1,36 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# 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 := 1
+HOST_GENIMAGE_MD5 := 1565bb7a6d07a01bf79da660f18d512b
+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)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_GENIMAGE_CONF_TOOL := autoconf
+
+# vim: syntax=make