From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 18AFCE0167C for ; Sun, 13 Oct 2013 11:34:10 -0700 (PDT) Received: by mail-qc0-f182.google.com with SMTP id n4so4306166qcx.41 for ; Sun, 13 Oct 2013 11:34:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=HzTUpQTPOcgFjVX3sl/G+4z+pdHvHmmjlnZ3zbkux40=; b=NmNX7Q+SzqzVLzgB1EoxQPFOhUCsQ4BnawY9FMn/Pf9l0fddvYycwccaNRzxRI/DGL WeDWmq1XMkCgRuf5Hb8owNtLyNiuq4vIynonSlhpsM1XYWm/Z7Nnt00ajFrlSg+pXCUl hEJ3qrtGK7y1kAggY6LVps4tiPYpcMROZERvAZ/5fOSLcgVilTBOvIN1/PKI64UzXjM1 DgAlQ39+PS0mEEySJG5G6CPkNT6Gzgq/J9EJz+Fm+T7ArIp+KvTnHzUFfVv+AbDEu2gD 4jjt3NzLOOmoOMm9i3QSRTFPh3P4YGHZOFRyovr5ysZmOMRwYOnqAG2w4MwdryIQWUxj sAEA== X-Received: by 10.49.101.79 with SMTP id fe15mr21786829qeb.28.1381689249759; Sun, 13 Oct 2013 11:34:09 -0700 (PDT) Received: from B35650-11.home (pool-173-76-208-216.bstnma.fios.verizon.net. [173.76.208.216]) by mx.google.com with ESMTPSA id kz8sm11229247qeb.0.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Oct 2013 11:34:09 -0700 (PDT) From: ronunes@gmail.com To: meta-freescale@yoctoproject.org Date: Sun, 13 Oct 2013 14:34:03 -0400 Message-Id: <1381689243-9861-1-git-send-email-ronunes@gmail.com> X-Mailer: git-send-email 1.8.1.2 Cc: Rogerio Nunes Subject: [fsl-community-bsp-platform][PATCH 1/1] README: Pointing the repo tool url to the new google server X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 18:34:11 -0000 From: Rogerio Nunes Change-Id: I80c7f7fdf47341cd049d9565a56aae3c96a8c811 Signed-off-by: Rogerio Nunes --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3a5a56d..0d74cb8 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ To get the BSP you need to have `repo` installed and use it as: Install the `repo` utility: $: mkdir ~/bin -$: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo +$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $: chmod a+x ~/bin/repo Download the BSP source: -- 1.8.1.2