From 6fc1c96131d4c4afabe815148f8e55656fb7f402 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 14 Apr 2010 19:04:25 +0200 Subject: [PATCH] imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtn Based on Angstrom minimalist image. --- recipes/images/imote2-image.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/images/imote2-image.bb 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 -- 2.39.5