diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2017-03-11 03:08:43 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-11 10:44:14 -0500 |
| commit | 84fb08a2a39c8442dcc6a8f54b7663367484fb78 (patch) | |
| tree | 9e493af6d356e2e1bc0bd01e87a4f42e9e7e7bb9 | |
| parent | 5e5b189280590e867433bd0377411336d438826f (diff) | |
| download | meta-ti-84fb08a2a39c8442dcc6a8f54b7663367484fb78.tar.gz | |
wl18xx-calibrator: add version 8.7.1 (R8.7_SP1)
Previous versions were provided by meta-arago-extras as ti-wifi-utils, moving to meta-ti now.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
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 00000000..e3b2e7fa --- /dev/null +++ b/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "The calibrator utility for TI wireless solution based on wl18xx driver" | ||
| 2 | LICENSE = "BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d" | ||
| 4 | |||
| 5 | DEPENDS = "libnl" | ||
| 6 | RDEPENDS_${PN} = "wl18xx-fw" | ||
| 7 | |||
| 8 | #Tag: R8.7_SP1 (8.7.1) | ||
| 9 | SRCREV = "39542357111d1f24e866c2857d561a348c04cce4" | ||
| 10 | SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | export CROSS_COMPILE = "${TARGET_PREFIX}" | ||
| 15 | |||
| 16 | EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \ | ||
| 17 | LDFLAGS="${LDFLAGS} -L${STAGING_LIBDIR}" \ | ||
| 18 | CC="${CC}" \ | ||
| 19 | NLVER=3" | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | install -d ${D}${bindir} | ||
| 23 | install -m 0755 calibrator ${D}${bindir}/ | ||
| 24 | } | ||
