summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-04-14 19:04:25 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-04-14 19:05:53 +0200
commit6fc1c96131d4c4afabe815148f8e55656fb7f402 (patch)
tree0d90632acad7971f43882613ac1807199d04f302 /recipes/images
parent4cd2bf0e265ad6c23e5edc4f8e79bdab87a9ee82 (diff)
downloadopenembedded-6fc1c96131d4c4afabe815148f8e55656fb7f402.tar.gz
imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtn
Based on Angstrom minimalist image.
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/imote2-image.bb18
1 files changed, 18 insertions, 0 deletions
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