[meta-ti] Koen Kooi : uim: userspace app to manage wl12xx firmware loading

Arago Project git git at arago-project.org
Thu May 10 18:55:01 PDT 2012


Module: meta-ti
Branch: master
Commit: 285aeaee513969ca7a79a344c75d0f590b722cb9
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=285aeaee513969ca7a79a344c75d0f590b722cb9

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon May  7 17:57:40 2012 +0200

uim: userspace app to manage wl12xx firmware loading

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-connectivity/uim/uim_git.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes-connectivity/uim/uim_git.bb b/recipes-connectivity/uim/uim_git.bb
new file mode 100644
index 0000000..c8265e9
--- /dev/null
+++ b/recipes-connectivity/uim/uim_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "User Mode Initialization Manager for wl12xx devices"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://uim.c;startline=4;endline=12;md5=16a9d6e829218481f8a61797fe2be2e2"
+
+# Doesn't have a version, so we'll make one up
+PV = "0.0"
+
+SRCREV = "c73894456df5def97111cb33d2106b684b8b7959"
+SRC_URI = "git://gitorious.org/uim/uim.git"
+
+S= "${WORKDIR}/git"
+
+do_install() {
+	oe_runmake install DESTDIR=${D}
+}
+
+# connman has a plugin to handle all this
+RCONFLICTS_${PN} += "connman-plugin-tist"
+RRECOMMENDS_${PN} = "linux-firmware-wl12xx"




More information about the meta-ti mailing list