diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-23 10:38:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:10 +0000 |
commit | 2df514bfe4a911c0dca8828038dd94e6265f50ca (patch) | |
tree | efd278e2ac99335bb2bb528f5dcc5f3b5f6760db /documentation/sdk-manual/sdk-appendix-obtain.xml | |
parent | 12f5c25ae7754552e8636a445f4be33563125eb0 (diff) | |
download | poky-2df514bfe4a911c0dca8828038dd94e6265f50ca.tar.gz |
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>
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-obtain.xml')
0 files changed, 0 insertions, 0 deletions