* Add v r8.a7.02 engineering release wifi utilities for wilink8
* This release supports the omap-a15 devices (omap5-evm/dra7-evm) with ES
2.1 WL8
* OMAP5432 UEVMs with the following SKU contain ES2.1 Wilink8 TDK 18xx module
* OMAP5432x-xx-x1-xx
Signed-off-by: Roger Monk <[email protected]>
---
.../ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a7.02.bb | 30 ++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644
meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a7.02.bb
diff --git
a/meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a7.02.bb
b/meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a7.02.bb
new file mode 100644
index 0000000..fab2ee1
--- /dev/null
+++
b/meta-arago-extras/recipes-devtools/ti-wifi-utils/ti-wifi-utils-wl18xx_r8.a7.02.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "The calibrator and other useful utilities for TI wireless
solution based on wl12xx driver"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d"
+
+COMPATIBLE_MACHINE = "(omap-a15)"
+
+DEPENDS = "libnl"
+RDEPENDS_${PN} = "ti-compat-wireless-wl12xx wl12xx-firmware"
+
+PR ="r1+gitr${SRCPV}"
+
+# Tag: ol_r8.a7.02
+SRCREV = "badbb7ecb70971857e4863c792a40e91f4f0a985"
+SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git \
+"
+
+PROVIDES += "ti-wifi-utils"
+RPROVIDES_${PN} += "ti-wifi-utils"
+RREPLACES_${PN} += "ti-wifi-utils"
+RCONFLICTS_${PN} += "ti-wifi-utils"
+
+S = "${WORKDIR}/git"
+
+export CROSS_COMPILE = "${TARGET_PREFIX}"
+CFLAGS += " -DCONFIG_LIBNL20"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 calibrator ${D}${bindir}/
+}
--
1.7.9.5
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago