On Thu, Sep 04, 2014 at 09:04:12PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <[email protected]>
> ---
>  .../packagegroups/packagegroup-arago-tisdk-connectivity.bb       | 9 
> ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
>  
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
> index f6c8660..7c5c565 100644
> --- 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
> +++ 
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install wireless packages into the target FS"
>  LICENSE = "MIT"
> -PR = "r29"
> +PR = "r30"
>  
>  inherit packagegroup
>  
> @@ -63,6 +63,13 @@ CONNECTIVITY_RDEPENDS_ti43x = "\
>      ${FIRMWARE_AND_DRIVERS} \
>  "
>  
> +CONNECTIVITY_RDEPENDS_omap-a15 = "\
> +    ${WLAN_COMMON} \
> +    ${BLUETOOTH_STACK} \
> +    ${@base_contains('ARAGO_BRAND','glsdk','${FIRMWARE_AND_DRIVERS}','',d)} \
> +    bt-firmware \

So, I see that wlan and by components are added to omap-a15 SOC, while 
firmware and drivers are only enabled when built for GLSDK. I'm wondering if 
that will affect negatively other platforms based on the same SOC, including 
am57x... And wasn't BT support completely dropped by Sitara? Is it still the 
case?

-- 
Denys


> +"
> +
>  RDEPENDS_${PN} = "\
>      ${CONNECTIVITY_RDEPENDS} \
>  "
> -- 
> 2.0.1
> 
> _______________________________________________
> 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