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