All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Yaniv Mahani <yanivma@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 3/3] wl18xx wlconf: add missing default bin
Date: Mon, 27 Jan 2014 15:33:50 -0500	[thread overview]
Message-ID: <20140127203349.GM6814@edge> (raw)
In-Reply-To: <1390853985-8457-3-git-send-email-yanivma@ti.com>

On Mon, Jan 27, 2014 at 10:19:45PM +0200, Yaniv Mahani wrote:
> From: Yaniv Machani <yanivma@ti.com>
> 
> - Add missing configuration file, eliminate loading error message.
> - Update to latest version.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  .../{wlconf_r8.a8.08.bb => wlconf_r8.a8.10.bb}     |    9 ++++++---
>  1 files changed, 6 insertions(+), 3 deletions(-)
>  rename meta-arago-extras/recipes-connectivity/wlconf/{wlconf_r8.a8.08.bb => wlconf_r8.a8.10.bb} (80%)
> 
> diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.10.bb
> similarity index 80%
> rename from meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
> rename to meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.10.bb
> index f4adc18..5f50e88 100644
> --- a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
> +++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.10.bb
> @@ -2,11 +2,11 @@ DESCRIPTION = "Configuration utility for TI wireless drivers"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438"
>  
> -PR ="r0"
> +PR ="r1"
>  PR_append = "+gitr${SRCPV}"
>  
> -# Tag: ol_r8.a8.08
> -SRCREV = "c976584589981c9ab8741d1819a5019e17cac13b"
> +# Tag: ol_r8.a8.10
> +SRCREV = "c50159d66af1786414b819ebcaa8b2571ae790a1"
>  SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git"
>  
>  S = "${WORKDIR}/git/wlconf"
> @@ -17,12 +17,14 @@ do_install() {
>  	install -d ${D}${bindir}
>  	install -d ${D}${bindir}/wlconf/
>  	install -d ${D}${bindir}/wlconf/official_inis
> +	install -d ${D}/lib/firmware/ti-connectivity
>  
>  	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 default.conf ${D}${bindir}/wlconf/
>  	install -m 0755 wl18xx-conf-default.bin ${D}${bindir}/wlconf/
> +	install -m 0755 wl18xx-conf-default.bin ${D}/lib/firmware/ti-connectivity/wl18xx-conf.bin

So, do you need this same .bin file in both places - in /usr/bin/wlconf and 
/lib/firmware/ti-connectivity?


>  	install -m 0755 README ${D}${bindir}/wlconf/
>  	install -m 0755 example.conf ${D}${bindir}/wlconf/
>  	install -m 0755 example.ini ${D}${bindir}/wlconf/
> @@ -33,6 +35,7 @@ do_install() {
>  FILES_${PN} += " \
>  	${bindir}/wlconf \
>  	${bindir}/wlconf/official_inis \
> +	/lib/firmware/ti-connectivity/wl18xx-conf.bin \
>  "
>  
>  FILES_${PN}-dbg += "${bindir}/wlconf/.debug"
> -- 
> 1.7.9
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-01-27 20:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-27 20:19 [PATCH 1/3] Wl18xx : recipes update - tag changed to ol_r8.a8.10 Yaniv Mahani
2014-01-27 20:19 ` [PATCH 2/3] hostap-daemon-wl18xx: fix conf file Yaniv Mahani
2014-01-27 20:19 ` [PATCH 3/3] wl18xx wlconf: add missing default bin Yaniv Mahani
2014-01-27 20:33   ` Denys Dmytriyenko [this message]
2014-01-27 20:37     ` Machani, Yaniv
2014-01-27 20:40       ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140127203349.GM6814@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=yanivma@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.