All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] packagegroups: tisdk-connectivity: Include BT_TI package for all platforms
@ 2021-03-19 18:12 praneeth
  2021-03-19 18:19 ` Nagalla, Hari
  0 siblings, 1 reply; 3+ messages in thread
From: praneeth @ 2021-03-19 18:12 UTC (permalink / raw)
  To: Praneeth Bajjuri, Hari Nagalla; +Cc: meta-arago, denys

From: Hari Nagalla <hnagalla@ti.com>

Move BT_TI package (That consists bt_enable,bt_fw) to CONNECTIVITY_RDEPENDS.
This enables the package across all TI platforms.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
[praneeth@ti.com: addressed review comments from v1]
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb | 7 +------
 1 file changed, 1 insertion(+), 6 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 8a8189fe..1eb0e072 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
@@ -64,22 +64,17 @@ CONNECTIVITY_RDEPENDS = " \
     ${WLAN_COMMON} \
     ${WLAN_TI} \
     ${BT_COMMON} \
+    ${BT_TI} \
 "
 
 CONNECTIVITY_RDEPENDS_append_ti33x = "\
-    ${BT_TI} \
     ${DEMO_APPS} \
 "
 
 CONNECTIVITY_RDEPENDS_append_ti43x = "\
-    ${BT_TI} \
     ${DEMO_APPS} \
 "
 
-CONNECTIVITY_RDEPENDS_append_dra7xx = "\
-    ${BT_TI} \
-"
-
 RDEPENDS_${PN} = "\
     ${CONNECTIVITY_RDEPENDS} \
 "
-- 
2.17.1



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

end of thread, other threads:[~2021-03-19 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 18:12 [dunfell/master PATCH] packagegroups: tisdk-connectivity: Include BT_TI package for all platforms praneeth
2021-03-19 18:19 ` Nagalla, Hari
2021-03-19 18:32   ` 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.