summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-riotboard.make
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2023-02-10 20:36:12 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-02-11 17:19:20 +0100
commitb7a4fe18585223fe52100916a93d4057be51c79e (patch)
treeb5f494352a2fbe357e96830cd4d677d728337d70 /configs/platform-v7a/rules/blspec-riotboard.make
parent292781f91fa0e2fec85c00f804061839eec4641a (diff)
downloadDistroKit-b7a4fe18585223fe52100916a93d4057be51c79e.tar.gz
DistroKit-b7a4fe18585223fe52100916a93d4057be51c79e.tar.xz
v7a: blspec: convert to ptxdist default entries
Adding new board support always included adding a special blspec package for this new board. Most of the blspec entries are the same except for the used devicetree blob. Since the blspec-entry package is able to the add the barebox 'linux-appendroot true' option as well can move to the buildin blspec-entry creation. This lowers the burden of adding new board support since ptxdist will create a blspec entry for devicetree each listed within the platformconfig. I added the 'rootwait rw' kernel command line options since most blspec entries used these options, albeit the 'rw' support should be reconsidered. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.pengutronix.de/20230210193612.2143905-15-m.felsch@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/rules/blspec-riotboard.make')
-rw-r--r--configs/platform-v7a/rules/blspec-riotboard.make36
1 files changed, 0 insertions, 36 deletions
diff --git a/configs/platform-v7a/rules/blspec-riotboard.make b/configs/platform-v7a/rules/blspec-riotboard.make
deleted file mode 100644
index 9a100e7..0000000
--- a/configs/platform-v7a/rules/blspec-riotboard.make
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2017 by Rouven Czerwinski <r.czerwinski@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_BLSPEC_RIOTBOARD) += blspec-riotboard
-
-BLSPEC_RIOTBOARD_VERSION := 4.11
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/blspec-riotboard.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, blspec-riotboard)
- @$(call install_fixup,blspec-riotboard,PRIORITY,optional)
- @$(call install_fixup,blspec-riotboard,SECTION,base)
- @$(call install_fixup,blspec-riotboard,AUTHOR,"Rouven Czerwinski <r.czerwinski@pengutronix.de>")
- @$(call install_fixup,blspec-riotboard,DESCRIPTION,missing)
-
- @$(call install_alternative, blspec-riotboard, 0, 0, 0644, \
- /loader/entries/riotboard.conf)
-
- @$(call install_finish,blspec-riotboard)
-
- @$(call touch)
-
-# vim: syntax=make