From: Stefan Schmidt Date: Wed, 14 Apr 2010 17:04:25 +0000 (+0200) Subject: imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtn X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc1c96131d4c4afabe815148f8e55656fb7f402;p=openembedded.git imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtn Based on Angstrom minimalist image. --- diff --git a/recipes/images/imote2-image.bb b/recipes/images/imote2-image.bb new file mode 100644 index 0000000000..92578e9bdf --- /dev/null +++ b/recipes/images/imote2-image.bb @@ -0,0 +1,18 @@ +# iMote2 mage based on Angstrom minimalist image + +DISTRO_SSH_DAEMON ?= "dropbear" + +IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" + +IMAGE_INSTALL = "task-boot \ + util-linux-ng-mount util-linux-ng-umount \ + ${DISTRO_SSH_DAEMON} \ + lowpan-tools \ + ibrdtn \ + angstrom-version \ + " + +export IMAGE_BASENAME = "imote2-image" +IMAGE_LINGUAS = "" + +inherit image