[oe-commits] [openembedded-core] branch rocko-next updated: oeqa/runtime/buildcpio: Use our own mirror for source

git at git.openembedded.org git at git.openembedded.org
Fri Jan 5 23:00:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/rocko-next by this push:
     new 94cf778  oeqa/runtime/buildcpio: Use our own mirror for source
94cf778 is described below

commit 94cf778aa6b8573adb47ec858bb0affc4b227ddc
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Jan 5 16:09:47 2018 +0000

    oeqa/runtime/buildcpio: Use our own mirror for source
    
    We see occasional network glitches which break this test. Use our own
    mirror (which has a .gz instead of .bz2) to avoid the errors, we're not
    trying to test network connectivity.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/cases/buildcpio.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/runtime/cases/buildcpio.py b/meta/lib/oeqa/runtime/cases/buildcpio.py
index 59edc9c..79b22d0 100644
--- a/meta/lib/oeqa/runtime/cases/buildcpio.py
+++ b/meta/lib/oeqa/runtime/cases/buildcpio.py
@@ -9,8 +9,7 @@ class BuildCpioTest(OERuntimeTestCase):
 
     @classmethod
     def setUpClass(cls):
-        uri = 'https://ftp.gnu.org/gnu/cpio'
-        uri = '%s/cpio-2.12.tar.bz2' % uri
+        uri = 'https://downloads.yoctoproject.org/mirror/sources/cpio-2.12.tar.gz'
         cls.project = TargetBuildProject(cls.tc.target,
                                          uri,
                                          dl_dir = cls.tc.td['DL_DIR'])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list