blob: 6f3e594e623d9c6c3037370722a05ce21bb57030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#QtopiaCore 'console' image
#gives you a small images with ssh access
ANGSTROM_EXTRA_INSTALL ?= ""
DISTRO_SSH_DAEMON ?= "dropbear"
DEPENDS = "task-boot task-qtopia-core-gui task-qtopia-core-gui"
IMAGE_INSTALL = "task-boot \
util-linux-mount util-linux-umount \
${DISTRO_SSH_DAEMON} \
angstrom-version \
task-qtopia-core-console \
task-qtopia-core-gui \
"
export IMAGE_BASENAME = "trolltech-qtopia-core-gui-image"
IMAGE_LINGUAS = ""
inherit image
|