summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-05-31 13:47:37 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-05-31 14:00:43 +0200
commit4572ad16975ac30cf9c37293fca821686db82e0d (patch)
treebeecf3f1555a93f3bfbcc224ff2a093a613316d2 /rules
parentddcaf332c757eea4b8f3e7c131f39ca89b346390 (diff)
downloadDistroKit-4572ad16975ac30cf9c37293fca821686db82e0d.tar.gz
DistroKit-4572ad16975ac30cf9c37293fca821686db82e0d.tar.xz
platforms: drop no longer needed blspec-rpi4
Now that we have commits: - 552ea42fe7aa ("v8a: blspec: switch to default blspec entry") - b7a4fe185852 ("v7a: blspec: convert to ptxdist default entries") we don't need special dedicated blspec rules anymore for v7a/v8a, so drop the last one we had left. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/blspec-rpi4.make38
1 files changed, 0 insertions, 38 deletions
diff --git a/rules/blspec-rpi4.make b/rules/blspec-rpi4.make
deleted file mode 100644
index 50a5f88..0000000
--- a/rules/blspec-rpi4.make
+++ /dev/null
@@ -1,38 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2022 by Ahmad Fatoum <a.fatoum@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_BLSPEC_RPI4) += blspec-rpi4
-
-BLSPEC_RPI4_VERSION := 4.6
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/blspec-rpi4.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, blspec-rpi4)
- @$(call install_fixup,blspec-rpi4,PRIORITY,optional)
- @$(call install_fixup,blspec-rpi4,SECTION,base)
- @$(call install_fixup,blspec-rpi4,AUTHOR,"Ahmad Fatoum <a.fatoum@pengutronix.de>")
- @$(call install_fixup,blspec-rpi4,DESCRIPTION,missing)
-
- @$(call install_alternative, blspec-rpi4, 0, 0, 0644, \
- /loader/entries/rpi4b.conf)
- @$(call install_alternative, blspec-rpi4, 0, 0, 0644, \
- /loader/entries/rpi400.conf)
-
- @$(call install_finish,blspec-rpi4)
-
- @$(call touch)
-
-# vim: syntax=make