aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/x11-at91sam9-image.bb
blob: d0ca0b64b6398820f9274f0aa3fd4abaf4cdd1fb (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Angstrom x11-gpe-image with additional apps included
XSERVER = "xserver-xorg \
           xf86-input-evdev \
           xf86-input-mouse \
           xf86-video-fbdev \
           xf86-input-keyboard \
	   xinput-calibrator \
	  "
#           xf86-input-tslib \


require x11-gpe-image.bb

export IMAGE_BASENAME = "x11-at91sam9-image"

# SPLASH = "exquisite exquisite-themes exquisite-theme-angstrom"

DEPENDS = "task-base"

IMAGE_INSTALL += "\
	gpe-calculator \
	gpe-calendar \
	gpe-clock \
	gpe-contacts \
	gpe-edit \
	gpe-filemanager \
	gpe-gallery \
	gpe-go \
	gpe-irc \
	gpe-mixer \
	gpe-scap \
	gpe-sketchbook \
	gpe-terminal \
	gpe-tetris \
	gpe-watch \
	gpe-windowlist \
	gnome-mplayer \
	matchbox-panel-hacks \
	usbview \
	mplayer \
	thttpd \
	madplay \
	alsa-utils-aplay \
	alsa-utils-amixer \
	iperf \
	fbv \
	dosfstools \
	mtd-utils \
#	gpe-mini-browser2 \
	tslib-conf \
	tslib-calibrate \
	tslib-tests \
	libstdc++ \
	nano \
#	nbench-byte \
	pointercal \
	gstreamer \
	gst-plugins-base \
	gst-plugins-good \
	gst-plugins-bad \
	gst-plugins-ugly \
	gst-plugin-avi \
	gst-plugin-mpegstream \
	gst-plugin-qtdemux \
	gst-plugin-mpegvideoparse \
	gst-plugin-asf \
	gst-plugin-alsa \
	gst-plugin-ossaudio \
	gst-plugin-audioresample \
	gst-plugin-audioconvert \
	gst-plugin-ximagesink \
	gst-plugin-fbdevsink \
	gst-plugin-faad \
	gst-plugin-mad \    
	gst-plugin-playbin \
	gst-plugin-decodebin \
	gst-plugin-typefindfunctions \
	gst-ffmpeg \
#	gst-plugin-on2-8170 \
#	on2-8170-libs \
	owl-wifi \
	"

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

# IMAGE_LINGUAS += " se no dk fi"
#zap root password for release images
ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
ROOTFS_POSTPROCESS_COMMAND += "set_image_autologin; "
ROOTFS_POSTPROCESS_COMMAND += "install_linguas; "

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