angstrom-gateway-image: add image with samba/swat/dnsmasq/iptables/ssh
authorKoen Kooi <koen@openembedded.org>
Tue, 26 Jun 2007 09:35:44 +0000 (09:35 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 26 Jun 2007 09:35:44 +0000 (09:35 +0000)
packages/angstrom/angstrom-gateway-image.bb [new file with mode: 0644]

diff --git a/packages/angstrom/angstrom-gateway-image.bb b/packages/angstrom/angstrom-gateway-image.bb
new file mode 100644 (file)
index 0000000..aeca221
--- /dev/null
@@ -0,0 +1,23 @@
+#Angstrom gateway image
+#gives you a gateway with SMB, ssh and dnsmasqs
+LICENSE = "MIT"
+PR = "r0"
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
+
+RDEPENDS = "task-boot \
+            ${DISTRO_SSH_DAEMON} \
+            iptables \
+            samba swat \
+            dnsmasq \
+#            vsftpd \
+            angstrom-version \
+          "
+
+export IMAGE_BASENAME = "gateway-image"
+export IMAGE_LINGUAS = ""
+export PACKAGE_INSTALL = "${RDEPENDS}"
+
+inherit image
+