All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-*-connectivity: enable wlan/bt on dra7xx soc unconditionally
@ 2015-03-04 17:00 Denys Dmytriyenko
  2015-03-04 23:43 ` Stiffler, Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-03-04 17:00 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb          | 6 +++---
 1 file changed, 3 insertions(+), 3 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 08d2a4a..f157676 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 = "r31"
+PR = "r32"
 
 inherit packagegroup
 
@@ -64,10 +64,10 @@ CONNECTIVITY_RDEPENDS_ti43x = "\
     ${FIRMWARE_AND_DRIVERS} \
 "
 
-CONNECTIVITY_RDEPENDS_dra7xx-evm = "\
+CONNECTIVITY_RDEPENDS_dra7xx = "\
     ${WLAN_COMMON} \
     ${BLUETOOTH_STACK} \
-    ${@base_contains('ARAGO_BRAND','glsdk','${FIRMWARE_AND_DRIVERS}','',d)} \
+    ${FIRMWARE_AND_DRIVERS} \
     bt-firmware \
 "
 
-- 
2.2.0



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

end of thread, other threads:[~2015-03-05  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 17:00 [PATCH] packagegroup-*-connectivity: enable wlan/bt on dra7xx soc unconditionally Denys Dmytriyenko
2015-03-04 23:43 ` Stiffler, Jacob
2015-03-05  1:43   ` 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.