All of lore.kernel.org
 help / color / mirror / Atom feed
* [ 1/1] Use wireless-regdb-static for K4.15 and later
@ 2019-12-06 20:16 Hari Nagalla
  2019-12-06 20:16 ` [ 0/1] *** Use wireless-regdb-static *** Hari Nagalla
  2019-12-06 20:19 ` [ 1/1] Use wireless-regdb-static for K4.15 and later Denys Dmytriyenko
  0 siblings, 2 replies; 7+ messages in thread
From: Hari Nagalla @ 2019-12-06 20:16 UTC (permalink / raw)
  To: meta-arago

---
 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb    | 4 ++--
 1 file changed, 2 insertions(+), 2 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 72b72d6c..a44c4063 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
@@ -8,13 +8,13 @@ inherit packagegroup
 
 # WLAN support packages.
 # These are the packages that all platforms use for WLAN support
-# add wireless-regdb
+# add wireless-regdb-static
 WLAN_COMMON = "\
     iw \
     softap-udhcpd-config \
     eventdump \
     wlconf \
-    wireless-regdb \
+    wireless-regdb-static \
     linux-firmware-iwlwifi-8000c \
     linux-firmware-iwlwifi-8265 \
     linux-firmware-iwlwifi-3160-17 \
-- 
2.17.1



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

* [ 0/1] *** Use wireless-regdb-static ***
  2019-12-06 20:16 [ 1/1] Use wireless-regdb-static for K4.15 and later Hari Nagalla
@ 2019-12-06 20:16 ` Hari Nagalla
  2019-12-06 20:19 ` [ 1/1] Use wireless-regdb-static for K4.15 and later Denys Dmytriyenko
  1 sibling, 0 replies; 7+ messages in thread
From: Hari Nagalla @ 2019-12-06 20:16 UTC (permalink / raw)
  To: meta-arago

*** BLURB HERE ***

Hari Nagalla (1):
  Use wireless-regdb-static for K4.15 and later

 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1



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

* Re: [ 1/1] Use wireless-regdb-static for K4.15 and later
  2019-12-06 20:16 [ 1/1] Use wireless-regdb-static for K4.15 and later Hari Nagalla
  2019-12-06 20:16 ` [ 0/1] *** Use wireless-regdb-static *** Hari Nagalla
@ 2019-12-06 20:19 ` Denys Dmytriyenko
  2019-12-06 20:29   ` hari n
  1 sibling, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2019-12-06 20:19 UTC (permalink / raw)
  To: Hari Nagalla; +Cc: meta-arago

So, is "uim" still needed or not? In v1 you tried to remove it, but it got 
renamed to "uim-sysfs" to avoid confusion with other uim package. I'm just 
trying to see if we still need it or can simply drop the recipe from meta-ti.

Denys


On Fri, Dec 06, 2019 at 02:16:38PM -0600, Hari Nagalla wrote:
> ---
>  .../packagegroups/packagegroup-arago-tisdk-connectivity.bb    | 4 ++--
>  1 file changed, 2 insertions(+), 2 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 72b72d6c..a44c4063 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
> @@ -8,13 +8,13 @@ inherit packagegroup
>  
>  # WLAN support packages.
>  # These are the packages that all platforms use for WLAN support
> -# add wireless-regdb
> +# add wireless-regdb-static
>  WLAN_COMMON = "\
>      iw \
>      softap-udhcpd-config \
>      eventdump \
>      wlconf \
> -    wireless-regdb \
> +    wireless-regdb-static \
>      linux-firmware-iwlwifi-8000c \
>      linux-firmware-iwlwifi-8265 \
>      linux-firmware-iwlwifi-3160-17 \
> -- 
> 2.17.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [ 1/1] Use wireless-regdb-static for K4.15 and later
  2019-12-06 20:19 ` [ 1/1] Use wireless-regdb-static for K4.15 and later Denys Dmytriyenko
@ 2019-12-06 20:29   ` hari n
  2019-12-06 20:48     ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: hari n @ 2019-12-06 20:29 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

Hi Denys,

It is not needed. We do not need uim, as we moved away from shared transport. 

In v1, I used the tisdk6.1 snapshot repository. This time, I pulled using the thud configuration. 

Thanks
Hari


> On Dec 6, 2019, at 2:19 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> 
> So, is "uim" still needed or not? In v1 you tried to remove it, but it got 
> renamed to "uim-sysfs" to avoid confusion with other uim package. I'm just 
> trying to see if we still need it or can simply drop the recipe from meta-ti.
> 
> Denys
> 
> 
>> On Fri, Dec 06, 2019 at 02:16:38PM -0600, Hari Nagalla wrote:
>> ---
>> .../packagegroups/packagegroup-arago-tisdk-connectivity.bb    | 4 ++--
>> 1 file changed, 2 insertions(+), 2 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 72b72d6c..a44c4063 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
>> @@ -8,13 +8,13 @@ inherit packagegroup
>> 
>> # WLAN support packages.
>> # These are the packages that all platforms use for WLAN support
>> -# add wireless-regdb
>> +# add wireless-regdb-static
>> WLAN_COMMON = "\
>>     iw \
>>     softap-udhcpd-config \
>>     eventdump \
>>     wlconf \
>> -    wireless-regdb \
>> +    wireless-regdb-static \
>>     linux-firmware-iwlwifi-8000c \
>>     linux-firmware-iwlwifi-8265 \
>>     linux-firmware-iwlwifi-3160-17 \
>> -- 
>> 2.17.1
>> 
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [ 1/1] Use wireless-regdb-static for K4.15 and later
  2019-12-06 20:29   ` hari n
