mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/rt-tests: update _SITE URL
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>
This commit is contained in:
committed by
Thomas Perale
parent
5a630e95ba
commit
58323d7c27
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user