From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QAzS9-0006Jq-Vi for openembedded-core@lists.openembedded.org; Sat, 16 Apr 2011 08:57:58 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 15 Apr 2011 23:55:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,223,1301900400"; d="scan'208";a="734220549" Received: from unknown (HELO localhost) ([10.255.12.232]) by orsmga001.jf.intel.com with ESMTP; 15 Apr 2011 23:55:40 -0700 Message-Id: <040e9015cc62767bd5f75a2f305d103a86a6b303.1302936483.git.sgw@linux.intel.com> In-Reply-To: References: Old-Date: Fri, 15 Apr 2011 07:32:40 -0500 Date: Fri, 15 Apr 2011 23:55:40 -0700 To: openembedded-core@lists.openembedded.org From: Saul Wold X-Mailman-Approved-At: Sat, 16 Apr 2011 12:03:17 +0200 Cc: Scott Rifenbark , Paul Eggleton , Jingdong Lu , Kang Kai , Xiaofeng Yan Subject: [PATCH 52/58] documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly builds 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: Sat, 16 Apr 2011 06:57:58 -0000 From: Scott Rifenbark There was a stray "0.9" in an URL for the Yocto source downloads. I changed it to 1.0. Signed-off-by: Scott Rifenbark --- documentation/adt-manual/adt-prepare.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 1733141..f27f603 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -232,7 +232,7 @@ architectures (x86, x86-64, mips, powerpc, and arm) that can be used unaltered in the QEMU emulator. These kernels and filesystem images reside in the Yocto Project release - area - + area - and are ideal for experimentation within Yocto Project. -- 1.7.1.1