summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-boneblack.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/rules/blspec-boneblack.make')
-rw-r--r--configs/platform-v7a/rules/blspec-boneblack.make36
1 files changed, 0 insertions, 36 deletions
diff --git a/configs/platform-v7a/rules/blspec-boneblack.make b/configs/platform-v7a/rules/blspec-boneblack.make
deleted file mode 100644
index 1a09ba9..0000000
--- a/configs/platform-v7a/rules/blspec-boneblack.make
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2016 by Michael Grzeschik <mgr@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_BLSPEC_BONEBLACK) += blspec-boneblack
-
-BLSPEC_BONEBLACK_VERSION := 4.6
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/blspec-boneblack.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, blspec-boneblack)
- @$(call install_fixup,blspec-boneblack,PRIORITY,optional)
- @$(call install_fixup,blspec-boneblack,SECTION,base)
- @$(call install_fixup,blspec-boneblack,AUTHOR,"Michael Grzeschik <mgr@pengutronix.de>")
- @$(call install_fixup,blspec-boneblack,DESCRIPTION,missing)
-
- @$(call install_alternative, blspec-boneblack, 0, 0, 0644, \
- /loader/entries/boneblack.conf)
-
- @$(call install_finish,blspec-boneblack)
-
- @$(call touch)
-
-# vim: syntax=make