From: Koen Kooi Date: Mon, 30 Apr 2007 09:41:54 +0000 (+0000) Subject: angstrom-minimal-image: add an image for people that needs something smaller as angst... X-Git-Tag: Release-2010-05/1~8868^2~660^2~3^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3a5453e145671b05cb90d89db1f4101382eb0d;p=openembedded.git angstrom-minimal-image: add an image for people that needs something smaller as angstrom-console-image --- 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 +