[oe-commits] Stefan Schmidt : imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtn

git version control git at git.openembedded.org
Wed Apr 14 17:07:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6fc1c96131d4c4afabe815148f8e55656fb7f402
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6fc1c96131d4c4afabe815148f8e55656fb7f402

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Wed Apr 14 19:04:25 2010 +0200

imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtn

Based on Angstrom minimalist image.

---

 recipes/images/imote2-image.bb |   18 ++++++++++++++++++
 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 0000000..92578e9
--- /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





More information about the Openembedded-commits mailing list