diff options
-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 | } | ||