From 47b558b11134c66d58482acafe4b7f4e23d65219 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sun, 7 Jun 2026 00:51:14 +0200 Subject: [PATCH] package/ts4900-fpga: remove package The ts4900 defconfig was removed, this package is no longer used. Signed-off-by: Romain Naour Signed-off-by: Julien Olivain --- Config.in.legacy | 7 +++++++ package/Config.in | 1 - package/ts4900-fpga/Config.in | 11 ----------- package/ts4900-fpga/ts4900-fpga.hash | 5 ----- package/ts4900-fpga/ts4900-fpga.mk | 21 --------------------- 5 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 package/ts4900-fpga/Config.in delete mode 100644 package/ts4900-fpga/ts4900-fpga.hash delete mode 100644 package/ts4900-fpga/ts4900-fpga.mk diff --git a/Config.in.legacy b/Config.in.legacy index 0f9b7e9e7a..e2f9d9131f 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,13 @@ endif comment "Legacy options removed in 2026.08" +config BR2_PACKAGE_TS4900_FPGA + bool "ts4900-fpga removed" + select BR2_LEGACY + help + The ts4900 defconfig was removed, so ts4900-fpga package + has been dropped. + config BR2_GDB_VERSION_14 bool "gdb 14.x has been removed" select BR2_LEGACY diff --git a/package/Config.in b/package/Config.in index 2045bcf135..9be569fe0a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -449,7 +449,6 @@ menu "Firmware" source "package/rcw-smarc-sal28/Config.in" source "package/rpi-firmware/Config.in" source "package/sunxi-boards/Config.in" - source "package/ts4900-fpga/Config.in" source "package/ux500-firmware/Config.in" source "package/wilc-firmware/Config.in" source "package/wilink-bt-firmware/Config.in" diff --git a/package/ts4900-fpga/Config.in b/package/ts4900-fpga/Config.in deleted file mode 100644 index 9f704fbc8c..0000000000 --- a/package/ts4900-fpga/Config.in +++ /dev/null @@ -1,11 +0,0 @@ -config BR2_PACKAGE_TS4900_FPGA - bool "ts4900-fpga" - depends on BR2_arm - help - TS-4900's FPGA implements clocks, UART MUX, and GPIOs. One - of these GPIOs is used to enable the wifi module. - - It is loaded by U-Boot during the boot sequence, the default - U-boot script expects to find it in the /boot folder. - - https://docs.embeddedts.com/TS-4900#FPGA_Changelog diff --git a/package/ts4900-fpga/ts4900-fpga.hash b/package/ts4900-fpga/ts4900-fpga.hash deleted file mode 100644 index 1d3c62bfd1..0000000000 --- a/package/ts4900-fpga/ts4900-fpga.hash +++ /dev/null @@ -1,5 +0,0 @@ -# From https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga//ts4900-fpga-20170510.bin.md5 -md5 86c7c3d7fb9c607af1ef55e1222b4416 ts4900-fpga-20170510.bin - -# Locally calculated -sha256 f15edd6813ee5e93e7f380d85df2dc31e764ebca465093fb9006d56ee15b476b ts4900-fpga-20170510.bin diff --git a/package/ts4900-fpga/ts4900-fpga.mk b/package/ts4900-fpga/ts4900-fpga.mk deleted file mode 100644 index 73e7a28e31..0000000000 --- a/package/ts4900-fpga/ts4900-fpga.mk +++ /dev/null @@ -1,21 +0,0 @@ -################################################################################ -# -# ts4900-fpga -# -################################################################################ - -TS4900_FPGA_VERSION = 20170510 -TS4900_FPGA_SOURCE = ts4900-fpga-$(TS4900_FPGA_VERSION).bin -TS4900_FPGA_SITE = https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga -# No license file provided, Yocto recipe from the vendor claims MIT. -# https://github.com/embeddedTS/meta-ts/blob/f31860f1204b64f765a5380d3b93a2cf18234f90/recipes-extras/ts4900-fpga/ts4900-fpga.bb#L6 - -define TS4900_FPGA_EXTRACT_CMDS - cp $(TS4900_FPGA_DL_DIR)/$(TS4900_FPGA_SOURCE) $(@D) -endef - -define TS4900_FPGA_INSTALL_TARGET_CMDS - $(INSTALL) -m 0644 -D $(@D)/$(TS4900_FPGA_SOURCE) $(TARGET_DIR)/boot/ts4900-fpga.bin -endef - -$(eval $(generic-package))