imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtn
authorStefan Schmidt <stefan@datenfreihafen.org>
Wed, 14 Apr 2010 17:04:25 +0000 (19:04 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Wed, 14 Apr 2010 17:05:53 +0000 (19:05 +0200)
Based on Angstrom minimalist image.

recipes/images/imote2-image.bb [new file with mode: 0644]

diff --git a/recipes/images/imote2-image.bb b/recipes/images/imote2-image.bb
new file mode 100644 (file)
index 0000000..92578e9
--- /dev/null
@@ -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