[oe-commits] org.oe.dev angstrom-gateway-image: add image with samba/swat/dnsmasq/iptables/ssh

koen commit openembedded-commits at lists.openembedded.org
Tue Jun 26 09:53:06 UTC 2007


angstrom-gateway-image: add image with samba/swat/dnsmasq/iptables/ssh

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 674974b81d2da7e7d81070dc38e8b163632c887e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=674974b81d2da7e7d81070dc38e8b163632c887e
Files:
1
packages/angstrom/angstrom-gateway-image.bb
Diffs:

#
# mt diff -rdec7cadd16776763a1352c57a2bd0b40199f34c2 -r674974b81d2da7e7d81070dc38e8b163632c887e
#
# 
# 
# add_file "packages/angstrom/angstrom-gateway-image.bb"
#  content [0d28af15cf07cfbde7e6a5b3c5f6c40800846eff]
# 
============================================================
--- packages/angstrom/angstrom-gateway-image.bb	0d28af15cf07cfbde7e6a5b3c5f6c40800846eff
+++ packages/angstrom/angstrom-gateway-image.bb	0d28af15cf07cfbde7e6a5b3c5f6c40800846eff
@@ -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
+






More information about the Openembedded-commits mailing list