From e91d1068de81357d86d462fc07c4f97e142c74bc Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Wed, 13 Aug 2025 23:28:34 +0200 Subject: [PATCH] package/rt-tests: update _SITE URL The previous version bump 8f52d4183e ("package/rt-tests: bump to version 2.8") was using the latest release, so the URL was updated to remove the "older" subdirectory. The URL was: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-2.8.tar.xz On the 01/07/2025 a new rt-tests release was published (2.9), so the 2.8 archive was moved to "older" subdirectory and once again breaking existing packaging downloads. The "new" URL is now: https://www.kernel.org/pub/linux/utils/rt-tests/older/rt-tests-2.8.tar.xz This situation was discussed upstream in [1]. [1] https://lore.kernel.org/linux-rt-users/20241228114346.6020d6b0@windsurf/ Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/10984686708 (TestRtTests) Cc: Thomas Petazzoni Signed-off-by: Romain Naour [Julien: add comment in commit log about link [1]] Signed-off-by: Julien Olivain --- package/rt-tests/rt-tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rt-tests/rt-tests.mk b/package/rt-tests/rt-tests.mk index 3c6b6f2276..6c445fde91 100644 --- a/package/rt-tests/rt-tests.mk +++ b/package/rt-tests/rt-tests.mk @@ -4,7 +4,7 @@ # ################################################################################ -RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests +RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests/older RT_TESTS_SOURCE = rt-tests-$(RT_TESTS_VERSION).tar.xz RT_TESTS_VERSION = 2.8 RT_TESTS_LICENSE = GPL-2.0+