aboutsummaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-devel/50_local.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature/agl-devel/50_local.conf.inc')
-rw-r--r--templates/feature/agl-devel/50_local.conf.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/feature/agl-devel/50_local.conf.inc b/templates/feature/agl-devel/50_local.conf.inc
new file mode 100644
index 000000000..bde32dd62
--- /dev/null
+++ b/templates/feature/agl-devel/50_local.conf.inc
@@ -0,0 +1,20 @@
+EXTRA_IMAGE_FEATURES =+ "debug-tweaks eclipse-debug tools-debug tools-profile"
+
+IMAGE_INSTALL_append = " \
+ strace \
+ ldd \
+ gdb \
+ valgrind \
+ perf \
+ powertop \
+ latencytop \
+ systemtap \
+ screen \
+ usbutils \
+"
+
+# disable install of debug files in SDK
+# initial value: SDKIMAGE_FEATURES="dev-pkgs dbg-pkgs staticdev-pkgs"
+SDKIMAGE_FEATURES="dev-pkgs"
+
+