* [PATCH v2 1/9] wlconf: configuration utility for wilink8 wireless driver
@ 2013-04-18 7:10 Reizer, Eyal
2013-04-18 20:27 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Reizer, Eyal @ 2013-04-18 7:10 UTC (permalink / raw)
To: meta-arago@arago-project.org
[-- Attachment #1: Type: text/plain, Size: 2295 bytes --]
Add a recipe for building and installing the wlconf configuration utility
for TI Wilink8 familily of chips.
Changes in v2:
* Rename to use an actual release name instead of _git
* Line indentation fixes
Signed-off-by: Eyal Reizer <eyalr@ti.com<mailto:eyalr@ti.com>>
---
.../recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb> | 37 ++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb>
diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb> b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb>
new file mode 100644
index 0000000..ec10d23
--- /dev/null
+++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb>
@@ -0,0 +1,37 @@
+DESCRIPTION = "Configuration utility for TI wireless drivers"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438<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<http://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
[-- Attachment #2: Type: text/html, Size: 5256 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/9] wlconf: configuration utility for wilink8 wireless driver
2013-04-18 7:10 [PATCH v2 1/9] wlconf: configuration utility for wilink8 wireless driver Reizer, Eyal
@ 2013-04-18 20:27 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-04-18 20:27 UTC (permalink / raw)
To: Reizer, Eyal; +Cc: meta-arago@arago-project.org
Eyal,
Thanks for the v2 of the patch.
On Thu, Apr 18, 2013 at 07:10:36AM +0000, Reizer, Eyal wrote:
> Add a recipe for building and installing the wlconf configuration utility
> for TI Wilink8 familily of chips.
If you don't want the patch revision changelog to appear in the commit
description, please add it after the --- mark.
> Changes in v2:
> * Rename to use an actual release name instead of _git
> * Line indentation fixes
>
> Signed-off-by: Eyal Reizer <eyalr@ti.com<mailto:eyalr@ti.com>>
> ---
> .../recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb> | 37 ++++++++++++++++++++
> 1 file changed, 37 insertions(+)
> create mode 100644 meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb>
>
> diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb> b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb>
> new file mode 100644
> index 0000000..ec10d23
> --- /dev/null
> +++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb<http://wlconf_r8.a6.01.bb>
> @@ -0,0 +1,37 @@
> +DESCRIPTION = "Configuration utility for TI wireless drivers"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438<file:///\\README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438>"
> +
> +PR ="r1"
> +PV ="0.0"
Here you overwrite the recipe version (0.0) from the one set by the filename
(r8.a6.01) - you probably want to drop PV assignment here.
BTW, I already mentioned the dangers of mixing alpha-numeric characters in the
version number, which can potentially cause the wrong sorting of the versions.
I guess in this case there's not much we can do, but something to keep in mind
when coming up with future fersion numbers...
> +PR_append = "+gitr${SRCREV}"
> +
> +SRCREV = "ol_r8.a6.01"
> +SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git<http://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
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-18 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 7:10 [PATCH v2 1/9] wlconf: configuration utility for wilink8 wireless driver Reizer, Eyal
2013-04-18 20:27 ` Denys Dmytriyenko
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.