generic-poky/documentation/sdk-manual
Scott Rifenbark 2df514bfe4 sdk-manual: Added note for running remote apps with SSH port forw enabled.
I added the following note in the section that deals with running
Eclipse with a remote application.

Fixes [YOCTO #9276]

Currently, Eclipse does not support SSH port forwarding.
Consequently, if you need to run or debug a remote
application using the host display, you must create a
tunneling connection from outside Eclipse and keep
that connection alive during your work.
For example, in a new terminal, run the following:

     ssh -XY user_name@remote_host_ip

After running the command, add the command to be executed
in Eclipse's run configuration before the application
as follows:

     export DISPLAY=:10.0

(From yocto-docs rev: 7bf2875ff1653a8e50fa8e2bba540b2eb2512d2d)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-23 21:56:10 +00:00
..
figures sdk-manual: Updated the SDK devtool modify flow diagram. 2016-03-23 21:56:09 +00:00
sdk-appendix-customizing.xml sdk-manual: Applied 2nd round of review edits. 2016-03-23 21:56:10 +00:00
sdk-appendix-obtain.xml sdk-manual: Applied review edits to the manual. 2016-03-23 21:56:09 +00:00
sdk-extensible.xml sdk-manual: Applied more review edits to the manual per Eggleton. 2016-03-23 21:56:10 +00:00
sdk-intro.xml sdk-manual: Applied review edits to the manual. 2016-03-23 21:56:09 +00:00
sdk-manual-customization.xsl sdk-manual-customization: Fixed XSL Appendix numbering parameter 2016-03-23 21:56:07 +00:00
sdk-manual-eclipse-customization.xsl sdk-manual: Initial Manual framework 2016-01-07 12:13:45 +00:00
sdk-manual.xml sdk-manual: New content for outline purposes. 2016-03-23 21:56:06 +00:00
sdk-style.css sdk-manual: Added a red-text "role" to the style sheet. 2016-03-23 21:56:07 +00:00
sdk-using.xml sdk-manual: Added note for running remote apps with SSH port forw enabled. 2016-03-23 21:56:10 +00:00