angstrom-minimal-image: add an image for people that needs something smaller as angst...
authorKoen Kooi <koen@openembedded.org>
Mon, 30 Apr 2007 09:41:54 +0000 (09:41 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 30 Apr 2007 09:41:54 +0000 (09:41 +0000)
packages/images/angstrom-minimal-image.bb [new file with mode: 0644]

diff --git a/packages/images/angstrom-minimal-image.bb b/packages/images/angstrom-minimal-image.bb
new file mode 100644 (file)
index 0000000..3b3f7a6
--- /dev/null
@@ -0,0 +1,18 @@
+#Angstrom minimalist image
+#gives you a small images with ssh access
+LICENSE = "MIT"
+PR = "r0"
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+
+DEPENDS = "task-base"
+RDEPENDS = "task-boot \
+            ${DISTRO_SSH_DAEMON} \
+          "
+
+export IMAGE_BASENAME = "minimalist-image"
+export IMAGE_LINGUAS = ""
+export PACKAGE_INSTALL = "${RDEPENDS}"
+
+inherit image
+