From b9c76ffcd3e7ed0478555e2cb996ba4686a86c9a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 15 May 2012 00:34:53 +0300 Subject: [PATCH] games-image: added ssh server Signed-off-by: Marko Lindqvist --- test/images/game-image/games-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/images/game-image/games-image.bb b/test/images/game-image/games-image.bb index 366edee..2ddf8d7 100644 --- a/test/images/game-image/games-image.bb +++ b/test/images/game-image/games-image.bb @@ -10,7 +10,8 @@ inherit core-image IMAGE_ROOTFS_SIZE = "8192" IMAGE_INSTALL = "\ -task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ +task-core-boot task-core-ssh-openssh \ +${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ xserver-xorg xserver-xorg-extension-extmod xf86-video-fbdev xf86-video-vmware xf86-input-evdev \ xinit xterm \ freeciv \