The previous version bump8f52d4183e("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 <thomas.petazzoni@bootlin.com> Signed-off-by: Romain Naour <romain.naour@smile.fr> [Julien: add comment in commit log about link [1]] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commite91d1068de) Signed-off-by: Thomas Perale <thomas.perale@mind.be>