aboutsummaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-devel/50_local.conf.inc
blob: bde32dd62a9c1125f008feff0183d769337cb837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"