@ 2019-12-06 20:48     ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2019-12-06 20:48 UTC (permalink / raw)
  To: hari n; +Cc: meta-arago

Hari,

Ok, sounds good. Can you please remove "uim-sysfs" from the packagegroup, so I 
can drop the recipe completely from meta-ti later on? Thanks!

Denys


On Fri, Dec 06, 2019 at 02:29:09PM -0600, hari n wrote:
> Hi Denys,
> 
> It is not needed. We do not need uim, as we moved away from shared 
> transport.
> 
> In v1, I used the tisdk6.1 snapshot repository. This time, I pulled using 
> the thud configuration.
> 
> Thanks
> Hari
> 
> 
> > On Dec 6, 2019, at 2:19 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> > 
> > So, is "uim" still needed or not? In v1 you tried to remove it, but it got 
> > renamed to "uim-sysfs" to avoid confusion with other uim package. I'm just 
> > trying to see if we still need it or can simply drop the recipe from meta-ti.
> > 
> > Denys
> > 
> > 
> >> On Fri, Dec 06, 2019 at 02:16:38PM -0600, Hari Nagalla wrote:
> >> ---
> >> .../packagegroups/packagegroup-arago-tisdk-connectivity.bb    | 4 ++--
> >> 1 file changed, 2 insertions(+), 2 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 72b72d6c..a44c4063 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
> >> @@ -8,13 +8,13 @@ inherit packagegroup
> >> 
> >> # WLAN support packages.
> >> # These are the packages that all platforms use for WLAN support
> >> -# add wireless-regdb
> >> +# add wireless-regdb-static
> >> WLAN_COMMON = "\
> >>     iw \
> >>     softap-udhcpd-config \
> >>     eventdump \
> >>     wlconf \
> >> -    wireless-regdb \
> >> +    wireless-regdb-static \
> >>     linux-firmware-iwlwifi-8000c \
> >>     linux-firmware-iwlwifi-8265 \
> >>     linux-firmware-iwlwifi-3160-17 \
> >> -- 
> >> 2.17.1
> >> 
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* [ 1/1] Use wireless-regdb-static for K4.15 and later
@ 2019-12-06 21:33 Hari Nagalla
  2019-12-06 21:33 ` Hari Nagalla
  0 siblings, 1 reply; 7+ messages in thread
From: Hari Nagalla @ 2019-12-06 21:33 UTC (permalink / raw)
  To: meta-arago

---
 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb   | 5 ++---
 1 file changed, 2 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 72b72d6c..23f31075 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
@@ -8,13 +8,13 @@ inherit packagegroup
 
 # WLAN support packages.
 # These are the packages that all platforms use for WLAN support
-# add wireless-regdb
+# add wireless-regdb-static
 WLAN_COMMON = "\
     iw \
     softap-udhcpd-config \
     eventdump \
     wlconf \
-    wireless-regdb \
+    wireless-regdb-static \
     linux-firmware-iwlwifi-8000c \
     linux-firmware-iwlwifi-8265 \
     linux-firmware-iwlwifi-3160-17 \
@@ -45,7 +45,6 @@ BT_COMMON = "\
 "
 
 BT_TI = "\
-    uim-sysfs \
     bt-enable \
     bt-fw \
 "
-- 
2.17.1



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

* [ 1/1] Use wireless-regdb-static for K4.15 and later
  2019-12-06 21:33 Hari Nagalla
@ 2019-12-06 21:33 ` Hari Nagalla
  0 siblings, 0 replies; 7+ messages in thread
From: Hari Nagalla @ 2019-12-06 21:33 UTC (permalink / raw)
  To: meta-arago

---
 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb   | 5 ++---
 1 file changed, 2 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 72b72d6c..23f31075 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
@@ -8,13 +8,13 @@ inherit packagegroup
 
 # WLAN support packages.
 # These are the packages that all platforms use for WLAN support
-# add wireless-regdb
+# add wireless-regdb-static
 WLAN_COMMON = "\
     iw \
     softap-udhcpd-config \
     eventdump \
     wlconf \
-    wireless-regdb \
+    wireless-regdb-static \
     linux-firmware-iwlwifi-8000c \
     linux-firmware-iwlwifi-8265 \
     linux-firmware-iwlwifi-3160-17 \
@@ -45,7 +45,6 @@ BT_COMMON = "\
 "
 
 BT_TI = "\
-    uim-sysfs \
     bt-enable \
     bt-fw \
 "
-- 
2.17.1



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

end of thread, other threads:[~2019-12-06 21:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-06 20:16 [ 1/1] Use wireless-regdb-static for K4.15 and later Hari Nagalla
2019-12-06 20:16 ` [ 0/1] *** Use wireless-regdb-static *** Hari Nagalla
2019-12-06 20:19 ` [ 1/1] Use wireless-regdb-static for K4.15 and later Denys Dmytriyenko
2019-12-06 20:29   ` hari n
2019-12-06 20:48     ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2019-12-06 21:33 Hari Nagalla
2019-12-06 21:33 ` Hari Nagalla

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.