aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/tiinit
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-14 22:37:50 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-14 22:37:50 +0100
commit84c57c686aa5cf6bac3d80904298faed68979f1e (patch)
tree0379edccd14154bf505f70df9c9978592116194e /recipes-bsp/tiinit
parent157d74d197378e23ac66f66dc0bb56a6d55d5ee3 (diff)
downloadmeta-handheld-84c57c686aa5cf6bac3d80904298faed68979f1e.tar.gz
Add firmware recipes for hx4700 wifi support
Copy in recipes from OE-dev. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-bsp/tiinit')
-rw-r--r--recipes-bsp/tiinit/tiinit_3.2.26.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/tiinit/tiinit_3.2.26.bb b/recipes-bsp/tiinit/tiinit_3.2.26.bb
new file mode 100644
index 0000000..9115474
--- /dev/null
+++ b/recipes-bsp/tiinit/tiinit_3.2.26.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "TI Bluetooth init bits."
+SECTION = "base"
+LICENSE = "Unknown"
+PR = "r0"
+
+SRC_URI = "http://sdgsystems.com/pub/ipaq/hx4700/src/TIInit_${PV}.bts"
+
+S = "${WORKDIR}"
+
+do_install() {
+ install -d ${D}${sysconfdir}/bluetooth/
+ install -m 0644 TIInit_${PV}.bts ${D}${sysconfdir}/bluetooth/
+}
+
+PACKAGE_ARCH = "all"
+
+
+SRC_URI[md5sum] = "8741490a25b98230973446400971bba9"
+SRC_URI[sha256sum] = "c1f29cfd31c335a409bdc530c2e68661d20a1e3c2e5d64454470b6700a40681e"