* wlconf: configuration utility for wilink8 wireless driver
@ 2013-03-18 8:43 Reizer, Eyal
2013-03-18 13:01 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Reizer, Eyal @ 2013-03-18 8:43 UTC (permalink / raw)
To: meta-arago@arago-project.org
[-- Attachment #1.1: Type: text/plain, Size: 160 bytes --]
Hi,
The attached patch Add a recipe for building and installing the wlconf configuration
utility used for TI Wilink8 family.
Best Regards,
Eyal Reizer
[-- Attachment #1.2: Type: text/html, Size: 2000 bytes --]
[-- Attachment #2: 0001-wlconf-configuration-utility-for-wilink8-wireless-dr.patch --]
[-- Type: application/octet-stream, Size: 1958 bytes --]
From 77ab4a0c12af131b5e8185a251a733a5cfa5c09d Mon Sep 17 00:00:00 2001
From: Eyal Reizer <eyalr@ti.com>
Date: Mon, 18 Feb 2013 01:12:19 -0800
Subject: [PATCH 1/9] wlconf: configuration utility for wilink8 wireless
driver
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] 3+ messages in thread* Re: wlconf: configuration utility for wilink8 wireless driver
2013-03-18 8:43 wlconf: configuration utility for wilink8 wireless driver Reizer, Eyal
@ 2013-03-18 13:01 ` Denys Dmytriyenko
2013-03-18 13:20 ` Cooper Jr., Franklin
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-03-18 13:01 UTC (permalink / raw)
To: Reizer, Eyal; +Cc: meta-arago@arago-project.org
On Mon, Mar 18, 2013 at 08:43:33AM +0000, Reizer, Eyal wrote:
> Hi,
>
> The attached patch Add a recipe for building and installing the wlconf configuration
> utility used for TI Wilink8 family.
>
> Best Regards,
> Eyal Reizer
Thanks Eyal for the submission. Can you please re-submit with the patches
inlined instead of attaching them?
--
Denys
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: wlconf: configuration utility for wilink8 wireless driver
2013-03-18 13:01 ` Denys Dmytriyenko
@ 2013-03-18 13:20 ` Cooper Jr., Franklin
0 siblings, 0 replies; 3+ messages in thread
From: Cooper Jr., Franklin @ 2013-03-18 13:20 UTC (permalink / raw)
To: Dmytriyenko, Denys, Reizer, Eyal; +Cc: meta-arago@arago-project.org
Via the "git send-email" command. You need to configure git to be able to send emails via your email account either your TI or some other email account.
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Monday, March 18, 2013 8:01 AM
> To: Reizer, Eyal
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] wlconf: configuration utility for wilink8 wireless
> driver
>
> On Mon, Mar 18, 2013 at 08:43:33AM +0000, Reizer, Eyal wrote:
> > Hi,
> >
> > The attached patch Add a recipe for building and installing the wlconf
> > configuration utility used for TI Wilink8 family.
> >
> > Best Regards,
> > Eyal Reizer
>
> Thanks Eyal for the submission. Can you please re-submit with the patches
> inlined instead of attaching them?
>
> --
> Denys
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-18 13:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 8:43 wlconf: configuration utility for wilink8 wireless driver Reizer, Eyal
2013-03-18 13:01 ` Denys Dmytriyenko
2013-03-18 13:20 ` 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.