summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-nitrogen6x.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/rules/blspec-nitrogen6x.make')
-rw-r--r--configs/platform-v7a/rules/blspec-nitrogen6x.make38
1 files changed, 38 insertions, 0 deletions
diff --git a/configs/platform-v7a/rules/blspec-nitrogen6x.make b/configs/platform-v7a/rules/blspec-nitrogen6x.make
new file mode 100644
index 0000000..56ec66b
--- /dev/null
+++ b/configs/platform-v7a/rules/blspec-nitrogen6x.make
@@ -0,0 +1,38 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2017 by Roland Hieber <r.hieber@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
+#
+PACKAGES-$(PTXCONF_BLSPEC_NITROGEN6X) += blspec-nitrogen6x
+
+BLSPEC_NITROGEN6X_VERSION := 4.12
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/blspec-nitrogen6x.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, blspec-nitrogen6x)
+ @$(call install_fixup,blspec-nitrogen6x,PRIORITY,optional)
+ @$(call install_fixup,blspec-nitrogen6x,SECTION,base)
+ @$(call install_fixup,blspec-nitrogen6x,AUTHOR,"Roland Hieber <r.hieber@pengutronix.de>")
+ @$(call install_fixup,blspec-nitrogen6x,DESCRIPTION,missing)
+
+ @$(call install_alternative, blspec-nitrogen6x, 0, 0, 0644, \
+ /loader/entries/nitrogen6x.conf)
+
+ @$(call install_finish,blspec-nitrogen6x)
+
+ @$(call touch)
+
+# vim: syntax=make