Add extra package for dev image 42/21542/1
authorRonan Le Martret <ronan@fridu.net>
Thu, 22 May 2014 16:14:09 +0000 (18:14 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 22 May 2014 16:17:54 +0000 (18:17 +0200)
Change-Id: Iffedee433f1f374b3c680afc256550831c5f777a
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
recipes-image/images/tizen-common-core-image-minimal-dev.bb

index fbf7b2f..ddacf80 100644 (file)
@@ -3,5 +3,8 @@ require recipes-image/images/tizen-common-core-image-minimal.bb
 DESCRIPTION = "A weston image with Tizen common and \
 is suitable for development work."
 
-IMAGE_FEATURES += "dev-pkgs"
-IMAGE_INSTALL += "attr"
\ No newline at end of file
+IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
+IMAGE_INSTALL += "attr"
+IMAGE_INSTALL += "util-linux-agetty"
+IMAGE_INSTALL += "strace"
+IMAGE_INSTALL += "gdb"
\ No newline at end of file