[oe-commits] org.oe.dev angstrom-mokogateway-image: add a WIP image to show rwithby you don't need a seperate distro for such things

koen commit openembedded-commits at lists.openembedded.org
Wed Feb 14 10:42:56 UTC 2007


angstrom-mokogateway-image: add a WIP image to show rwithby you don't need a seperate distro for such things

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 930b2eee67a742050621e841d3d68d13aad3453f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=930b2eee67a742050621e841d3d68d13aad3453f
Files:
1
packages/angstrom/angstrom-mokogateway-image.bb
Diffs:

#
# mt diff -rf019d93944f07279d0b43d71f007d255bf404092 -r930b2eee67a742050621e841d3d68d13aad3453f
#
# 
# 
# add_file "packages/angstrom/angstrom-mokogateway-image.bb"
#  content [a3c6fd27906d4cdc87cd225089b7dca459474463]
# 
============================================================
--- packages/angstrom/angstrom-mokogateway-image.bb	a3c6fd27906d4cdc87cd225089b7dca459474463
+++ packages/angstrom/angstrom-mokogateway-image.bb	a3c6fd27906d4cdc87cd225089b7dca459474463
@@ -0,0 +1,35 @@
+#Angstrom moko gateway image
+# tries to be a companion for openmoko based phones
+LICENSE = "MIT"
+PR = "r0"
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+
+DEPENDS = "task-base"
+RDEPENDS = "task-base-core-default \
+	    task-base \
+	    bluez-utils \
+	    blue-probe \
+	   "
+RRECOMMENDS = " \
+    kernel-module-bluetooth \
+    kernel-module-l2cap \
+    kernel-module-rfcomm \
+    kernel-module-hci-vhci \
+    kernel-module-bnep \
+    kernel-module-hidp \
+    kernel-module-hci-uart \
+    kernel-module-sco \
+    ${@base_contains("COMBINED_FEATURES", "usbhost", "kernel-module-hci-usb", "",d)} \
+    ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-bluetooth3c-cs", "",d)} \
+    ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-bluecard-cs", "",d)} \
+    ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-bluetoothuart-cs", "",d)} \
+    ${@base_contains("COMBINED_FEATURES", "pcmcia", "kernel-module-dtl1-cs", "",d)} \
+   "
+
+export IMAGE_BASENAME = "mokogateway-image"
+export IMAGE_LINGUAS = ""
+export PACKAGE_INSTALL = "${RDEPENDS}"
+
+inherit image
+






More information about the Openembedded-commits mailing list