From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R3xjE-0004fW-4V for openembedded-core@lists.openembedded.org; Thu, 15 Sep 2011 00:14:48 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 14 Sep 2011 15:09:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="48512527" Received: from unknown (HELO scimitar.amr.corp.intel.com) ([10.255.14.158]) by orsmga001.jf.intel.com with ESMTP; 14 Sep 2011 15:09:35 -0700 From: Joshua Lock To: openembedded-core@lists.openembedded.org Date: Wed, 14 Sep 2011 15:09:27 -0700 Message-Id: X-Mailer: git-send-email 1.7.6 Subject: [PATCH 0/1] Disable mirrors for connectivity checks X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2011 22:14:48 -0000 I realised today that we are using mirrors when running the network connectivity checks. This could significantly reduce the utility of this sanity check. The single patch in this series rectifies the issue. Regards, Joshua The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419dc11: core-image-minimal: Add missing POKY_EXTRA_IMAGE variable (2011-09-14 01:27:08 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib josh/work http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work Joshua Lock (1): sanity: disable mirrors for connectivity check meta/classes/sanity.bbclass | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) -- 1.7.6