From f9209dd9f56e1f0120148701e2d58b46ba1bef2a Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 30 May 2014 17:17:26 +0200 Subject: [PATCH] Add extra packages Change-Id: I4fcf242aa36fedd6aba4c64344330335010c24e4 Signed-off-by: Ronan Le Martret --- recipes-image/images/tizen-common-core-image-minimal-dev.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-image/images/tizen-common-core-image-minimal-dev.bb b/recipes-image/images/tizen-common-core-image-minimal-dev.bb index ddacf80..71d8353 100644 --- a/recipes-image/images/tizen-common-core-image-minimal-dev.bb +++ b/recipes-image/images/tizen-common-core-image-minimal-dev.bb @@ -7,4 +7,8 @@ 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 +IMAGE_INSTALL += "gdb" +IMAGE_INSTALL += "lsof" +IMAGE_INSTALL += "screen" +IMAGE_INSTALL += "ldd" +IMAGE_INSTALL += "libcap" \ No newline at end of file -- 2.7.4