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