All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] wlconf: configuration utility for wilink8 wireless driver
@ 2013-03-18 13:35 Eyal Reizer
  2013-03-18 13:35 ` [PATCH 2/9] wl18xx-firmware: install Wilink8 wlan firmware files Eyal Reizer
                   ` (8 more replies)
  0 siblings, 9 replies; 27+ messages in thread
From: Eyal Reizer @ 2013-03-18 13:35 UTC (permalink / raw)
  To: meta-arago

Add a recipe for building and installing the wlconf configuration
utility for TI Wilink8 familily of chips.

Signed-off-by: Eyal Reizer <eyalr@ti.com>
---
 .../recipes-connectivity/wlconf/wlconf_git.bb      |   36 ++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 meta-arago-extras/recipes-connectivity/wlconf/wlconf_git.bb

diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_git.bb b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_git.bb
new file mode 100644
index 0000000..0d8a057
--- /dev/null
+++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_git.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "Configuration utility for TI wireless drivers"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438"
+
+PR ="r1"
+PV ="0.0"
+PR_append = "+gitr${SRCREV}"
+
+SRCREV = "ol_r8.a6.01"
+SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git"
+
+S = "${WORKDIR}/git/wlconf"
+
+EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
+
+do_install() {
+	install -d ${D}${bindir}
+	install -d ${D}${bindir}/wlconf/
+	install -d ${D}${bindir}/wlconf/official_inis
+
+	install -m 0755 wlconf ${D}${bindir}/wlconf/
+	install -m 0755 dictionary.txt ${D}${bindir}/wlconf/
+	install -m 0755 struct.bin ${D}${bindir}/wlconf/
+	install -m 0755 wl18xx-conf-default.bin ${D}${bindir}/wlconf/
+	install -m 0755 README ${D}${bindir}/wlconf/
+	install -m 0755 example.conf ${D}${bindir}/wlconf/
+	install -m 0755 example.ini ${D}${bindir}/wlconf/
+	install -m 0755 ${S}/official_inis/* ${D}${bindir}/wlconf/official_inis
+}
+
+FILES_${PN} += " \
+	${bindir}/wlconf \
+	${bindir}/wlconf/official_inis \
+"
+
+FILES_${PN}-dbg += "${bindir}/wlconf/.debug"
-- 
1.7.9.5



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

end of thread, other threads:[~2013-03-18 17:50 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 13:35 [PATCH 1/9] wlconf: configuration utility for wilink8 wireless driver Eyal Reizer
2013-03-18 13:35 ` [PATCH 2/9] wl18xx-firmware: install Wilink8 wlan firmware files Eyal Reizer
2013-03-18 15:34   ` Maupin, Chase
2013-03-18 15:41     ` Reizer, Eyal
2013-03-18 15:49       ` Denys Dmytriyenko
2013-03-18 15:56       ` Maupin, Chase
2013-03-18 13:35 ` [PATCH 3/9] hostap-daemon-wl18xx: hostap-daemon for ti wilink8 release Eyal Reizer
2013-03-18 15:46   ` Maupin, Chase
2013-03-18 15:53     ` Denys Dmytriyenko
2013-03-18 16:01       ` Reizer, Eyal
2013-03-18 15:54     ` Reizer, Eyal
2013-03-18 16:02       ` Maupin, Chase
2013-03-18 16:16         ` Reizer, Eyal
2013-03-18 16:22           ` Maupin, Chase
2013-03-18 13:35 ` [PATCH 4/9] wpa-supplicant-wl18xx: build ti 2.0-devel version for wilink8 Eyal Reizer
2013-03-18 15:52   ` Maupin, Chase
2013-03-18 15:59     ` Denys Dmytriyenko
2013-03-18 16:42       ` Reizer, Eyal
2013-03-18 17:46         ` Cooper Jr., Franklin
2013-03-18 17:50           ` Denys Dmytriyenko
2013-03-18 13:35 ` [PATCH 5/9] ti-wifi-utils-wl18xx: build the calibrator tool for wilin8 Eyal Reizer
2013-03-18 15:53   ` Maupin, Chase
2013-03-18 13:35 ` [PATCH 6/9] ti-compat-wireless-wl18xx: build Wilink8 drivers from TI-OpenLink Eyal Reizer
2013-03-18 13:35 ` [PATCH 7/9] bt-firmware: update for including the wl18xx bt firmware Eyal Reizer
2013-03-18 13:36 ` [PATCH 8/9] arago conf: add rule for selecting between wilink chips Eyal Reizer
2013-03-18 13:36 ` [PATCH 9/9] connectivity packagegroup: add wlconf for wilink8 Eyal Reizer
2013-03-18 13:48 ` [PATCH 1/9] wlconf: configuration utility for wilink8 wireless driver Cooper Jr., Franklin

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.