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