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



> -----Original Message-----
> From: [email protected] [mailto:meta-arago- 
> [email protected]] On Behalf Of Machani, Yaniv
> Sent: Thursday, November 28, 2013 5:39 AM
> To: [email protected]
> Subject: [meta-arago] [PATCH 13/14] crda: Update recipe to 1.1.3 version.
> 
> From: Yaniv Machani <[email protected]>
> 
> - Added missing libnl3 flag.
> 
> Signed-off-by: Yaniv Machani <[email protected]>
> ---
>  .../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
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to