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 1QAzSE-0006Ky-K0 for openembedded-core@lists.openembedded.org; Sat, 16 Apr 2011 08:58:02 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Apr 2011 23:55:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,223,1301900400"; d="scan'208";a="629635669" Received: from unknown (HELO localhost) ([10.255.12.232]) by orsmga002.jf.intel.com with ESMTP; 15 Apr 2011 23:55:42 -0700 Message-Id: In-Reply-To: References: Old-Date: Fri, 15 Apr 2011 07:33:49 -0500 Date: Fri, 15 Apr 2011 23:55:42 -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 53/58] documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.org 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:58:02 -0000 From: Scott Rifenbark Substituted 'pokylinux.org' with 'yoctoproject.org' in an URL to locate the OProfile viewer and server. Signed-off-by: Scott Rifenbark --- documentation/adt-manual/adt-eclipse.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index a81929b..ee305fe 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -395,7 +395,7 @@ oprofile-server must be installed on the remote target, respectively, in order to use. You can locate both the viewer and server from - . + . You need to compile and install the oprofile-viewer from the source code on your local host machine. The oprofile-server is installed by default in the image. -- 1.7.1.1