All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 13/14] crda: Update recipe to 1.1.3 version.
@ 2013-11-28 11:38 Yaniv Mahani
  2013-11-30 18:02 ` Cooper Jr., Franklin
  2013-12-04  5:54 ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Yaniv Mahani @ 2013-11-28 11:38 UTC (permalink / raw)
  To: meta-arago

From: Yaniv Machani <yanivma@ti.com>

- Added missing libnl3 flag.

Signed-off-by: Yaniv Machani <yanivma@ti.com>
---
 .../conf/distro/include/arago-prefs.inc            |    2 +-
 .../crda/{crda_1.1.1.bb => crda_1.1.3.bb}          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 copy meta-arago-extras/recipes-connectivity/crda/{crda_1.1.1.bb => crda_1.1.3.bb} (97%)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index 5c20a0f..e9dc865 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -85,7 +85,7 @@ PREFERRED_VERSION_readline-native = "5.2"
 PREFERRED_VERSION_readline-nativesdk = "5.2"
 
 PREFERRED_VERSION_libnl = "3.2.21"
-PREFERRED_VERSION_crda = "1.1.1"
+PREFERRED_VERSION_crda = "1.1.3"
 PREFERRED_VERSION_obex = "0.34"
 PREFERRED_VERSION_bluez4 = "4.101"
 PREFERRED_VERSION_bluez-hcidump = "2.2"
diff --git a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
similarity index 97%
copy from meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
copy to meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
index e3880a1..9c1e0c2 100644
--- a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
+++ b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
@@ -13,7 +13,7 @@ SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
            http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \
 "
 
-CFLAGS += " -DCONFIG_LIBNL20"
+CFLAGS += " -DCONFIG_LIBNL32"
 
 EXTRA_OEMAKE = "MAKEFLAGS="
 do_compile() {
-- 
1.7.9



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

* Re: [PATCH 13/14] crda: Update recipe to 1.1.3 version.
  2013-11-28 11:38 [PATCH 13/14] crda: Update recipe to 1.1.3 version Yaniv Mahani
@ 2013-11-30 18:02 ` Cooper Jr., Franklin
  2013-12-01 15:35   ` Machani, Yaniv
  2013-12-04  5:54 ` Denys Dmytriyenko
  1 sibling, 1 reply; 4+ messages in thread
From: Cooper Jr., Franklin @ 2013-11-30 18:02 UTC (permalink / raw)
  To: Machani, Yaniv, meta-arago@arago-project.org



> -----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:39 AM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH 13/14] crda: Update recipe to 1.1.3 version.
> 
> From: Yaniv Machani <yanivma@ti.com>
> 
> - Added missing libnl3 flag.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    2 +-
>  .../crda/{crda_1.1.1.bb => crda_1.1.3.bb}          |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)  copy meta-arago-extras/recipes-
> connectivity/crda/{crda_1.1.1.bb => crda_1.1.3.bb} (97%)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-
> arago-distro/conf/distro/include/arago-prefs.inc
> index 5c20a0f..e9dc865 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -85,7 +85,7 @@ PREFERRED_VERSION_readline-native = "5.2"
>  PREFERRED_VERSION_readline-nativesdk = "5.2"
> 
>  PREFERRED_VERSION_libnl = "3.2.21"
> -PREFERRED_VERSION_crda = "1.1.1"
> +PREFERRED_VERSION_crda = "1.1.3"
[Franklin] believe crda 1.1.1 is needed for Wilink 6 so select the version of crda to use based on the Wilink version used. Something like below would work.
PREFERRED_VERSION_crda  = "${@base_contains('WILINK_VERSION','WILINK-8','1.1.3','1.1.1',d)}"
>  PREFERRED_VERSION_obex = "0.34"
>  PREFERRED_VERSION_bluez4 = "4.101"
>  PREFERRED_VERSION_bluez-hcidump = "2.2"
> diff --git a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb b/meta-
> arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> similarity index 97%
> copy from meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
> copy to meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> index e3880a1..9c1e0c2 100644
> --- a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
> +++ b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> @@ -13,7 +13,7 @@ SRC_URI =
> "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
>             http://wireless.kernel.org/download/wireless-
> regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \  "
> 
> -CFLAGS += " -DCONFIG_LIBNL20"
> +CFLAGS += " -DCONFIG_LIBNL32"
> 
>  EXTRA_OEMAKE = "MAKEFLAGS="
>  do_compile() {
> --
> 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] 4+ messages in thread

* Re: [PATCH 13/14] crda: Update recipe to 1.1.3 version.
  2013-11-30 18:02 ` Cooper Jr., Franklin
@ 2013-12-01 15:35   ` Machani, Yaniv
  0 siblings, 0 replies; 4+ messages in thread
From: Machani, Yaniv @ 2013-12-01 15:35 UTC (permalink / raw)
  To: Cooper Jr., Franklin, meta-arago@arago-project.org


