]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
profile-manual: Added note about SystemTap ssh connectivity
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 14 Oct 2013 18:18:04 +0000 (11:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2013 17:09:48 +0000 (17:09 +0000)
Fixes [YOCTO #4409]

Added a note into the Setup section for SystemTap that tells
how ssh connection is assumed.  Also provided a link to the
wiki page that basically replicates all the same information that
is in the section.

(From yocto-docs rev: 7887aab3707d7da0c1556207936e2c35ddde158e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/profile-manual/profile-manual-usage.xml

index 8fef7d60ade9c53bad0b93d5430ed0ccb2bdc374..9116d5bf71acefbc0b018571a02bf96fc119e9ac 100644 (file)
             booted. The 'crosstap' script provides details on how
             to do this if you run the script on the host without having
             done a build:
+            <note>
+                SystemTap, which uses 'crosstap', assumes you can establish an
+                ssh connection to the remote target.
+                Please refer to crosstap wiki page for details on verifying
+                ssh connections at
+                <ulink url='https://wiki.yoctoproject.org/wiki/Tracing_and_Profiling#systemtap'></ulink>.
+                Also, the ability to ssh into the target system is not enabled
+                by default in -minimal images.
+            </note>
             <literallayout class='monospaced'>
      $ crosstap root@192.168.1.88 trace_open.stp
 
             the EXTRA_IMAGE_FEATURES variable ]
           $ bitbake core-image-sato
 
-      [ NOTE that 'crosstap' needs to be able to ssh into the target
-        system, which isn't enabled by default in -minimal images. ]
-
      Once you've build the image on the host system, you're ready to
      boot it (or the equivalent pre-built image) and use 'crosstap'
      to probe it (you need to source the environment as usual first):