summaryrefslogtreecommitdiffstats
path: root/recipes/images/james-image.bb
blob: 4a85de070530c22fbb2fecc2676d3c0e018ae264 (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
# James image

inherit image

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

IMAGE_INSTALL += "task-boot \
	    task-nas-server-everything \
	    task-mythtv \
	    task-internetserver \
	    task-mediaserver \
	    task-importmedia \
# stuff below needs a proper task
	    dropbear \
	    xinetd \
            util-linux-ng-mount util-linux-ng-umount \
	    screen \
	    cups procps\
	    xmltv \
	    midori \
	    lame \
	    libcwiid  wmgui wminput lswm \
	    w3cam  \
	   "

# the following packages still need some work and will (maybe?) 
# be added in due time
#	    motion \
#	    asterisk \
#	    ekiga \
#	    lcd4linux \
#	    mplayer \

export IMAGE_BASENAME = "james-image"
IMAGE_LINGUAS = ""