All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-oe][PATCH] ti-wifi-utils: add recipe
@ 2016-04-07 18:50 Denys Dmytriyenko
  0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2016-04-07 18:50 UTC (permalink / raw)
  To: Ioan-Adrian Ratiu; +Cc: James Minor, openembedded-devel



^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <e3io1npq0c1rbqicen5r2dcf.1460055017573@email.android.com>]
* [meta-oe][PATCH] ti-wifi-utils: add recipe
@ 2016-03-22  9:57 Ioan-Adrian Ratiu
  2016-04-01 11:36 ` Martin Jansa
  0 siblings, 1 reply; 8+ messages in thread
From: Ioan-Adrian Ratiu @ 2016-03-22  9:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: James Minor

This recipe is for a TI WiFi calibrator utility [1]. The firmware from
this project is already shipped inside linux-firmware so we do not
package it in this recipe.

[1] http://linuxwireless.sipsolutions.net/en/users/Drivers/wl12xx/#Calibration

Signed-off-by: James Minor <james.minor@ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 .../ti-wifi-utils/ti-wifi-utils_git.bb             | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb

diff --git a/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb b/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb
new file mode 100644
index 0000000..fcae729
--- /dev/null
+++ b/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb
@@ -0,0 +1,24 @@
+SUMMARY = "The calibrator and other useful utilities for TI wireless solution based on wl12xx driver"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d"
+
+DEPENDS = "libnl"
+
+PV = "0.1+gitr${SRCPV}"
+
+SRCREV = "b03d9ce6362e6d22d6929f2736409af3b0fd3c88"
+SRC_URI = "git://github.com/TI-OpenLink/ti-utils.git;branch=r5-jb"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} \
+                CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \
+                CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3 -DCONFIG_LIBNL20" NLVER=3 \
+                LDFLAGS="${LDFLAGS} ${TOOLCHAIN_OPTIONS}" \
+'
+
+#only install the calibrator utility, firmware is already within linux-firmware
+do_install() {
+    install -d ${D}${bindir}
+    install -m 0755 calibrator ${D}${bindir}/
+}
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-04-12  7:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-07 18:50 [meta-oe][PATCH] ti-wifi-utils: add recipe Denys Dmytriyenko
     [not found] <e3io1npq0c1rbqicen5r2dcf.1460055017573@email.android.com>
2016-04-11 18:11 ` Denys Dmytriyenko
2016-04-12  7:34   ` Ioan-Adrian Ratiu
  -- strict thread matches above, loose matches on Subject: below --
2016-03-22  9:57 Ioan-Adrian Ratiu
2016-04-01 11:36 ` Martin Jansa
2016-04-01 19:53   ` Denys Dmytriyenko
2016-04-04 13:33     ` Ioan-Adrian Ratiu
2016-04-04  7:06   ` Ioan-Adrian Ratiu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.