All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 05/14] wlconf : Update recipe to ol_r8.a8.08 version.
@ 2013-11-28 11:36 Yaniv Mahani
  2013-11-30 17:39 ` Cooper Jr., Franklin
  2013-12-04  6:08 ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Yaniv Mahani @ 2013-11-28 11:36 UTC (permalink / raw)
  To: meta-arago

From: Yaniv Machani <yanivma@ti.com>

- Added missing default configuration file.

Signed-off-by: Yaniv Machani <yanivma@ti.com>
---
 .../{wlconf_r8.a6.01.bb => wlconf_r8.a8.08.bb}     |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
 copy meta-arago-extras/recipes-connectivity/wlconf/{wlconf_r8.a6.01.bb => wlconf_r8.a8.08.bb} (88%)

diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
similarity index 88%
copy from meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
copy to meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
index 8076350..4960022 100644
--- a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
+++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.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 ="r2"
+PR ="r0"
 PR_append = "+gitr${SRCPV}"
 
-# Tag: ol_r8.a6.01
-SRCREV = "214dfbdf97cc390b0020c4ea9331a1cf82240a64"
+# Tag: ol_r8.a8.08
+SRCREV = "c976584589981c9ab8741d1819a5019e17cac13b"
 SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git"
 
 S = "${WORKDIR}/git/wlconf"
@@ -21,6 +21,7 @@ do_install() {
 	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 README ${D}${bindir}/wlconf/
 	install -m 0755 example.conf ${D}${bindir}/wlconf/
-- 
1.7.9



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

* Re: [PATCH 05/14] wlconf : Update recipe to ol_r8.a8.08 version.
  2013-11-28 11:36 [PATCH 05/14] wlconf : Update recipe to ol_r8.a8.08 version Yaniv Mahani
@ 2013-11-30 17:39 ` Cooper Jr., Franklin
  2013-12-04  6:08 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Cooper Jr., Franklin @ 2013-11-30 17:39 UTC (permalink / raw)
  To: Machani, Yaniv, meta-arago@arago-project.org

Acked-by: Franklin Cooper Jr. <fcooper@ti.com>

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Machani, Yaniv
> Sent: Thursday, November 28, 2013 5:37 AM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH 05/14] wlconf : Update recipe to ol_r8.a8.08
> version.
> 
> From: Yaniv Machani <yanivma@ti.com>
> 
> - Added missing default configuration file.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  .../{wlconf_r8.a6.01.bb => wlconf_r8.a8.08.bb}     |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)  copy meta-arago-extras/recipes-
> connectivity/wlconf/{wlconf_r8.a6.01.bb => wlconf_r8.a8.08.bb} (88%)
> 
> diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
> similarity index 88%
> copy from meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> copy to meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
> index 8076350..4960022 100644
> --- a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> +++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
> @@ -2,11 +2,11 @@ DESCRIPTION = "Configuration utility for TI wireless
> drivers"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM =
> "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3
> a9438"
> 
> -PR ="r2"
> +PR ="r0"
>  PR_append = "+gitr${SRCPV}"
> 
> -# Tag: ol_r8.a6.01
> -SRCREV = "214dfbdf97cc390b0020c4ea9331a1cf82240a64"
> +# Tag: ol_r8.a8.08
> +SRCREV = "c976584589981c9ab8741d1819a5019e17cac13b"
>  SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git"
> 
>  S = "${WORKDIR}/git/wlconf"
> @@ -21,6 +21,7 @@ do_install() {
>  	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 README ${D}${bindir}/wlconf/
>  	install -m 0755 example.conf ${D}${bindir}/wlconf/
> --
> 1.7.9
> 
> _______________________________________________
> 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

* Re: [PATCH 05/14] wlconf : Update recipe to ol_r8.a8.08 version.
  2013-11-28 11:36 [PATCH 05/14] wlconf : Update recipe to ol_r8.a8.08 version Yaniv Mahani
  2013-11-30 17:39 ` Cooper Jr., Franklin
@ 2013-12-04  6:08 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-12-04  6:08 UTC (permalink / raw)
  To: Yaniv Mahani; +Cc: meta-arago

On Thu, Nov 28, 2013 at 01:36:53PM +0200, Yaniv Mahani wrote:
> From: Yaniv Machani <yanivma@ti.com>
> 
> - Added missing default configuration file.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  .../{wlconf_r8.a6.01.bb => wlconf_r8.a8.08.bb}     |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)
>  copy meta-arago-extras/recipes-connectivity/wlconf/{wlconf_r8.a6.01.bb => wlconf_r8.a8.08.bb} (88%)
> 
> diff --git a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
> similarity index 88%
> copy from meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> copy to meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.bb
> index 8076350..4960022 100644
> --- a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> +++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a8.08.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 ="r2"
> +PR ="r0"
>  PR_append = "+gitr${SRCPV}"
>  
> -# Tag: ol_r8.a6.01
> -SRCREV = "214dfbdf97cc390b0020c4ea9331a1cf82240a64"
> +# Tag: ol_r8.a8.08
> +SRCREV = "c976584589981c9ab8741d1819a5019e17cac13b"
>  SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git"
>  
>  S = "${WORKDIR}/git/wlconf"
> @@ -21,6 +21,7 @@ do_install() {
>  	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/

Please keep the existing indentation of the modified file. The surrounding 
lines use tabs, while you add the above line with 8 spaces instead.


>  	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/
> -- 
> 1.7.9
> 
> _______________________________________________
> 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-12-04  6:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 11:36 [PATCH 05/14] wlconf : Update recipe to ol_r8.a8.08 version Yaniv Mahani
2013-11-30 17:39 ` Cooper Jr., Franklin
2013-12-04  6:08 ` 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.