linux-omap 2.6.37: update defconfig to make ds1307 builtin
[openembedded.git] / recipes / images / gateway-image.bb
blobd7a77e0bb88fa0298d0b9bfc5dede04f8bea855b
1 #Angstrom gateway image
2 #gives you a gateway with SMB, ssh and dnsmasqs
4 SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}'
6 ANGSTROM_EXTRA_INSTALL ?= ""
7 DISTRO_SSH_DAEMON ?= "dropbear"
9 IMAGE_INSTALL = "task-boot \
10 ${DISTRO_SSH_DAEMON} \
11 iptables \
12 samba swat \
13 dnsmasq \
14 # vsftpd \
15 angstrom-version \
16 ${SPLASH} \
19 export IMAGE_BASENAME = "gateway-image"
20 IMAGE_LINGUAS = ""
22 inherit image