summaryrefslogtreecommitdiffstats
path: root/recipes/images/gateway-image.bb
blob: 8df21bcbeb854904c8b57bcd4392bcf5fe9a29c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#Angstrom gateway image
#gives you a gateway with SMB, ssh and dnsmasqs

ANGSTROM_EXTRA_INSTALL ?= ""
DISTRO_SSH_DAEMON ?= "dropbear"

IMAGE_INSTALL = "task-boot \
            ${DISTRO_SSH_DAEMON} \
            iptables \
            samba swat \
            dnsmasq \
#            vsftpd \
            angstrom-version \
            ${SPLASH} \
	   "

export IMAGE_BASENAME = "gateway-image"
IMAGE_LINGUAS = ""

inherit image