new configuration templates based on fragments
[AGL/meta-agl.git] / templates / feature / agl-devel / 50_local.conf.inc
diff --git a/templates/feature/agl-devel/50_local.conf.inc b/templates/feature/agl-devel/50_local.conf.inc
new file mode 100644 (file)
index 0000000..bde32dd
--- /dev/null
@@ -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"
+
+