summaryrefslogtreecommitdiff
path: root/packages/images/angstrom-minimal-image.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-04-30 09:41:54 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-30 09:41:54 +0000
commitde3a5453e145671b05cb90d89db1f4101382eb0d (patch)
tree22bac07e611e476891ef3d6bf9fd082819cdf90d /packages/images/angstrom-minimal-image.bb
parent91d660ca57895722671f1853eed00ddbdc3eaf7f (diff)
angstrom-minimal-image: add an image for people that needs something smaller as angstrom-console-image
Diffstat (limited to 'packages/images/angstrom-minimal-image.bb')
-rw-r--r--packages/images/angstrom-minimal-image.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/images/angstrom-minimal-image.bb b/packages/images/angstrom-minimal-image.bb
new file mode 100644
index 0000000000..3b3f7a6f1a
--- /dev/null
+++ b/packages/images/angstrom-minimal-image.bb
@@ -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
+