agl-devel: add less and lsof 73/6573/1
authorYannick Gicquel <yannick.gicquel@iot.bzh>
Wed, 21 Sep 2016 08:35:12 +0000 (10:35 +0200)
committerYannick Gicquel <yannick.gicquel@iot.bzh>
Wed, 21 Sep 2016 08:35:12 +0000 (10:35 +0200)
Those tools can be useful while debugging on target.

Change-Id: I6015985356c4c3d70866316ef3f9d4a70af717ab
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
templates/feature/agl-devel/50_local.conf.inc

index 6297383..3b7434f 100644 (file)
@@ -3,6 +3,8 @@ EXTRA_IMAGE_FEATURES =+ "debug-tweaks eclipse-debug tools-debug tools-profile"
 IMAGE_INSTALL_append = " \
        strace \
        ldd \
+       less \
+       lsof \
        gdb \
        valgrind \
        perf \