-----Original Message-----
From: Cooper Jr., Franklin 
Sent: Saturday, November 30, 2013 8:02 PM
To: Machani, Yaniv; meta-arago@arago-project.org
Subject: RE: [meta-arago] [PATCH 13/14] crda: Update recipe to 1.1.3 version.



> -----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:39 AM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH 13/14] crda: Update recipe to 1.1.3 version.
> 
> From: Yaniv Machani <yanivma@ti.com>
> 
> - Added missing libnl3 flag.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    2 +-
>  .../crda/{crda_1.1.1.bb => crda_1.1.3.bb}          |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)  copy 
> meta-arago-extras/recipes- connectivity/crda/{crda_1.1.1.bb => 
> crda_1.1.3.bb} (97%)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
> b/meta- arago-distro/conf/distro/include/arago-prefs.inc
> index 5c20a0f..e9dc865 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -85,7 +85,7 @@ PREFERRED_VERSION_readline-native = "5.2"
>  PREFERRED_VERSION_readline-nativesdk = "5.2"
> 
>  PREFERRED_VERSION_libnl = "3.2.21"
> -PREFERRED_VERSION_crda = "1.1.1"
> +PREFERRED_VERSION_crda = "1.1.3"
[Franklin] believe crda 1.1.1 is needed for Wilink 6 so select the version of crda to use based on the Wilink version used. Something like below would work.
PREFERRED_VERSION_crda  = "${@base_contains('WILINK_VERSION','WILINK-8','1.1.3','1.1.1',d)}"

[Machani, Yaniv] As crda 1.1.1 does not support libnl3, it's required to move forward to version 1.1.3. 
AFAIK, the crda version should be irrelevant to the Wilink version.

>  PREFERRED_VERSION_obex = "0.34"
>  PREFERRED_VERSION_bluez4 = "4.101"
>  PREFERRED_VERSION_bluez-hcidump = "2.2"
> diff --git a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb 
> b/meta- arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> similarity index 97%
> copy from meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
> copy to meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> index e3880a1..9c1e0c2 100644
> --- a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
> +++ b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> @@ -13,7 +13,7 @@ SRC_URI =
> "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
>             http://wireless.kernel.org/download/wireless-
> regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \  "
> 
> -CFLAGS += " -DCONFIG_LIBNL20"
> +CFLAGS += " -DCONFIG_LIBNL32"
> 
>  EXTRA_OEMAKE = "MAKEFLAGS="
>  do_compile() {
> --
> 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] 4+ messages in thread

* Re: [PATCH 13/14] crda: Update recipe to 1.1.3 version.
  2013-11-28 11:38 [PATCH 13/14] crda: Update recipe to 1.1.3 version Yaniv Mahani
  2013-11-30 18:02 ` Cooper Jr., Franklin
@ 2013-12-04  5:54 ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-12-04  5:54 UTC (permalink / raw)
  To: Yaniv Mahani; +Cc: meta-arago

Since crda-1.1.3 (but newer regulatory db) is in meta-openembedded, can you 
please verify it works with your components and remove crda from meta-arago.

-- 
Denys


On Thu, Nov 28, 2013 at 01:38:48PM +0200, Yaniv Mahani wrote:
> From: Yaniv Machani <yanivma@ti.com>
> 
> - Added missing libnl3 flag.
> 
> Signed-off-by: Yaniv Machani <yanivma@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    2 +-
>  .../crda/{crda_1.1.1.bb => crda_1.1.3.bb}          |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  copy meta-arago-extras/recipes-connectivity/crda/{crda_1.1.1.bb => crda_1.1.3.bb} (97%)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index 5c20a0f..e9dc865 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -85,7 +85,7 @@ PREFERRED_VERSION_readline-native = "5.2"
>  PREFERRED_VERSION_readline-nativesdk = "5.2"
>  
>  PREFERRED_VERSION_libnl = "3.2.21"
> -PREFERRED_VERSION_crda = "1.1.1"
> +PREFERRED_VERSION_crda = "1.1.3"
>  PREFERRED_VERSION_obex = "0.34"
>  PREFERRED_VERSION_bluez4 = "4.101"
>  PREFERRED_VERSION_bluez-hcidump = "2.2"
> diff --git a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> similarity index 97%
> copy from meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
> copy to meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> index e3880a1..9c1e0c2 100644
> --- a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb
> +++ b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb
> @@ -13,7 +13,7 @@ SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
>             http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \
>  "
>  
> -CFLAGS += " -DCONFIG_LIBNL20"
> +CFLAGS += " -DCONFIG_LIBNL32"
>  
>  EXTRA_OEMAKE = "MAKEFLAGS="
>  do_compile() {
> -- 
> 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] 4+ messages in thread

end of thread, other threads:[~2013-12-04  5:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 11:38 [PATCH 13/14] crda: Update recipe to 1.1.3 version Yaniv Mahani
2013-11-30 18:02 ` Cooper Jr., Franklin
2013-12-01 15:35   ` Machani, Yaniv
2013-12-04  5:54 ` 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.