All of lore.kernel.org
 help / color / mirror / Atom feed
* [for master] [PATCH 0/3] Wilink R8.4 enablement for dra7xx
@ 2014-09-04 15:34 Karthik Ramanan
  2014-09-04 15:34 ` [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets Karthik Ramanan
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Karthik Ramanan @ 2014-09-04 15:34 UTC (permalink / raw)
  To: meta-arago

The connectivity packagegroup and bt-firmware recipes were
missing some support for omap-a15 based targets. 

This has been validated on the dra7xx target and the 
patches have been reviewed with ECS team.

Karthik Ramanan (3):
  tisdk-connectivity: Add support for omap-a15 based targets
  bt-firmware: Add support for omap-a15 based targets
  bt-firmware: Override Makefile to handle UNKNOWN platform

 .../packagegroup-arago-tisdk-connectivity.bb       |  9 ++++-
 ...-Remove-platform-check-and-install-defaul.patch | 41 ++++++++++++++++++++++
 .../recipes-bsp/bt-firmware/bt-firmware_git.bb     | 11 +++---
 3 files changed, 55 insertions(+), 6 deletions(-)
 create mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch

-- 
2.0.1



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

* [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets
  2014-09-04 15:34 [for master] [PATCH 0/3] Wilink R8.4 enablement for dra7xx Karthik Ramanan
@ 2014-09-04 15:34 ` Karthik Ramanan
  2014-09-11 22:29   ` Denys Dmytriyenko
  2014-09-04 15:34 ` [for master] [PATCH 2/3] bt-firmware: " Karthik Ramanan
  2014-09-04 15:34 ` [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform Karthik Ramanan
  2 siblings, 1 reply; 12+ messages in thread
From: Karthik Ramanan @ 2014-09-04 15:34 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../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 \
+"
+
 RDEPENDS_${PN} = "\
     ${CONNECTIVITY_RDEPENDS} \
 "
-- 
2.0.1



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

* [for master] [PATCH 2/3] bt-firmware: Add support for omap-a15 based targets
  2014-09-04 15:34 [for master] [PATCH 0/3] Wilink R8.4 enablement for dra7xx Karthik Ramanan
  2014-09-04 15:34 ` [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets Karthik Ramanan
@ 2014-09-04 15:34 ` Karthik Ramanan
  2014-09-04 15:34 ` [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform Karthik Ramanan
  2 siblings, 0 replies; 12+ messages in thread
From: Karthik Ramanan @ 2014-09-04 15:34 UTC (permalink / raw)
  To: meta-arago

    * Also migrate to the latest bt-firmware for init scripts
    * Updated LICENCE

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
index 9aff61a..780519b 100644
--- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
+++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Firmware files for Bluetooth"
 LICENSE = "TI-TSPA"
-LIC_FILES_CHKSUM = "file://am335x/LICENCE;md5=4b46aed2a87412c84f9363a8db053e1b \
+LIC_FILES_CHKSUM = "file://am335x/LICENCE;md5=1c9961176d6529283e0d0c983be41b45 \
 "
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -11,11 +11,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 RCONFLICTS_${PN} = "linux-firmware-wl12xx"
 RREPLACES_${PN}  = "linux-firmware-wl12xx"
 
-PR = "r4+gitr${SRCPV}"
+PR = "r5+gitr${SRCPV}"
 
-COMPATIBLE_MACHINE = "ti33x|ti43x"
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
 
-SRCREV = "7496df8d130f2db85d5d50b1f703213edf0b54fb"
+SRCREV = "e08f59b41b6145b6baf1cb68bca018233ab5e93a"
 SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \
            file://0001-Makefile-allow-building-within-the-OE.patch"
 
-- 
2.0.1



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

* [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform
  2014-09-04 15:34 [for master] [PATCH 0/3] Wilink R8.4 enablement for dra7xx Karthik Ramanan
  2014-09-04 15:34 ` [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets Karthik Ramanan
  2014-09-04 15:34 ` [for master] [PATCH 2/3] bt-firmware: " Karthik Ramanan
@ 2014-09-04 15:34 ` Karthik Ramanan
  2014-10-22 18:19   ` Denys Dmytriyenko
  2 siblings, 1 reply; 12+ messages in thread
From: Karthik Ramanan @ 2014-09-04 15:34 UTC (permalink / raw)
  To: meta-arago

* By default the Makefile supports only am335x targets
* This is required to support dra7xx and other devices

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 ...-Remove-platform-check-and-install-defaul.patch | 41 ++++++++++++++++++++++
 .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |  5 +--
 2 files changed, 44 insertions(+), 2 deletions(-)
 create mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch

diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
new file mode 100644
index 0000000..4ad457e
--- /dev/null
+++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
@@ -0,0 +1,41 @@
+From 40bb43c136ec8001d35f6077e5de5f8ac72f4da0 Mon Sep 17 00:00:00 2001
+From: Roger Monk <r-monk@ti.com>
+Date: Thu, 3 Oct 2013 02:59:54 +0100
+Subject: [PATCH] bt-firmware:  Remove platform check and install default
+ firmware
+
+   * For undefined plaforms, install default firmware
+   * Remove configuration of 'unknown' so that install picks
+     firmware from root directory (default)
+
+Signed-off-by: Roger Monk <r-monk@ti.com>
+---
+ Makefile |    6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index bd94881..ca8280a 100644
+--- a/Makefile
++++ b/Makefile
+@@ -5,8 +5,8 @@
+ # If KERNEL_DIR is not set then use the default in Rules.make
+ DEST_DIR ?= ${DESTDIR}
+ 
+-PLATFORM ?= "unknown"
+-MACHINE_NAME ?= "unknown"
++#PLATFORM ?= "unknown"
++#MACHINE_NAME ?= "unknown"
+ 
+ ifeq ($(PLATFORM), am335x-evm)
+     MACHINE_NAME := am335x
+@@ -23,6 +23,6 @@ endif
+ 
+ install:
+ 	install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware
+-	cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware
++	cp -f ./${MACHINE_NAME}/*.bts $(DEST_DIR)${BASE_LIB_DIR}/firmware
+ 
+ 
+-- 
+1.7.9.5
+
diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
index 780519b..aa99686 100644
--- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
+++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
@@ -11,13 +11,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 RCONFLICTS_${PN} = "linux-firmware-wl12xx"
 RREPLACES_${PN}  = "linux-firmware-wl12xx"
 
-PR = "r5+gitr${SRCPV}"
+PR = "r6+gitr${SRCPV}"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
 
 SRCREV = "e08f59b41b6145b6baf1cb68bca018233ab5e93a"
 SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \
-           file://0001-Makefile-allow-building-within-the-OE.patch"
+           file://0001-Makefile-allow-building-within-the-OE.patch \
+           file://0001-bt-firmware-Remove-platform-check-and-install-defaul.patch"
 
 PLATFORM = "unknown"
 PLATFORM_ti33x = "am335x-evm"
-- 
2.0.1



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

* Re: [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets
  2014-09-04 15:34 ` [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets Karthik Ramanan
@ 2014-09-11 22:29   ` Denys Dmytriyenko
  2014-09-30 21:23     ` Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2014-09-11 22:29 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

On Thu, Sep 04, 2014 at 09:04:12PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets
  2014-09-11 22:29   ` Denys Dmytriyenko
@ 2014-09-30 21:23     ` Denys Dmytriyenko
  2014-10-01  7:04       ` Karthik Ramanan
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2014-09-30 21:23 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

On Thu, Sep 11, 2014 at 06:29:51PM -0400, Denys Dmytriyenko wrote:
> On Thu, Sep 04, 2014 at 09:04:12PM +0530, Karthik Ramanan wrote:
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> >  .../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?

Ping on this one - this will re-enable BT for the entire SOC family, that will 
affect DRA7xx as well AM57x. I'm not sure that is intended for other SDK 
products. Should those be conditional on ARAGO_BRAND set to glsdk as well?


> > +"
> > +
> >  RDEPENDS_${PN} = "\
> >      ${CONNECTIVITY_RDEPENDS} \
> >  "
> > -- 
> > 2.0.1
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets
  2014-09-30 21:23     ` Denys Dmytriyenko
@ 2014-10-01  7:04       ` Karthik Ramanan
  2014-10-06 13:13         ` Karthik Ramanan
  0 siblings, 1 reply; 12+ messages in thread
From: Karthik Ramanan @ 2014-10-01  7:04 UTC (permalink / raw)
  To: Yaniv Machani; +Cc: meta-arago

On 01-Oct-14 2:53 AM, Denys Dmytriyenko wrote:
> On Thu, Sep 11, 2014 at 06:29:51PM -0400, Denys Dmytriyenko wrote:
>> On Thu, Sep 04, 2014 at 09:04:12PM +0530, Karthik Ramanan wrote:
>>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>>> ---
>>>   .../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?
>
> Ping on this one - this will re-enable BT for the entire SOC family, that will
> affect DRA7xx as well AM57x. I'm not sure that is intended for other SDK
> products. Should those be conditional on ARAGO_BRAND set to glsdk as well?
>

I will take Yaniv's help here because I am not aware of what is required 
for the other SoC families.

Yaniv,

If you recall, during the previous GLSDK releases we made this change as 
conditional to GLSDK. There was also a check for amsdk.

Here is the link to the older version of this file:
http://arago-project.org/git/projects/meta-arago-glsdk.git?p=projects/meta-arago-glsdk.git;a=blob;f=meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb;h=00460683ce31ba5c32c60b94fc4aa94ed11b682b;hb=a0c23900703dd66bf28760cbdaf6bdec97c9bd72

Would you be able to comment/suggest on what is needed here?

Regards
Karthik


>
>>> +"
>>> +
>>>   RDEPENDS_${PN} = "\
>>>       ${CONNECTIVITY_RDEPENDS} \
>>>   "
>>> --
>>> 2.0.1
>>>
>>> _______________________________________________
>>> meta-arago mailing list
>>> meta-arago@arago-project.org
>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets
  2014-10-01  7:04       ` Karthik Ramanan
@ 2014-10-06 13:13         ` Karthik Ramanan
  0 siblings, 0 replies; 12+ messages in thread
From: Karthik Ramanan @ 2014-10-06 13:13 UTC (permalink / raw)
  To: Yaniv Machani; +Cc: meta-arago


Yaniv,

Could you please comment on the below question?

Regards
Karthik


On 01-Oct-14 12:34 PM, Karthik Ramanan wrote:
> On 01-Oct-14 2:53 AM, Denys Dmytriyenko wrote:
>> On Thu, Sep 11, 2014 at 06:29:51PM -0400, Denys Dmytriyenko wrote:
>>> On Thu, Sep 04, 2014 at 09:04:12PM +0530, Karthik Ramanan wrote:
>>>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>>>> ---
>>>>   .../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?
>>
>> Ping on this one - this will re-enable BT for the entire SOC family,
>> that will
>> affect DRA7xx as well AM57x. I'm not sure that is intended for other SDK
>> products. Should those be conditional on ARAGO_BRAND set to glsdk as
>> well?
>>
>
> I will take Yaniv's help here because I am not aware of what is required
> for the other SoC families.
>
> Yaniv,
>
> If you recall, during the previous GLSDK releases we made this change as
> conditional to GLSDK. There was also a check for amsdk.
>
> Here is the link to the older version of this file:
> http://arago-project.org/git/projects/meta-arago-glsdk.git?p=projects/meta-arago-glsdk.git;a=blob;f=meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb;h=00460683ce31ba5c32c60b94fc4aa94ed11b682b;hb=a0c23900703dd66bf28760cbdaf6bdec97c9bd72
>
>
> Would you be able to comment/suggest on what is needed here?
>
> Regards
> Karthik
>
>
>>
>>>> +"
>>>> +
>>>>   RDEPENDS_${PN} = "\
>>>>       ${CONNECTIVITY_RDEPENDS} \
>>>>   "
>>>> --
>>>> 2.0.1
>>>>
>>>> _______________________________________________
>>>> meta-arago mailing list
>>>> meta-arago@arago-project.org
>>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>>> _______________________________________________
>>> meta-arago mailing list
>>> meta-arago@arago-project.org
>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform
  2014-09-04 15:34 ` [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform Karthik Ramanan
@ 2014-10-22 18:19   ` Denys Dmytriyenko
  2014-10-22 18:24     ` Karthik Ramanan
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2014-10-22 18:19 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

On Thu, Sep 04, 2014 at 09:04:14PM +0530, Karthik Ramanan wrote:
> * By default the Makefile supports only am335x targets
> * This is required to support dra7xx and other devices

With the updated recipe from Yaniv for version 3.6.1, do you still need this 
patch?


> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  ...-Remove-platform-check-and-install-defaul.patch | 41 ++++++++++++++++++++++
>  .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |  5 +--
>  2 files changed, 44 insertions(+), 2 deletions(-)
>  create mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
> 
> diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
> new file mode 100644
> index 0000000..4ad457e
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
> @@ -0,0 +1,41 @@
> +From 40bb43c136ec8001d35f6077e5de5f8ac72f4da0 Mon Sep 17 00:00:00 2001
> +From: Roger Monk <r-monk@ti.com>
> +Date: Thu, 3 Oct 2013 02:59:54 +0100
> +Subject: [PATCH] bt-firmware:  Remove platform check and install default
> + firmware
> +
> +   * For undefined plaforms, install default firmware
> +   * Remove configuration of 'unknown' so that install picks
> +     firmware from root directory (default)
> +
> +Signed-off-by: Roger Monk <r-monk@ti.com>
> +---
> + Makefile |    6 +++---
> + 1 file changed, 3 insertions(+), 3 deletions(-)
> +
> +diff --git a/Makefile b/Makefile
> +index bd94881..ca8280a 100644
> +--- a/Makefile
> ++++ b/Makefile
> +@@ -5,8 +5,8 @@
> + # If KERNEL_DIR is not set then use the default in Rules.make
> + DEST_DIR ?= ${DESTDIR}
> + 
> +-PLATFORM ?= "unknown"
> +-MACHINE_NAME ?= "unknown"
> ++#PLATFORM ?= "unknown"
> ++#MACHINE_NAME ?= "unknown"
> + 
> + ifeq ($(PLATFORM), am335x-evm)
> +     MACHINE_NAME := am335x
> +@@ -23,6 +23,6 @@ endif
> + 
> + install:
> + 	install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware
> +-	cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware
> ++	cp -f ./${MACHINE_NAME}/*.bts $(DEST_DIR)${BASE_LIB_DIR}/firmware
> + 
> + 
> +-- 
> +1.7.9.5
> +
> diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
> index 780519b..aa99686 100644
> --- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
> +++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
> @@ -11,13 +11,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>  RCONFLICTS_${PN} = "linux-firmware-wl12xx"
>  RREPLACES_${PN}  = "linux-firmware-wl12xx"
>  
> -PR = "r5+gitr${SRCPV}"
> +PR = "r6+gitr${SRCPV}"
>  
>  COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
>  
>  SRCREV = "e08f59b41b6145b6baf1cb68bca018233ab5e93a"
>  SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \
> -           file://0001-Makefile-allow-building-within-the-OE.patch"
> +           file://0001-Makefile-allow-building-within-the-OE.patch \
> +           file://0001-bt-firmware-Remove-platform-check-and-install-defaul.patch"
>  
>  PLATFORM = "unknown"
>  PLATFORM_ti33x = "am335x-evm"
> -- 
> 2.0.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] 12+ messages in thread

* Re: [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform
  2014-10-22 18:19   ` Denys Dmytriyenko
@ 2014-10-22 18:24     ` Karthik Ramanan
  2014-10-22 18:26       ` Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Karthik Ramanan @ 2014-10-22 18:24 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

On 22-Oct-14 11:49 PM, Denys Dmytriyenko wrote:
> On Thu, Sep 04, 2014 at 09:04:14PM +0530, Karthik Ramanan wrote:
>> * By default the Makefile supports only am335x targets
>> * This is required to support dra7xx and other devices
>
> With the updated recipe from Yaniv for version 3.6.1, do you still need this
> patch?

Yes, this patch is needed and Yaniv's patch will also be needed.
But I guess one of the patch needs to be rebased if the other is merged.

>
>
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>>   ...-Remove-platform-check-and-install-defaul.patch | 41 ++++++++++++++++++++++
>>   .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |  5 +--
>>   2 files changed, 44 insertions(+), 2 deletions(-)
>>   create mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
>>
>> diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
>> new file mode 100644
>> index 0000000..4ad457e
>> --- /dev/null
>> +++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
>> @@ -0,0 +1,41 @@
>> +From 40bb43c136ec8001d35f6077e5de5f8ac72f4da0 Mon Sep 17 00:00:00 2001
>> +From: Roger Monk <r-monk@ti.com>
>> +Date: Thu, 3 Oct 2013 02:59:54 +0100
>> +Subject: [PATCH] bt-firmware:  Remove platform check and install default
>> + firmware
>> +
>> +   * For undefined plaforms, install default firmware
>> +   * Remove configuration of 'unknown' so that install picks
>> +     firmware from root directory (default)
>> +
>> +Signed-off-by: Roger Monk <r-monk@ti.com>
>> +---
>> + Makefile |    6 +++---
>> + 1 file changed, 3 insertions(+), 3 deletions(-)
>> +
>> +diff --git a/Makefile b/Makefile
>> +index bd94881..ca8280a 100644
>> +--- a/Makefile
>> ++++ b/Makefile
>> +@@ -5,8 +5,8 @@
>> + # If KERNEL_DIR is not set then use the default in Rules.make
>> + DEST_DIR ?= ${DESTDIR}
>> +
>> +-PLATFORM ?= "unknown"
>> +-MACHINE_NAME ?= "unknown"
>> ++#PLATFORM ?= "unknown"
>> ++#MACHINE_NAME ?= "unknown"
>> +
>> + ifeq ($(PLATFORM), am335x-evm)
>> +     MACHINE_NAME := am335x
>> +@@ -23,6 +23,6 @@ endif
>> +
>> + install:
>> + 	install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware
>> +-	cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware
>> ++	cp -f ./${MACHINE_NAME}/*.bts $(DEST_DIR)${BASE_LIB_DIR}/firmware
>> +
>> +
>> +--
>> +1.7.9.5
>> +
>> diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
>> index 780519b..aa99686 100644
>> --- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
>> +++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
>> @@ -11,13 +11,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>>   RCONFLICTS_${PN} = "linux-firmware-wl12xx"
>>   RREPLACES_${PN}  = "linux-firmware-wl12xx"
>>
>> -PR = "r5+gitr${SRCPV}"
>> +PR = "r6+gitr${SRCPV}"
>>
>>   COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
>>
>>   SRCREV = "e08f59b41b6145b6baf1cb68bca018233ab5e93a"
>>   SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \
>> -           file://0001-Makefile-allow-building-within-the-OE.patch"
>> +           file://0001-Makefile-allow-building-within-the-OE.patch \
>> +           file://0001-bt-firmware-Remove-platform-check-and-install-defaul.patch"
>>
>>   PLATFORM = "unknown"
>>   PLATFORM_ti33x = "am335x-evm"
>> --
>> 2.0.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] 12+ messages in thread

* Re: [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform
  2014-10-22 18:24     ` Karthik Ramanan
@ 2014-10-22 18:26       ` Denys Dmytriyenko
  2014-10-22 18:30         ` Karthik Ramanan
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2014-10-22 18:26 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

On Wed, Oct 22, 2014 at 11:54:29PM +0530, Karthik Ramanan wrote:
> On 22-Oct-14 11:49 PM, Denys Dmytriyenko wrote:
> >On Thu, Sep 04, 2014 at 09:04:14PM +0530, Karthik Ramanan wrote:
> >>* By default the Makefile supports only am335x targets
> >>* This is required to support dra7xx and other devices
> >
> >With the updated recipe from Yaniv for version 3.6.1, do you still need this
> >patch?
> 
> Yes, this patch is needed and Yaniv's patch will also be needed.
> But I guess one of the patch needs to be rebased if the other is merged.

I think #2 from your series is not needed, but #1 and #3 can be rebased, 
right?


> >>Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> >>---
> >>  ...-Remove-platform-check-and-install-defaul.patch | 41 ++++++++++++++++++++++
> >>  .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |  5 +--
> >>  2 files changed, 44 insertions(+), 2 deletions(-)
> >>  create mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
> >>
> >>diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
> >>new file mode 100644
> >>index 0000000..4ad457e
> >>--- /dev/null
> >>+++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
> >>@@ -0,0 +1,41 @@
> >>+From 40bb43c136ec8001d35f6077e5de5f8ac72f4da0 Mon Sep 17 00:00:00 2001
> >>+From: Roger Monk <r-monk@ti.com>
> >>+Date: Thu, 3 Oct 2013 02:59:54 +0100
> >>+Subject: [PATCH] bt-firmware:  Remove platform check and install default
> >>+ firmware
> >>+
> >>+   * For undefined plaforms, install default firmware
> >>+   * Remove configuration of 'unknown' so that install picks
> >>+     firmware from root directory (default)
> >>+
> >>+Signed-off-by: Roger Monk <r-monk@ti.com>
> >>+---
> >>+ Makefile |    6 +++---
> >>+ 1 file changed, 3 insertions(+), 3 deletions(-)
> >>+
> >>+diff --git a/Makefile b/Makefile
> >>+index bd94881..ca8280a 100644
> >>+--- a/Makefile
> >>++++ b/Makefile
> >>+@@ -5,8 +5,8 @@
> >>+ # If KERNEL_DIR is not set then use the default in Rules.make
> >>+ DEST_DIR ?= ${DESTDIR}
> >>+
> >>+-PLATFORM ?= "unknown"
> >>+-MACHINE_NAME ?= "unknown"
> >>++#PLATFORM ?= "unknown"
> >>++#MACHINE_NAME ?= "unknown"
> >>+
> >>+ ifeq ($(PLATFORM), am335x-evm)
> >>+     MACHINE_NAME := am335x
> >>+@@ -23,6 +23,6 @@ endif
> >>+
> >>+ install:
> >>+ 	install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware
> >>+-	cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware
> >>++	cp -f ./${MACHINE_NAME}/*.bts $(DEST_DIR)${BASE_LIB_DIR}/firmware
> >>+
> >>+
> >>+--
> >>+1.7.9.5
> >>+
> >>diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
> >>index 780519b..aa99686 100644
> >>--- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
> >>+++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
> >>@@ -11,13 +11,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> >>  RCONFLICTS_${PN} = "linux-firmware-wl12xx"
> >>  RREPLACES_${PN}  = "linux-firmware-wl12xx"
> >>
> >>-PR = "r5+gitr${SRCPV}"
> >>+PR = "r6+gitr${SRCPV}"
> >>
> >>  COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
> >>
> >>  SRCREV = "e08f59b41b6145b6baf1cb68bca018233ab5e93a"
> >>  SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \
> >>-           file://0001-Makefile-allow-building-within-the-OE.patch"
> >>+           file://0001-Makefile-allow-building-within-the-OE.patch \
> >>+           file://0001-bt-firmware-Remove-platform-check-and-install-defaul.patch"
> >>
> >>  PLATFORM = "unknown"
> >>  PLATFORM_ti33x = "am335x-evm"
> >>--
> >>2.0.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] 12+ messages in thread

* Re: [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform
  2014-10-22 18:26       ` Denys Dmytriyenko
@ 2014-10-22 18:30         ` Karthik Ramanan
  0 siblings, 0 replies; 12+ messages in thread
From: Karthik Ramanan @ 2014-10-22 18:30 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

On 22-Oct-14 11:56 PM, Denys Dmytriyenko wrote:
> On Wed, Oct 22, 2014 at 11:54:29PM +0530, Karthik Ramanan wrote:
>> On 22-Oct-14 11:49 PM, Denys Dmytriyenko wrote:
>>> On Thu, Sep 04, 2014 at 09:04:14PM +0530, Karthik Ramanan wrote:
>>>> * By default the Makefile supports only am335x targets
>>>> * This is required to support dra7xx and other devices
>>>
>>> With the updated recipe from Yaniv for version 3.6.1, do you still need this
>>> patch?
>>
>> Yes, this patch is needed and Yaniv's patch will also be needed.
>> But I guess one of the patch needs to be rebased if the other is merged.
>
> I think #2 from your series is not needed, but #1 and #3 can be rebased,
> right?
>
>

 From #2, only this line would be needed on top of Yaniv's change:
+COMPATIBLE_MACHINE·=·"ti33x|ti43x|omap-a15"


>>>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>>>> ---
>>>>   ...-Remove-platform-check-and-install-defaul.patch | 41 ++++++++++++++++++++++
>>>>   .../recipes-bsp/bt-firmware/bt-firmware_git.bb     |  5 +--
>>>>   2 files changed, 44 insertions(+), 2 deletions(-)
>>>>   create mode 100644 meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
>>>>
>>>> diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
>>>> new file mode 100644
>>>> index 0000000..4ad457e
>>>> --- /dev/null
>>>> +++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware/0001-bt-firmware-Remove-platform-check-and-install-defaul.patch
>>>> @@ -0,0 +1,41 @@
>>>> +From 40bb43c136ec8001d35f6077e5de5f8ac72f4da0 Mon Sep 17 00:00:00 2001
>>>> +From: Roger Monk <r-monk@ti.com>
>>>> +Date: Thu, 3 Oct 2013 02:59:54 +0100
>>>> +Subject: [PATCH] bt-firmware:  Remove platform check and install default
>>>> + firmware
>>>> +
>>>> +   * For undefined plaforms, install default firmware
>>>> +   * Remove configuration of 'unknown' so that install picks
>>>> +     firmware from root directory (default)
>>>> +
>>>> +Signed-off-by: Roger Monk <r-monk@ti.com>
>>>> +---
>>>> + Makefile |    6 +++---
>>>> + 1 file changed, 3 insertions(+), 3 deletions(-)
>>>> +
>>>> +diff --git a/Makefile b/Makefile
>>>> +index bd94881..ca8280a 100644
>>>> +--- a/Makefile
>>>> ++++ b/Makefile
>>>> +@@ -5,8 +5,8 @@
>>>> + # If KERNEL_DIR is not set then use the default in Rules.make
>>>> + DEST_DIR ?= ${DESTDIR}
>>>> +
>>>> +-PLATFORM ?= "unknown"
>>>> +-MACHINE_NAME ?= "unknown"
>>>> ++#PLATFORM ?= "unknown"
>>>> ++#MACHINE_NAME ?= "unknown"
>>>> +
>>>> + ifeq ($(PLATFORM), am335x-evm)
>>>> +     MACHINE_NAME := am335x
>>>> +@@ -23,6 +23,6 @@ endif
>>>> +
>>>> + install:
>>>> + 	install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware
>>>> +-	cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware
>>>> ++	cp -f ./${MACHINE_NAME}/*.bts $(DEST_DIR)${BASE_LIB_DIR}/firmware
>>>> +
>>>> +
>>>> +--
>>>> +1.7.9.5
>>>> +
>>>> diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
>>>> index 780519b..aa99686 100644
>>>> --- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
>>>> +++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb
>>>> @@ -11,13 +11,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>>>>   RCONFLICTS_${PN} = "linux-firmware-wl12xx"
>>>>   RREPLACES_${PN}  = "linux-firmware-wl12xx"
>>>>
>>>> -PR = "r5+gitr${SRCPV}"
>>>> +PR = "r6+gitr${SRCPV}"
>>>>
>>>>   COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
>>>>
>>>>   SRCREV = "e08f59b41b6145b6baf1cb68bca018233ab5e93a"
>>>>   SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \
>>>> -           file://0001-Makefile-allow-building-within-the-OE.patch"
>>>> +           file://0001-Makefile-allow-building-within-the-OE.patch \
>>>> +           file://0001-bt-firmware-Remove-platform-check-and-install-defaul.patch"
>>>>
>>>>   PLATFORM = "unknown"
>>>>   PLATFORM_ti33x = "am335x-evm"
>>>> --
>>>> 2.0.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] 12+ messages in thread

end of thread, other threads:[~2014-10-22 18:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-04 15:34 [for master] [PATCH 0/3] Wilink R8.4 enablement for dra7xx Karthik Ramanan
2014-09-04 15:34 ` [for master] [PATCH 1/3] tisdk-connectivity: Add support for omap-a15 based targets Karthik Ramanan
2014-09-11 22:29   ` Denys Dmytriyenko
2014-09-30 21:23     ` Denys Dmytriyenko
2014-10-01  7:04       ` Karthik Ramanan
2014-10-06 13:13         ` Karthik Ramanan
2014-09-04 15:34 ` [for master] [PATCH 2/3] bt-firmware: " Karthik Ramanan
2014-09-04 15:34 ` [for master] [PATCH 3/3] bt-firmware: Override Makefile to handle UNKNOWN platform Karthik Ramanan
2014-10-22 18:19   ` Denys Dmytriyenko
2014-10-22 18:24     ` Karthik Ramanan
2014-10-22 18:26       ` Denys Dmytriyenko
2014-10-22 18:30         ` Karthik Ramanan

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.