summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-rpicm3.make
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-03-11 19:12:54 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-03-15 09:42:42 +0100
commite9c32bad6e9f7dcf226c9c91cb84f458af0847a5 (patch)
tree2e7689282ef2fca93a0f8355bf34010355058976 /configs/platform-v7a/rules/blspec-rpicm3.make
parent61be023775ab1ccef072bd8116f0ccf740bf8708 (diff)
downloadDistroKit-e9c32bad6e9f7dcf226c9c91cb84f458af0847a5.tar.gz
DistroKit-e9c32bad6e9f7dcf226c9c91cb84f458af0847a5.tar.xz
v7a: Add support for Raspberry Pi CM3
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/rules/blspec-rpicm3.make')
-rw-r--r--configs/platform-v7a/rules/blspec-rpicm3.make36
1 files changed, 36 insertions, 0 deletions
diff --git a/configs/platform-v7a/rules/blspec-rpicm3.make b/configs/platform-v7a/rules/blspec-rpicm3.make
new file mode 100644
index 0000000..4908a8b
--- /dev/null
+++ b/configs/platform-v7a/rules/blspec-rpicm3.make
@@ -0,0 +1,36 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2021 by Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_BLSPEC_RPICM3) += blspec-rpicm3
+
+BLSPEC_RPICM3_VERSION := 4.6
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/blspec-rpicm3.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, blspec-rpicm3)
+ @$(call install_fixup,blspec-rpicm3,PRIORITY,optional)
+ @$(call install_fixup,blspec-rpicm3,SECTION,base)
+ @$(call install_fixup,blspec-rpicm3,AUTHOR,"Uwe Kleine-König <u.kleine-koenig@pengutronix.de>")
+ @$(call install_fixup,blspec-rpicm3,DESCRIPTION,missing)
+
+ @$(call install_alternative, blspec-rpicm3, 0, 0, 0644, \
+ /loader/entries/rpicm3.conf)
+
+ @$(call install_finish,blspec-rpicm3)
+
+ @$(call touch)
+
+# vim: syntax=make