summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a/rules/image-espressobin.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v8a/rules/image-espressobin.make')
-rw-r--r--configs/platform-v8a/rules/image-espressobin.make23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/platform-v8a/rules/image-espressobin.make b/configs/platform-v8a/rules/image-espressobin.make
new file mode 100644
index 0000000..2464ab1
--- /dev/null
+++ b/configs/platform-v8a/rules/image-espressobin.make
@@ -0,0 +1,23 @@
+#
+# We provide this package
+#
+IMAGE_PACKAGES-$(PTXCONF_IMAGE_ESPRESSOBIN) += image-espressobin
+
+#
+# Paths and names
+#
+IMAGE_ESPRESSOBIN := image-espressobin
+IMAGE_ESPRESSOBIN_DIR := $(BUILDDIR)/$(IMAGE_ESPRESSOBIN)
+IMAGE_ESPRESSOBIN_IMAGE := $(IMAGEDIR)/espressobin.hdimg
+IMAGE_ESPRESSOBIN_CONFIG := espressobin.config
+
+# ----------------------------------------------------------------------------
+# Image
+# ----------------------------------------------------------------------------
+
+$(IMAGE_ESPRESSOBIN_IMAGE):
+ @$(call targetinfo)
+ @$(call image/genimage, IMAGE_ESPRESSOBIN)
+ @$(call finish)
+
+# vim: syntax=make