summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-devel/50_local.conf.inc
blob: 3b7434f13dd4fd93c49b4f48d71f286098abbec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
EXTRA_IMAGE_FEATURES =+ "debug-tweaks eclipse-debug tools-debug tools-profile"

IMAGE_INSTALL_append = " \
	strace \
	ldd \
	less \
	lsof \
	gdb \
	valgrind \
	perf \
	powertop \
	latencytop \
	systemtap \
	screen \
	usbutils \
	rsync \
"

# disable install of debug files in SDK
# initial value: SDKIMAGE_FEATURES="dev-pkgs dbg-pkgs staticdev-pkgs"
SDKIMAGE_FEATURES="dev-pkgs"