On 3/12/2021 8:12 AM, Nagalla, Hari wrote:
I believe, you could do the same for 'BT_TI' components. Add it to the 
CONNECTIVITY_RDEPENDS variable.

In the current builds, BT FW is missing.. The above would fix it..

Can you send a seperate patch for BT update in the same way.



Thanks
Hari

-----Original Message-----
From: Devshatwar, Nikhil
Sent: Wednesday, March 10, 2021 2:01 PM
To: meta-arago@arago-project.org; Bajjuri, Praneeth <prane...@ti.com>
Cc: Vutla, Lokesh <lokeshvu...@ti.com>; Kishon Vijay Abraham <kis...@ti.com>; Nori, Sekhar 
<nsek...@ti.com>; Nagalla, Hari <hnaga...@ti.com>; Narang, Saurabh <saurabhnar...@ti.com>; 
Devshatwar, Nikhil <nikhil...@ti.com>
Subject: [meta-arago][dunfell][PATCH v3] packagegroups: tisdk-connectivity: 
Include TI wlan packages for k3 platforms

Currently, the K3 platforms do not include the TI wlan related packages.
Add in the tisdk-connectivity packagegroup.

While at it, combine the packages added in all overrides into 
CONNECTIVITY_RDEPENDS variable and remove from overrides.

Signed-off-by: Nikhil Devshatwar <nikhil...@ti.com>
Suggested-by: Hari Nagalla <hnaga...@gmail.com>
Reviewed-by: Lokesh Vutla <lokeshvu...@ti.com>
---

Notes:
     changes from v2:
     * Combine the common package list into CONNECTIVITY_RDEPENDS
changes from v1: * Drop the new recipe and simply include the existing packages for wilink
       This way, all the platforms are using the same recipes and we don't
       have to maintain any new recipe just for the am64xx-sk
       The firmare will get picked from the repo
       git://git.ti.com/wilink8-wlan/wl18xx_fw.git

  .../packagegroup-arago-tisdk-connectivity.bb    | 17 +++--------------
  1 file changed, 3 insertions(+), 14 deletions(-)

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 11109432..8a8189fe 100644
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-ti
+++ sdk-connectivity.bb
@@ -61,36 +61,25 @@ CONNECTIVITY_RDEPENDS = " \
      iproute2-devlink \
      net-snmp \
      net-snmp-server-snmpd \
-"
-
-CONNECTIVITY_RDEPENDS_append_ti33x = "\
      ${WLAN_COMMON} \
      ${WLAN_TI} \
      ${BT_COMMON} \
+"
+
+CONNECTIVITY_RDEPENDS_append_ti33x = "\
      ${BT_TI} \
      ${DEMO_APPS} \
  "
CONNECTIVITY_RDEPENDS_append_ti43x = "\
-    ${WLAN_COMMON} \
-    ${WLAN_TI} \
-    ${BT_COMMON} \
      ${BT_TI} \
      ${DEMO_APPS} \
  "
CONNECTIVITY_RDEPENDS_append_dra7xx = "\
-    ${WLAN_COMMON} \
-    ${WLAN_TI} \
-    ${BT_COMMON} \
      ${BT_TI} \
  "
-CONNECTIVITY_RDEPENDS_append_k3 = "\
-    ${WLAN_COMMON} \
-    ${BT_COMMON} \
-"
-
  RDEPENDS_${PN} = "\
      ${CONNECTIVITY_RDEPENDS} \
  "
--
2.17.1

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to