summaryrefslogtreecommitdiff
path: root/packages/images/mokogateway-image.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-10 09:59:47 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-10 09:59:47 +0000
commit0be34781cea56272ac8ba52e6be8f66b4df11cdf (patch)
tree684fc7a7e7f409356d14093112bbf59b54a24065 /packages/images/mokogateway-image.bb
parentadd74c3e52f2f6e042fbfd6c55f93828c6e9a7f8 (diff)
ex-angstrom images: move to image dir
Diffstat (limited to 'packages/images/mokogateway-image.bb')
-rw-r--r--packages/images/mokogateway-image.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/images/mokogateway-image.bb b/packages/images/mokogateway-image.bb
new file mode 100644
index 0000000000..a8c59f2075
--- /dev/null
+++ b/packages/images/mokogateway-image.bb
@@ -0,0 +1,17 @@
+#Angstrom moko gateway image
+# tries to be a companion for openmoko based phones
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+
+DEPENDS = "task-base"
+IMAGE_INSTALL = " \
+ task-boot \
+ task-base-bluetooth \
+ bluez-utils \
+ blueprobe \
+ "
+export IMAGE_BASENAME = "mokogateway-image"
+IMAGE_LINGUAS = ""
+
+inherit image
+