package/starfive-spltool: remove the starfive-spltool package

The starfive-spltool host package was added to Buildroot to create a
bootable image for the Starfive JH7110 SoC.
Mainline U-Boot can now build an image without it so it is not required
anymore.

Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
[Julien: remove DEVELOPERS entry]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Thomas Bonnefille
2025-08-22 10:11:08 +02:00
committed by Julien Olivain
parent dca6a203a5
commit c0abf44630
5 changed files with 0 additions and 32 deletions

View File

@@ -3172,7 +3172,6 @@ F: package/x265/
N: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
F: board/pine64/star64
F: configs/pine64_star64_defconfig
F: package/starfive-spltool/
N: Thomas Claveirole <thomas.claveirole@green-communications.fr>
F: package/fcgiwrap/

View File

@@ -114,7 +114,6 @@ menu "Host utilities"
source "package/sloci-image/Config.in.host"
source "package/snagboot/Config.in.host"
source "package/squashfs/Config.in.host"
source "package/starfive-spltool/Config.in.host"
source "package/sunxi-tools/Config.in.host"
source "package/swig/Config.in.host"
source "package/swtpm/Config.in.host"

View File

@@ -1,8 +0,0 @@
config BR2_PACKAGE_HOST_STARFIVE_SPLTOOL
bool "host starfive-spltool"
depends on BR2_riscv
help
Add header to the Secondary Program Loader with the 3rd party
software given by Starfive-Tech for their SoCs.
https://github.com/starfive-tech/soft_3rdpart/tree/JH7110_VisionFive2_devel/spl_tool

View File

@@ -1,2 +0,0 @@
# Locally computed
sha256 f5466225021fbe4e983cc85f32ce11d92ad30689b18e0d1390d16f6bfab74477 starfive-spltool-JH7110_VF2_515_v5.11.3.tar.gz

View File

@@ -1,20 +0,0 @@
################################################################################
#
# starfive-spltool
#
################################################################################
STARFIVE_SPLTOOL_VERSION = JH7110_VF2_515_v5.11.3
STARFIVE_SPLTOOL_SITE = $(call github,starfive-tech,soft_3rdpart,$(STARFIVE_SPLTOOL_VERSION))
STARFIVE_SPLTOOL_LICENSE = GPL-2.0+
STARFIVE_SPLTOOL_FILES = spl_tool/LICENSE
define HOST_STARFIVE_SPLTOOL_BUILD_CMDS
$(HOST_MAKE_ENV) $(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D)/spl_tool
endef
define HOST_STARFIVE_SPLTOOL_INSTALL_CMDS
$(INSTALL) -D -m 0755 $(@D)/spl_tool/spl_tool $(HOST_DIR)/bin/spl_tool
endef
$(eval $(host-generic-package))