summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-09-21 10:35:12 +0200
committerYannick Gicquel <yannick.gicquel@iot.bzh>2016-09-21 10:35:12 +0200
commit43e2b8df97d732eae4c34ac7763dc108e9dcf0b4 (patch)
tree9a4b0ee2fe9e573e931a70e564051116d8712b18 /templates
parent4cdd78c859bde2142d942baa53c4bd86b3685de1 (diff)
agl-devel: add less and lsof
Those tools can be useful while debugging on target. Change-Id: I6015985356c4c3d70866316ef3f9d4a70af717ab Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-devel/50_local.conf.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-devel/50_local.conf.inc b/templates/feature/agl-devel/50_local.conf.inc
index 62973830f..3b7434f13 100644
--- a/templates/feature/agl-devel/50_local.conf.inc
+++ b/templates/feature/agl-devel/50_local.conf.inc
@@ -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 \