[meta-ti] [PATCH 5/5] wl18xx-calibrator: add version 8.7.1 (R8.7_SP1)
Denys Dmytriyenko
denis at denix.org
Fri Mar 10 13:08:43 PST 2017
From: Denys Dmytriyenko <denys at ti.com>
Previous versions were provided by meta-arago-extras as ti-wifi-utils, moving to meta-ti now.
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
.../wl18xx-calibrator/wl18xx-calibrator_8.7.1.bb | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.1.bb
diff --git a/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.1.bb b/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.1.bb
new file mode 100644
index 0000000..e3b2e7f
--- /dev/null
+++ b/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.1.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "The calibrator utility for TI wireless solution based on wl18xx driver"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d"
+
+DEPENDS = "libnl"
+RDEPENDS_${PN} = "wl18xx-fw"
+
+#Tag: R8.7_SP1 (8.7.1)
+SRCREV = "39542357111d1f24e866c2857d561a348c04cce4"
+SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git"
+
+S = "${WORKDIR}/git"
+
+export CROSS_COMPILE = "${TARGET_PREFIX}"
+
+EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \
+ LDFLAGS="${LDFLAGS} -L${STAGING_LIBDIR}" \
+ CC="${CC}" \
+ NLVER=3"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 calibrator ${D}${bindir}/
+}
--
2.7.4
More information about the meta-ti
mailing list