aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/console-audio-image.bb
blob: 271ebfb52820bb3710eae31faf89914dce1e60d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Angstrom bootstrap at91sam9 image
require console-base-image.bb

export IMAGE_BASENAME = "console-at91sam9-image"

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

DEPENDS = "task-base-extended \
           ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
	   "

IMAGE_INSTALL = "task-base-extended \
	usbview \
	mplayer \
	thttpd \
	madplay \
	alsa-utils-aplay \
	alsa-utils-amixer \
	iperf \
	dosfstools \
	mtd-utils \
	${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
	${IMAGE_EXTRA_INSTALL} \
#	nbench-byte \
	"

IMAGE_LINGUAS = ""

#we dont need the kernel in the image
ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*; "

inherit image