disapproval of revision '04e66b01ee822895efeb76e94c17d1f6605e0f83'
authorKoen Kooi <koen@openembedded.org>
Sat, 12 May 2007 19:01:59 +0000 (19:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 12 May 2007 19:01:59 +0000 (19:01 +0000)
packages/images/minimal-image.bb [deleted file]

diff --git a/packages/images/minimal-image.bb b/packages/images/minimal-image.bb
deleted file mode 100644 (file)
index 235cdbc..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#Create a minimal image for devices with little flash
-#gives you a small images with ssh access
-LICENSE = "MIT"
-PR = "r0"
-
-ANGSTROM_EXTRA_INSTALL ?= ""
-DISTRO_SSH_DAEMON ?= "dropbear"
-
-DEPENDS = "task-base \
-           ${DISTRO_SSH_DAEMON} \
-         "
-
-RDEPENDS = "task-boot \
-            ${DISTRO_SSH_DAEMON} \
-          "
-
-export IMAGE_BASENAME = "minimal-image"
-export IMAGE_LINGUAS = ""
-export PACKAGE_INSTALL = "${RDEPENDS}"
-
-inherit image
-