]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/bbtests: Use YP sources mirror instead of GNU
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Dec 2021 14:12:15 +0000 (14:12 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 28 Dec 2021 03:22:53 +0000 (11:22 +0800)
The gnu sources server has been known to disappear. Use the YP sources
mirror instead. If that breaks, the autobuilder is broken anyway. This
should reduce test failures from upstream network issues.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a5459e42f1a6be9c08f303653cc1f73514eca9ef)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oeqa/selftest/cases/bbtests.py

index 9cd14aca4bf55dee6f646799ef680fc65fa7d17e..31962b92d79e2d3dd82e1e2eabf8f5b0d481ce79 100644 (file)
@@ -163,7 +163,7 @@ SSTATE_DIR = \"${TOPDIR}/download-selftest\"
 """)
         self.track_for_cleanup(os.path.join(self.builddir, "download-selftest"))
 
-        data = 'SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz;downloadfilename=test-aspell.tar.gz"'
+        data = 'SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/aspell-${PV}.tar.gz;downloadfilename=test-aspell.tar.gz"'
         self.write_recipeinc('aspell', data)
         result = bitbake('-f -c fetch aspell', ignore_status=True)
         self.delete_recipeinc('aspell')