aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-02 16:07:37 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-02 16:59:47 +0100
commitece0a4e0c50cbf9a9ce635f958115f1ded3c31e9 (patch)
tree4df9ad0cd8ff0a18d1a30fb3557014d48afce635 /meta-linaro
parentdff7d45ccde3fe4cae4e29830683afaac5ef5d2f (diff)
linaro-image-leg-java: add xauth
This allows ssh-based X11 forwarding to work as ssh has a silent dependency on this program. In addition to this change you may need to ensure that the following options are enabled in sshd_config: X11Forwarding yes X11UseLocalhost no Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-linaro')
-rw-r--r--meta-linaro/recipes-linaro/images/linaro-image-leg-java.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-linaro/recipes-linaro/images/linaro-image-leg-java.bb b/meta-linaro/recipes-linaro/images/linaro-image-leg-java.bb
index fc6d67d0..d8cb9263 100644
--- a/meta-linaro/recipes-linaro/images/linaro-image-leg-java.bb
+++ b/meta-linaro/recipes-linaro/images/linaro-image-leg-java.bb
@@ -8,6 +8,7 @@ IMAGE_INSTALL += " \
openjdk-7-jdk \
openjdk-8-jre \
openjdk-8-jdk \
+ xauth \
xserver-xorg-xvfb \
zip \
"