* [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack @ 2012-09-07 0:03 Franklin S. Cooper Jr 2012-09-08 15:57 ` Maupin, Chase 0 siblings, 1 reply; 12+ messages in thread From: Franklin S. Cooper Jr @ 2012-09-07 0:03 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Add list of bluetooth stack libraries to task-arago-tisdk-connectivity. * This list was previously located in task-arago-tisdk-bsp and task-arago-toolchain-tisdk-bsp-target in arago. Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com> --- .../tasks/task-arago-tisdk-connectivity-target.bb | 9 ++++++++- .../tasks/task-arago-tisdk-connectivity.bb | 16 +++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb index deb7b7b..a63c801 100644 --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-target.bb @@ -1,12 +1,19 @@ DESCRIPTION = "Task to install wlan and bluetooth sources in SDK" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r0" +PR = "r1" inherit task PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" +# Bluetooth development packages +BLUETOOTH_STACK = "\ + bluez4-dev \ + openobex-dev \ +" + RDEPENDS_${PN} = "\ + ${BLUETOOTH_STACK} \ wpa-supplicant-dev \ " diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb index 1ff849c..17f97d1 100644 --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Task to install wlan and bluetooth packages into target FS" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r0" +PR = "r1" inherit task PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx \ bt-enable \ " -BLUETOOTH = "bluetooth-gui" +BLUETOOTH_STACK = "\ + bluez4 \ + bluez4-agent \ + libasound-module-bluez \ + bluez-hcidump \ + openobex \ + openobex-apps \ + obexftp \ + ussp-push \ + " RDEPENDS_${PN} = "\ ${WLAN_COMMON} \ ${WLAN_COMPAT} \ - ${BLUETOOTH} \ + ${BLUETOOTH_STACK} \ + bluetooth-gui \ " -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-07 0:03 [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack Franklin S. Cooper Jr @ 2012-09-08 15:57 ` Maupin, Chase 2012-09-08 16:01 ` Cooper Jr., Franklin 0 siblings, 1 reply; 12+ messages in thread From: Maupin, Chase @ 2012-09-08 15:57 UTC (permalink / raw) To: Franklin S. Cooper Jr, meta-arago@arago-project.org; +Cc: Franklin S. Cooper Jr Will you re-submit with new naming? Sincerely, Chase Maupin Software Applications ARM MPU e-mail: chase.maupin@ti.com phone: (214) 567-2950 For support: Forums - http://community.ti.com/forums/ Wiki - http://wiki.davincidsp.com/ > -----Original Message----- > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr > Sent: Thursday, September 06, 2012 7:04 PM > To: meta-arago@arago-project.org > Cc: Franklin S. Cooper Jr > Subject: [meta-arago] [meta-arago-distro][PATCH] task-arago- > tisdk-connectivity: Add bluetooth stack > > * Add list of bluetooth stack libraries to task-arago-tisdk- > connectivity. > * This list was previously located in task-arago-tisdk-bsp and > task-arago-toolchain-tisdk-bsp-target in arago. > > Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com> > --- > .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > ++++++++- > .../tasks/task-arago-tisdk-connectivity.bb | 16 > +++++++++++++--- > 2 files changed, 21 insertions(+), 4 deletions(-) > > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- > tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > core/tasks/task-arago-tisdk-connectivity-target.bb > index deb7b7b..a63c801 100644 > --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > connectivity-target.bb > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > connectivity-target.bb > @@ -1,12 +1,19 @@ > DESCRIPTION = "Task to install wlan and bluetooth sources in > SDK" > LICENSE = "MIT" > LIC_FILES_CHKSUM = > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > 4de20420" > -PR = "r0" > +PR = "r1" > > inherit task > PACKAGE_ARCH = "${MACHINE_ARCH}" > COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > > +# Bluetooth development packages > +BLUETOOTH_STACK = "\ > + bluez4-dev \ > + openobex-dev \ > +" > + > RDEPENDS_${PN} = "\ > + ${BLUETOOTH_STACK} \ > wpa-supplicant-dev \ > " > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- > tisdk-connectivity.bb b/meta-arago-distro/recipes- > core/tasks/task-arago-tisdk-connectivity.bb > index 1ff849c..17f97d1 100644 > --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > connectivity.bb > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > connectivity.bb > @@ -1,7 +1,7 @@ > DESCRIPTION = "Task to install wlan and bluetooth packages into > target FS" > LICENSE = "MIT" > LIC_FILES_CHKSUM = > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > 4de20420" > -PR = "r0" > +PR = "r1" > > inherit task > PACKAGE_ARCH = "${MACHINE_ARCH}" > @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx \ > bt-enable \ > " > > -BLUETOOTH = "bluetooth-gui" > +BLUETOOTH_STACK = "\ > + bluez4 \ > + bluez4-agent \ > + libasound-module-bluez \ > + bluez-hcidump \ > + openobex \ > + openobex-apps \ > + obexftp \ > + ussp-push \ > + " > > RDEPENDS_${PN} = "\ > ${WLAN_COMMON} \ > ${WLAN_COMPAT} \ > - ${BLUETOOTH} \ > + ${BLUETOOTH_STACK} \ > + bluetooth-gui \ > " > -- > 1.7.0.4 > > _______________________________________________ > 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-08 15:57 ` Maupin, Chase @ 2012-09-08 16:01 ` Cooper Jr., Franklin 2012-09-08 17:38 ` Denys Dmytriyenko 0 siblings, 1 reply; 12+ messages in thread From: Cooper Jr., Franklin @ 2012-09-08 16:01 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-arago@arago-project.org, Franklin S. Cooper Jr There are quite a bit of patches that need to be renamed that still haven't been committed. I would prefer sending a single patch that renames all of the tasks once the patches are committed. On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" <chase.maupin@ti.com> wrote: > Will you re-submit with new naming? > > Sincerely, > Chase Maupin > Software Applications > ARM MPU > e-mail: chase.maupin@ti.com > phone: (214) 567-2950 > > For support: > Forums - http://community.ti.com/forums/ > Wiki - http://wiki.davincidsp.com/ > > >> -----Original Message----- >> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- >> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr >> Sent: Thursday, September 06, 2012 7:04 PM >> To: meta-arago@arago-project.org >> Cc: Franklin S. Cooper Jr >> Subject: [meta-arago] [meta-arago-distro][PATCH] task-arago- >> tisdk-connectivity: Add bluetooth stack >> >> * Add list of bluetooth stack libraries to task-arago-tisdk- >> connectivity. >> * This list was previously located in task-arago-tisdk-bsp and >> task-arago-toolchain-tisdk-bsp-target in arago. >> >> Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com> >> --- >> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 >> ++++++++- >> .../tasks/task-arago-tisdk-connectivity.bb | 16 >> +++++++++++++--- >> 2 files changed, 21 insertions(+), 4 deletions(-) >> >> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- >> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- >> core/tasks/task-arago-tisdk-connectivity-target.bb >> index deb7b7b..a63c801 100644 >> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >> connectivity-target.bb >> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >> connectivity-target.bb >> @@ -1,12 +1,19 @@ >> DESCRIPTION = "Task to install wlan and bluetooth sources in >> SDK" >> LICENSE = "MIT" >> LIC_FILES_CHKSUM = >> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b >> 4de20420" >> -PR = "r0" >> +PR = "r1" >> >> inherit task >> PACKAGE_ARCH = "${MACHINE_ARCH}" >> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" >> >> +# Bluetooth development packages >> +BLUETOOTH_STACK = "\ >> + bluez4-dev \ >> + openobex-dev \ >> +" >> + >> RDEPENDS_${PN} = "\ >> + ${BLUETOOTH_STACK} \ >> wpa-supplicant-dev \ >> " >> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- >> tisdk-connectivity.bb b/meta-arago-distro/recipes- >> core/tasks/task-arago-tisdk-connectivity.bb >> index 1ff849c..17f97d1 100644 >> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >> connectivity.bb >> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >> connectivity.bb >> @@ -1,7 +1,7 @@ >> DESCRIPTION = "Task to install wlan and bluetooth packages into >> target FS" >> LICENSE = "MIT" >> LIC_FILES_CHKSUM = >> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b >> 4de20420" >> -PR = "r0" >> +PR = "r1" >> >> inherit task >> PACKAGE_ARCH = "${MACHINE_ARCH}" >> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx \ >> bt-enable \ >> " >> >> -BLUETOOTH = "bluetooth-gui" >> +BLUETOOTH_STACK = "\ >> + bluez4 \ >> + bluez4-agent \ >> + libasound-module-bluez \ >> + bluez-hcidump \ >> + openobex \ >> + openobex-apps \ >> + obexftp \ >> + ussp-push \ >> + " >> >> RDEPENDS_${PN} = "\ >> ${WLAN_COMMON} \ >> ${WLAN_COMPAT} \ >> - ${BLUETOOTH} \ >> + ${BLUETOOTH_STACK} \ >> + bluetooth-gui \ >> " >> -- >> 1.7.0.4 >> >> _______________________________________________ >> 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-08 16:01 ` Cooper Jr., Franklin @ 2012-09-08 17:38 ` Denys Dmytriyenko 2012-09-08 17:49 ` Cooper Jr., Franklin 0 siblings, 1 reply; 12+ messages in thread From: Denys Dmytriyenko @ 2012-09-08 17:38 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org, Franklin S. Cooper Jr On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., Franklin wrote: > There are quite a bit of patches that need to be renamed that still haven't > been committed. I would prefer sending a single patch that renames all of > the tasks once the patches are committed. I understand your position on this, but all the previous patches were submitted to drop the toolchain part from the name - will you be able to separate them afterwards? Denys > On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" <chase.maupin@ti.com> wrote: > > > Will you re-submit with new naming? > > > > Sincerely, > > Chase Maupin > > Software Applications > > ARM MPU > > e-mail: chase.maupin@ti.com > > phone: (214) 567-2950 > > > > For support: > > Forums - http://community.ti.com/forums/ > > Wiki - http://wiki.davincidsp.com/ > > > > > >> -----Original Message----- > >> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > >> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr > >> Sent: Thursday, September 06, 2012 7:04 PM > >> To: meta-arago@arago-project.org > >> Cc: Franklin S. Cooper Jr > >> Subject: [meta-arago] [meta-arago-distro][PATCH] task-arago- > >> tisdk-connectivity: Add bluetooth stack > >> > >> * Add list of bluetooth stack libraries to task-arago-tisdk- > >> connectivity. > >> * This list was previously located in task-arago-tisdk-bsp and > >> task-arago-toolchain-tisdk-bsp-target in arago. > >> > >> Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com> > >> --- > >> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > >> ++++++++- > >> .../tasks/task-arago-tisdk-connectivity.bb | 16 > >> +++++++++++++--- > >> 2 files changed, 21 insertions(+), 4 deletions(-) > >> > >> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- > >> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > >> core/tasks/task-arago-tisdk-connectivity-target.bb > >> index deb7b7b..a63c801 100644 > >> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >> connectivity-target.bb > >> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >> connectivity-target.bb > >> @@ -1,12 +1,19 @@ > >> DESCRIPTION = "Task to install wlan and bluetooth sources in > >> SDK" > >> LICENSE = "MIT" > >> LIC_FILES_CHKSUM = > >> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > >> 4de20420" > >> -PR = "r0" > >> +PR = "r1" > >> > >> inherit task > >> PACKAGE_ARCH = "${MACHINE_ARCH}" > >> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > >> > >> +# Bluetooth development packages > >> +BLUETOOTH_STACK = "\ > >> + bluez4-dev \ > >> + openobex-dev \ > >> +" > >> + > >> RDEPENDS_${PN} = "\ > >> + ${BLUETOOTH_STACK} \ > >> wpa-supplicant-dev \ > >> " > >> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- > >> tisdk-connectivity.bb b/meta-arago-distro/recipes- > >> core/tasks/task-arago-tisdk-connectivity.bb > >> index 1ff849c..17f97d1 100644 > >> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >> connectivity.bb > >> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >> connectivity.bb > >> @@ -1,7 +1,7 @@ > >> DESCRIPTION = "Task to install wlan and bluetooth packages into > >> target FS" > >> LICENSE = "MIT" > >> LIC_FILES_CHKSUM = > >> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > >> 4de20420" > >> -PR = "r0" > >> +PR = "r1" > >> > >> inherit task > >> PACKAGE_ARCH = "${MACHINE_ARCH}" > >> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx \ > >> bt-enable \ > >> " > >> > >> -BLUETOOTH = "bluetooth-gui" > >> +BLUETOOTH_STACK = "\ > >> + bluez4 \ > >> + bluez4-agent \ > >> + libasound-module-bluez \ > >> + bluez-hcidump \ > >> + openobex \ > >> + openobex-apps \ > >> + obexftp \ > >> + ussp-push \ > >> + " > >> > >> RDEPENDS_${PN} = "\ > >> ${WLAN_COMMON} \ > >> ${WLAN_COMPAT} \ > >> - ${BLUETOOTH} \ > >> + ${BLUETOOTH_STACK} \ > >> + bluetooth-gui \ > >> " > >> -- > >> 1.7.0.4 > >> > >> _______________________________________________ > >> 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-08 17:38 ` Denys Dmytriyenko @ 2012-09-08 17:49 ` Cooper Jr., Franklin 2012-09-08 18:18 ` Maupin, Chase 0 siblings, 1 reply; 12+ messages in thread From: Cooper Jr., Franklin @ 2012-09-08 17:49 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Will me renaming these tasks result in me having to resubmit all the patches that are built on top of the these tasks? On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., Franklin wrote: >> There are quite a bit of patches that need to be renamed that still haven't >> been committed. I would prefer sending a single patch that renames all of >> the tasks once the patches are committed. > > I understand your position on this, but all the previous patches were > submitted to drop the toolchain part from the name - will you be able to > separate them afterwards? > > Denys > > >> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" <chase.maupin@ti.com> wrote: >> >>> Will you re-submit with new naming? >>> >>> Sincerely, >>> Chase Maupin >>> Software Applications >>> ARM MPU >>> e-mail: chase.maupin@ti.com >>> phone: (214) 567-2950 >>> >>> For support: >>> Forums - http://community.ti.com/forums/ >>> Wiki - http://wiki.davincidsp.com/ >>> >>> >>>> -----Original Message----- >>>> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- >>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr >>>> Sent: Thursday, September 06, 2012 7:04 PM >>>> To: meta-arago@arago-project.org >>>> Cc: Franklin S. Cooper Jr >>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task-arago- >>>> tisdk-connectivity: Add bluetooth stack >>>> >>>> * Add list of bluetooth stack libraries to task-arago-tisdk- >>>> connectivity. >>>> * This list was previously located in task-arago-tisdk-bsp and >>>> task-arago-toolchain-tisdk-bsp-target in arago. >>>> >>>> Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com> >>>> --- >>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 >>>> ++++++++- >>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 >>>> +++++++++++++--- >>>> 2 files changed, 21 insertions(+), 4 deletions(-) >>>> >>>> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- >>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- >>>> core/tasks/task-arago-tisdk-connectivity-target.bb >>>> index deb7b7b..a63c801 100644 >>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>> connectivity-target.bb >>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>> connectivity-target.bb >>>> @@ -1,12 +1,19 @@ >>>> DESCRIPTION = "Task to install wlan and bluetooth sources in >>>> SDK" >>>> LICENSE = "MIT" >>>> LIC_FILES_CHKSUM = >>>> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b >>>> 4de20420" >>>> -PR = "r0" >>>> +PR = "r1" >>>> >>>> inherit task >>>> PACKAGE_ARCH = "${MACHINE_ARCH}" >>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" >>>> >>>> +# Bluetooth development packages >>>> +BLUETOOTH_STACK = "\ >>>> + bluez4-dev \ >>>> + openobex-dev \ >>>> +" >>>> + >>>> RDEPENDS_${PN} = "\ >>>> + ${BLUETOOTH_STACK} \ >>>> wpa-supplicant-dev \ >>>> " >>>> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago- >>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- >>>> core/tasks/task-arago-tisdk-connectivity.bb >>>> index 1ff849c..17f97d1 100644 >>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>> connectivity.bb >>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>> connectivity.bb >>>> @@ -1,7 +1,7 @@ >>>> DESCRIPTION = "Task to install wlan and bluetooth packages into >>>> target FS" >>>> LICENSE = "MIT" >>>> LIC_FILES_CHKSUM = >>>> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b >>>> 4de20420" >>>> -PR = "r0" >>>> +PR = "r1" >>>> >>>> inherit task >>>> PACKAGE_ARCH = "${MACHINE_ARCH}" >>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx \ >>>> bt-enable \ >>>> " >>>> >>>> -BLUETOOTH = "bluetooth-gui" >>>> +BLUETOOTH_STACK = "\ >>>> + bluez4 \ >>>> + bluez4-agent \ >>>> + libasound-module-bluez \ >>>> + bluez-hcidump \ >>>> + openobex \ >>>> + openobex-apps \ >>>> + obexftp \ >>>> + ussp-push \ >>>> + " >>>> >>>> RDEPENDS_${PN} = "\ >>>> ${WLAN_COMMON} \ >>>> ${WLAN_COMPAT} \ >>>> - ${BLUETOOTH} \ >>>> + ${BLUETOOTH_STACK} \ >>>> + bluetooth-gui \ >>>> " >>>> -- >>>> 1.7.0.4 >>>> >>>> _______________________________________________ >>>> 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-08 17:49 ` Cooper Jr., Franklin @ 2012-09-08 18:18 ` Maupin, Chase 2012-09-08 18:55 ` Cooper Jr., Franklin 0 siblings, 1 reply; 12+ messages in thread From: Maupin, Chase @ 2012-09-08 18:18 UTC (permalink / raw) To: Cooper Jr., Franklin, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org I'm not sure I understand that question. You would have to fix the naming no matter what. If you have patches later in your patchset that use the old name, then yes you would need to fix them and resubmit them. Then again, you would have to do the same thing either way. Sincerely, Chase Maupin Software Applications ARM MPU e-mail: chase.maupin@ti.com phone: (214) 567-2950 For support: Forums - http://community.ti.com/forums/ Wiki - http://wiki.davincidsp.com/ > -----Original Message----- > From: Cooper Jr., Franklin > Sent: Saturday, September 08, 2012 12:50 PM > To: Dmytriyenko, Denys > Cc: Maupin, Chase; meta-arago@arago-project.org > Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago- > tisdk-connectivity: Add bluetooth stack > > Will me renaming these tasks result in me having to resubmit all > the patches that are built on top of the these tasks? > > On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" <denys@ti.com> > wrote: > > > On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., Franklin > wrote: > >> There are quite a bit of patches that need to be renamed that > still haven't > >> been committed. I would prefer sending a single patch that > renames all of > >> the tasks once the patches are committed. > > > > I understand your position on this, but all the previous > patches were > > submitted to drop the toolchain part from the name - will you > be able to > > separate them afterwards? > > > > Denys > > > > > >> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" > <chase.maupin@ti.com> wrote: > >> > >>> Will you re-submit with new naming? > >>> > >>> Sincerely, > >>> Chase Maupin > >>> Software Applications > >>> ARM MPU > >>> e-mail: chase.maupin@ti.com > >>> phone: (214) 567-2950 > >>> > >>> For support: > >>> Forums - http://community.ti.com/forums/ > >>> Wiki - http://wiki.davincidsp.com/ > >>> > >>> > >>>> -----Original Message----- > >>>> From: meta-arago-bounces@arago-project.org [mailto:meta- > arago- > >>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper > Jr > >>>> Sent: Thursday, September 06, 2012 7:04 PM > >>>> To: meta-arago@arago-project.org > >>>> Cc: Franklin S. Cooper Jr > >>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task-arago- > >>>> tisdk-connectivity: Add bluetooth stack > >>>> > >>>> * Add list of bluetooth stack libraries to task-arago-tisdk- > >>>> connectivity. > >>>> * This list was previously located in task-arago-tisdk-bsp > and > >>>> task-arago-toolchain-tisdk-bsp-target in arago. > >>>> > >>>> Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com> > >>>> --- > >>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > >>>> ++++++++- > >>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 > >>>> +++++++++++++--- > >>>> 2 files changed, 21 insertions(+), 4 deletions(-) > >>>> > >>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > arago- > >>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > >>>> core/tasks/task-arago-tisdk-connectivity-target.bb > >>>> index deb7b7b..a63c801 100644 > >>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >>>> connectivity-target.bb > >>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >>>> connectivity-target.bb > >>>> @@ -1,12 +1,19 @@ > >>>> DESCRIPTION = "Task to install wlan and bluetooth sources in > >>>> SDK" > >>>> LICENSE = "MIT" > >>>> LIC_FILES_CHKSUM = > >>>> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > >>>> 4de20420" > >>>> -PR = "r0" > >>>> +PR = "r1" > >>>> > >>>> inherit task > >>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > >>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > >>>> > >>>> +# Bluetooth development packages > >>>> +BLUETOOTH_STACK = "\ > >>>> + bluez4-dev \ > >>>> + openobex-dev \ > >>>> +" > >>>> + > >>>> RDEPENDS_${PN} = "\ > >>>> + ${BLUETOOTH_STACK} \ > >>>> wpa-supplicant-dev \ > >>>> " > >>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > arago- > >>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- > >>>> core/tasks/task-arago-tisdk-connectivity.bb > >>>> index 1ff849c..17f97d1 100644 > >>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >>>> connectivity.bb > >>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- > >>>> connectivity.bb > >>>> @@ -1,7 +1,7 @@ > >>>> DESCRIPTION = "Task to install wlan and bluetooth packages > into > >>>> target FS" > >>>> LICENSE = "MIT" > >>>> LIC_FILES_CHKSUM = > >>>> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > >>>> 4de20420" > >>>> -PR = "r0" > >>>> +PR = "r1" > >>>> > >>>> inherit task > >>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > >>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx > \ > >>>> bt-enable \ > >>>> " > >>>> > >>>> -BLUETOOTH = "bluetooth-gui" > >>>> +BLUETOOTH_STACK = "\ > >>>> + bluez4 \ > >>>> + bluez4-agent \ > >>>> + libasound-module-bluez \ > >>>> + bluez-hcidump \ > >>>> + openobex \ > >>>> + openobex-apps \ > >>>> + obexftp \ > >>>> + ussp-push \ > >>>> + " > >>>> > >>>> RDEPENDS_${PN} = "\ > >>>> ${WLAN_COMMON} \ > >>>> ${WLAN_COMPAT} \ > >>>> - ${BLUETOOTH} \ > >>>> + ${BLUETOOTH_STACK} \ > >>>> + bluetooth-gui \ > >>>> " > >>>> -- > >>>> 1.7.0.4 > >>>> > >>>> _______________________________________________ > >>>> 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-08 18:18 ` Maupin, Chase @ 2012-09-08 18:55 ` Cooper Jr., Franklin 2012-09-08 19:05 ` Maupin, Chase 0 siblings, 1 reply; 12+ messages in thread From: Cooper Jr., Franklin @ 2012-09-08 18:55 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-arago@arago-project.org It's the difference between sending 1 patch that renames all the recipes vs submitting 11 v2 of patches that have yet to be committed and will be affected by the new naming scheme. I prefer the one patch approach but if you both insist I can redo all the patches. On Sep 8, 2012, at 1:18 PM, "Maupin, Chase" <chase.maupin@ti.com> wrote: > I'm not sure I understand that question. You would have to fix the naming no matter what. If you have patches later in your patchset that use the old name, then yes you would need to fix them and resubmit them. Then again, you would have to do the same thing either way. > > Sincerely, > Chase Maupin > Software Applications > ARM MPU > e-mail: chase.maupin@ti.com > phone: (214) 567-2950 > > For support: > Forums - http://community.ti.com/forums/ > Wiki - http://wiki.davincidsp.com/ > > >> -----Original Message----- >> From: Cooper Jr., Franklin >> Sent: Saturday, September 08, 2012 12:50 PM >> To: Dmytriyenko, Denys >> Cc: Maupin, Chase; meta-arago@arago-project.org >> Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago- >> tisdk-connectivity: Add bluetooth stack >> >> Will me renaming these tasks result in me having to resubmit all >> the patches that are built on top of the these tasks? >> >> On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" <denys@ti.com> >> wrote: >> >>> On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., Franklin >> wrote: >>>> There are quite a bit of patches that need to be renamed that >> still haven't >>>> been committed. I would prefer sending a single patch that >> renames all of >>>> the tasks once the patches are committed. >>> >>> I understand your position on this, but all the previous >> patches were >>> submitted to drop the toolchain part from the name - will you >> be able to >>> separate them afterwards? >>> >>> Denys >>> >>> >>>> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" >> <chase.maupin@ti.com> wrote: >>>> >>>>> Will you re-submit with new naming? >>>>> >>>>> Sincerely, >>>>> Chase Maupin >>>>> Software Applications >>>>> ARM MPU >>>>> e-mail: chase.maupin@ti.com >>>>> phone: (214) 567-2950 >>>>> >>>>> For support: >>>>> Forums - http://community.ti.com/forums/ >>>>> Wiki - http://wiki.davincidsp.com/ >>>>> >>>>> >>>>>> -----Original Message----- >>>>>> From: meta-arago-bounces@arago-project.org [mailto:meta- >> arago- >>>>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper >> Jr >>>>>> Sent: Thursday, September 06, 2012 7:04 PM >>>>>> To: meta-arago@arago-project.org >>>>>> Cc: Franklin S. Cooper Jr >>>>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task-arago- >>>>>> tisdk-connectivity: Add bluetooth stack >>>>>> >>>>>> * Add list of bluetooth stack libraries to task-arago-tisdk- >>>>>> connectivity. >>>>>> * This list was previously located in task-arago-tisdk-bsp >> and >>>>>> task-arago-toolchain-tisdk-bsp-target in arago. >>>>>> >>>>>> Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com> >>>>>> --- >>>>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 >>>>>> ++++++++- >>>>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 >>>>>> +++++++++++++--- >>>>>> 2 files changed, 21 insertions(+), 4 deletions(-) >>>>>> >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- >> arago- >>>>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- >>>>>> core/tasks/task-arago-tisdk-connectivity-target.bb >>>>>> index deb7b7b..a63c801 100644 >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>>>> connectivity-target.bb >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>>>> connectivity-target.bb >>>>>> @@ -1,12 +1,19 @@ >>>>>> DESCRIPTION = "Task to install wlan and bluetooth sources in >>>>>> SDK" >>>>>> LICENSE = "MIT" >>>>>> LIC_FILES_CHKSUM = >>>>>> >> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b >>>>>> 4de20420" >>>>>> -PR = "r0" >>>>>> +PR = "r1" >>>>>> >>>>>> inherit task >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" >>>>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" >>>>>> >>>>>> +# Bluetooth development packages >>>>>> +BLUETOOTH_STACK = "\ >>>>>> + bluez4-dev \ >>>>>> + openobex-dev \ >>>>>> +" >>>>>> + >>>>>> RDEPENDS_${PN} = "\ >>>>>> + ${BLUETOOTH_STACK} \ >>>>>> wpa-supplicant-dev \ >>>>>> " >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- >> arago- >>>>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- >>>>>> core/tasks/task-arago-tisdk-connectivity.bb >>>>>> index 1ff849c..17f97d1 100644 >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>>>> connectivity.bb >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk- >>>>>> connectivity.bb >>>>>> @@ -1,7 +1,7 @@ >>>>>> DESCRIPTION = "Task to install wlan and bluetooth packages >> into >>>>>> target FS" >>>>>> LICENSE = "MIT" >>>>>> LIC_FILES_CHKSUM = >>>>>> >> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b >>>>>> 4de20420" >>>>>> -PR = "r0" >>>>>> +PR = "r1" >>>>>> >>>>>> inherit task >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" >>>>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless-wl12xx >> \ >>>>>> bt-enable \ >>>>>> " >>>>>> >>>>>> -BLUETOOTH = "bluetooth-gui" >>>>>> +BLUETOOTH_STACK = "\ >>>>>> + bluez4 \ >>>>>> + bluez4-agent \ >>>>>> + libasound-module-bluez \ >>>>>> + bluez-hcidump \ >>>>>> + openobex \ >>>>>> + openobex-apps \ >>>>>> + obexftp \ >>>>>> + ussp-push \ >>>>>> + " >>>>>> >>>>>> RDEPENDS_${PN} = "\ >>>>>> ${WLAN_COMMON} \ >>>>>> ${WLAN_COMPAT} \ >>>>>> - ${BLUETOOTH} \ >>>>>> + ${BLUETOOTH_STACK} \ >>>>>> + bluetooth-gui \ >>>>>> " >>>>>> -- >>>>>> 1.7.0.4 >>>>>> >>>>>> _______________________________________________ >>>>>> 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-08 18:55 ` Cooper Jr., Franklin @ 2012-09-08 19:05 ` Maupin, Chase 2012-09-10 18:03 ` Denys Dmytriyenko 0 siblings, 1 reply; 12+ messages in thread From: Maupin, Chase @ 2012-09-08 19:05 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org Denys, I'll leave this to your call for what is your preferred method. This is making me think we should set Franklin up with his own git tree so he can do pull requests. What do you think? Sincerely, Chase Maupin Software Applications ARM MPU e-mail: chase.maupin@ti.com phone: (214) 567-2950 For support: Forums - http://community.ti.com/forums/ Wiki - http://wiki.davincidsp.com/ > -----Original Message----- > From: Cooper Jr., Franklin > Sent: Saturday, September 08, 2012 1:56 PM > To: Maupin, Chase > Cc: Dmytriyenko, Denys; meta-arago@arago-project.org > Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago- > tisdk-connectivity: Add bluetooth stack > > It's the difference between sending 1 patch that renames all the > recipes vs submitting 11 v2 of patches that have yet to be > committed and will be affected by the new naming scheme. I prefer > the one patch approach but if you both insist I can redo all the > patches. > > On Sep 8, 2012, at 1:18 PM, "Maupin, Chase" <chase.maupin@ti.com> > wrote: > > > I'm not sure I understand that question. You would have to fix > the naming no matter what. If you have patches later in your > patchset that use the old name, then yes you would need to fix > them and resubmit them. Then again, you would have to do the > same thing either way. > > > > Sincerely, > > Chase Maupin > > Software Applications > > ARM MPU > > e-mail: chase.maupin@ti.com > > phone: (214) 567-2950 > > > > For support: > > Forums - http://community.ti.com/forums/ > > Wiki - http://wiki.davincidsp.com/ > > > > > >> -----Original Message----- > >> From: Cooper Jr., Franklin > >> Sent: Saturday, September 08, 2012 12:50 PM > >> To: Dmytriyenko, Denys > >> Cc: Maupin, Chase; meta-arago@arago-project.org > >> Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task- > arago- > >> tisdk-connectivity: Add bluetooth stack > >> > >> Will me renaming these tasks result in me having to resubmit > all > >> the patches that are built on top of the these tasks? > >> > >> On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" > <denys@ti.com> > >> wrote: > >> > >>> On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., > Franklin > >> wrote: > >>>> There are quite a bit of patches that need to be renamed > that > >> still haven't > >>>> been committed. I would prefer sending a single patch that > >> renames all of > >>>> the tasks once the patches are committed. > >>> > >>> I understand your position on this, but all the previous > >> patches were > >>> submitted to drop the toolchain part from the name - will you > >> be able to > >>> separate them afterwards? > >>> > >>> Denys > >>> > >>> > >>>> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" > >> <chase.maupin@ti.com> wrote: > >>>> > >>>>> Will you re-submit with new naming? > >>>>> > >>>>> Sincerely, > >>>>> Chase Maupin > >>>>> Software Applications > >>>>> ARM MPU > >>>>> e-mail: chase.maupin@ti.com > >>>>> phone: (214) 567-2950 > >>>>> > >>>>> For support: > >>>>> Forums - http://community.ti.com/forums/ > >>>>> Wiki - http://wiki.davincidsp.com/ > >>>>> > >>>>> > >>>>>> -----Original Message----- > >>>>>> From: meta-arago-bounces@arago-project.org [mailto:meta- > >> arago- > >>>>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper > >> Jr > >>>>>> Sent: Thursday, September 06, 2012 7:04 PM > >>>>>> To: meta-arago@arago-project.org > >>>>>> Cc: Franklin S. Cooper Jr > >>>>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task- > arago- > >>>>>> tisdk-connectivity: Add bluetooth stack > >>>>>> > >>>>>> * Add list of bluetooth stack libraries to task-arago- > tisdk- > >>>>>> connectivity. > >>>>>> * This list was previously located in task-arago-tisdk-bsp > >> and > >>>>>> task-arago-toolchain-tisdk-bsp-target in arago. > >>>>>> > >>>>>> Signed-off-by: Franklin S. Cooper Jr > <fcooper27jr@gmail.com> > >>>>>> --- > >>>>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > >>>>>> ++++++++- > >>>>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 > >>>>>> +++++++++++++--- > >>>>>> 2 files changed, 21 insertions(+), 4 deletions(-) > >>>>>> > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > >> arago- > >>>>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > >>>>>> core/tasks/task-arago-tisdk-connectivity-target.bb > >>>>>> index deb7b7b..a63c801 100644 > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > tisdk- > >>>>>> connectivity-target.bb > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > tisdk- > >>>>>> connectivity-target.bb > >>>>>> @@ -1,12 +1,19 @@ > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth sources > in > >>>>>> SDK" > >>>>>> LICENSE = "MIT" > >>>>>> LIC_FILES_CHKSUM = > >>>>>> > >> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > >>>>>> 4de20420" > >>>>>> -PR = "r0" > >>>>>> +PR = "r1" > >>>>>> > >>>>>> inherit task > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > >>>>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > >>>>>> > >>>>>> +# Bluetooth development packages > >>>>>> +BLUETOOTH_STACK = "\ > >>>>>> + bluez4-dev \ > >>>>>> + openobex-dev \ > >>>>>> +" > >>>>>> + > >>>>>> RDEPENDS_${PN} = "\ > >>>>>> + ${BLUETOOTH_STACK} \ > >>>>>> wpa-supplicant-dev \ > >>>>>> " > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > >> arago- > >>>>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- > >>>>>> core/tasks/task-arago-tisdk-connectivity.bb > >>>>>> index 1ff849c..17f97d1 100644 > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > tisdk- > >>>>>> connectivity.bb > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > tisdk- > >>>>>> connectivity.bb > >>>>>> @@ -1,7 +1,7 @@ > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth packages > >> into > >>>>>> target FS" > >>>>>> LICENSE = "MIT" > >>>>>> LIC_FILES_CHKSUM = > >>>>>> > >> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > >>>>>> 4de20420" > >>>>>> -PR = "r0" > >>>>>> +PR = "r1" > >>>>>> > >>>>>> inherit task > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > >>>>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless- > wl12xx > >> \ > >>>>>> bt-enable \ > >>>>>> " > >>>>>> > >>>>>> -BLUETOOTH = "bluetooth-gui" > >>>>>> +BLUETOOTH_STACK = "\ > >>>>>> + bluez4 \ > >>>>>> + bluez4-agent \ > >>>>>> + libasound-module-bluez \ > >>>>>> + bluez-hcidump \ > >>>>>> + openobex \ > >>>>>> + openobex-apps \ > >>>>>> + obexftp \ > >>>>>> + ussp-push \ > >>>>>> + " > >>>>>> > >>>>>> RDEPENDS_${PN} = "\ > >>>>>> ${WLAN_COMMON} \ > >>>>>> ${WLAN_COMPAT} \ > >>>>>> - ${BLUETOOTH} \ > >>>>>> + ${BLUETOOTH_STACK} \ > >>>>>> + bluetooth-gui \ > >>>>>> " > >>>>>> -- > >>>>>> 1.7.0.4 > >>>>>> > >>>>>> _______________________________________________ > >>>>>> 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-08 19:05 ` Maupin, Chase @ 2012-09-10 18:03 ` Denys Dmytriyenko 2012-09-18 18:16 ` Denys Dmytriyenko 0 siblings, 1 reply; 12+ messages in thread From: Denys Dmytriyenko @ 2012-09-10 18:03 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-arago@arago-project.org On Sat, Sep 08, 2012 at 03:05:48PM -0400, Maupin, Chase wrote: > Denys, > > I'll leave this to your call for what is your preferred method. > > This is making me think we should set Franklin up with his own git tree so > he can do pull requests. What do you think? Own git tree for pull requests is always a good idea regardless of the situation... :) Denys > > -----Original Message----- > > From: Cooper Jr., Franklin > > Sent: Saturday, September 08, 2012 1:56 PM > > To: Maupin, Chase > > Cc: Dmytriyenko, Denys; meta-arago@arago-project.org > > Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago- > > tisdk-connectivity: Add bluetooth stack > > > > It's the difference between sending 1 patch that renames all the > > recipes vs submitting 11 v2 of patches that have yet to be > > committed and will be affected by the new naming scheme. I prefer > > the one patch approach but if you both insist I can redo all the > > patches. > > > > On Sep 8, 2012, at 1:18 PM, "Maupin, Chase" <chase.maupin@ti.com> > > wrote: > > > > > I'm not sure I understand that question. You would have to fix > > the naming no matter what. If you have patches later in your > > patchset that use the old name, then yes you would need to fix > > them and resubmit them. Then again, you would have to do the > > same thing either way. > > > > > > Sincerely, > > > Chase Maupin > > > Software Applications > > > ARM MPU > > > e-mail: chase.maupin@ti.com > > > phone: (214) 567-2950 > > > > > > For support: > > > Forums - http://community.ti.com/forums/ > > > Wiki - http://wiki.davincidsp.com/ > > > > > > > > >> -----Original Message----- > > >> From: Cooper Jr., Franklin > > >> Sent: Saturday, September 08, 2012 12:50 PM > > >> To: Dmytriyenko, Denys > > >> Cc: Maupin, Chase; meta-arago@arago-project.org > > >> Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task- > > arago- > > >> tisdk-connectivity: Add bluetooth stack > > >> > > >> Will me renaming these tasks result in me having to resubmit > > all > > >> the patches that are built on top of the these tasks? > > >> > > >> On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" > > <denys@ti.com> > > >> wrote: > > >> > > >>> On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., > > Franklin > > >> wrote: > > >>>> There are quite a bit of patches that need to be renamed > > that > > >> still haven't > > >>>> been committed. I would prefer sending a single patch that > > >> renames all of > > >>>> the tasks once the patches are committed. > > >>> > > >>> I understand your position on this, but all the previous > > >> patches were > > >>> submitted to drop the toolchain part from the name - will you > > >> be able to > > >>> separate them afterwards? > > >>> > > >>> Denys > > >>> > > >>> > > >>>> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" > > >> <chase.maupin@ti.com> wrote: > > >>>> > > >>>>> Will you re-submit with new naming? > > >>>>> > > >>>>> Sincerely, > > >>>>> Chase Maupin > > >>>>> Software Applications > > >>>>> ARM MPU > > >>>>> e-mail: chase.maupin@ti.com > > >>>>> phone: (214) 567-2950 > > >>>>> > > >>>>> For support: > > >>>>> Forums - http://community.ti.com/forums/ > > >>>>> Wiki - http://wiki.davincidsp.com/ > > >>>>> > > >>>>> > > >>>>>> -----Original Message----- > > >>>>>> From: meta-arago-bounces@arago-project.org [mailto:meta- > > >> arago- > > >>>>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper > > >> Jr > > >>>>>> Sent: Thursday, September 06, 2012 7:04 PM > > >>>>>> To: meta-arago@arago-project.org > > >>>>>> Cc: Franklin S. Cooper Jr > > >>>>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task- > > arago- > > >>>>>> tisdk-connectivity: Add bluetooth stack > > >>>>>> > > >>>>>> * Add list of bluetooth stack libraries to task-arago- > > tisdk- > > >>>>>> connectivity. > > >>>>>> * This list was previously located in task-arago-tisdk-bsp > > >> and > > >>>>>> task-arago-toolchain-tisdk-bsp-target in arago. > > >>>>>> > > >>>>>> Signed-off-by: Franklin S. Cooper Jr > > <fcooper27jr@gmail.com> > > >>>>>> --- > > >>>>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > > >>>>>> ++++++++- > > >>>>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 > > >>>>>> +++++++++++++--- > > >>>>>> 2 files changed, 21 insertions(+), 4 deletions(-) > > >>>>>> > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > >> arago- > > >>>>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > > >>>>>> core/tasks/task-arago-tisdk-connectivity-target.bb > > >>>>>> index deb7b7b..a63c801 100644 > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > tisdk- > > >>>>>> connectivity-target.bb > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > tisdk- > > >>>>>> connectivity-target.bb > > >>>>>> @@ -1,12 +1,19 @@ > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth sources > > in > > >>>>>> SDK" > > >>>>>> LICENSE = "MIT" > > >>>>>> LIC_FILES_CHKSUM = > > >>>>>> > > >> > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > >>>>>> 4de20420" > > >>>>>> -PR = "r0" > > >>>>>> +PR = "r1" > > >>>>>> > > >>>>>> inherit task > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > >>>>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > > >>>>>> > > >>>>>> +# Bluetooth development packages > > >>>>>> +BLUETOOTH_STACK = "\ > > >>>>>> + bluez4-dev \ > > >>>>>> + openobex-dev \ > > >>>>>> +" > > >>>>>> + > > >>>>>> RDEPENDS_${PN} = "\ > > >>>>>> + ${BLUETOOTH_STACK} \ > > >>>>>> wpa-supplicant-dev \ > > >>>>>> " > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > >> arago- > > >>>>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- > > >>>>>> core/tasks/task-arago-tisdk-connectivity.bb > > >>>>>> index 1ff849c..17f97d1 100644 > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > tisdk- > > >>>>>> connectivity.bb > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > tisdk- > > >>>>>> connectivity.bb > > >>>>>> @@ -1,7 +1,7 @@ > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth packages > > >> into > > >>>>>> target FS" > > >>>>>> LICENSE = "MIT" > > >>>>>> LIC_FILES_CHKSUM = > > >>>>>> > > >> > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > >>>>>> 4de20420" > > >>>>>> -PR = "r0" > > >>>>>> +PR = "r1" > > >>>>>> > > >>>>>> inherit task > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > >>>>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless- > > wl12xx > > >> \ > > >>>>>> bt-enable \ > > >>>>>> " > > >>>>>> > > >>>>>> -BLUETOOTH = "bluetooth-gui" > > >>>>>> +BLUETOOTH_STACK = "\ > > >>>>>> + bluez4 \ > > >>>>>> + bluez4-agent \ > > >>>>>> + libasound-module-bluez \ > > >>>>>> + bluez-hcidump \ > > >>>>>> + openobex \ > > >>>>>> + openobex-apps \ > > >>>>>> + obexftp \ > > >>>>>> + ussp-push \ > > >>>>>> + " > > >>>>>> > > >>>>>> RDEPENDS_${PN} = "\ > > >>>>>> ${WLAN_COMMON} \ > > >>>>>> ${WLAN_COMPAT} \ > > >>>>>> - ${BLUETOOTH} \ > > >>>>>> + ${BLUETOOTH_STACK} \ > > >>>>>> + bluetooth-gui \ > > >>>>>> " > > >>>>>> -- > > >>>>>> 1.7.0.4 > > >>>>>> > > >>>>>> _______________________________________________ > > >>>>>> 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-10 18:03 ` Denys Dmytriyenko @ 2012-09-18 18:16 ` Denys Dmytriyenko 2012-09-18 18:24 ` Cooper Jr., Franklin 0 siblings, 1 reply; 12+ messages in thread From: Denys Dmytriyenko @ 2012-09-18 18:16 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: meta-arago@arago-project.org On Mon, Sep 10, 2012 at 02:03:27PM -0400, Denys Dmytriyenko wrote: > On Sat, Sep 08, 2012 at 03:05:48PM -0400, Maupin, Chase wrote: > > Denys, > > > > I'll leave this to your call for what is your preferred method. > > > > This is making me think we should set Franklin up with his own git tree so > > he can do pull requests. What do you think? > > Own git tree for pull requests is always a good idea regardless of the > situation... :) I believe the agreement we reached with Franklin last week was that he will resubmit the patches with the new naming convention, but will ping on the ones that are still good, so I don't miss anything from the queue. Franklin, please correct me if I misunderstood. Thanks. -- Denys > > > -----Original Message----- > > > From: Cooper Jr., Franklin > > > Sent: Saturday, September 08, 2012 1:56 PM > > > To: Maupin, Chase > > > Cc: Dmytriyenko, Denys; meta-arago@arago-project.org > > > Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago- > > > tisdk-connectivity: Add bluetooth stack > > > > > > It's the difference between sending 1 patch that renames all the > > > recipes vs submitting 11 v2 of patches that have yet to be > > > committed and will be affected by the new naming scheme. I prefer > > > the one patch approach but if you both insist I can redo all the > > > patches. > > > > > > On Sep 8, 2012, at 1:18 PM, "Maupin, Chase" <chase.maupin@ti.com> > > > wrote: > > > > > > > I'm not sure I understand that question. You would have to fix > > > the naming no matter what. If you have patches later in your > > > patchset that use the old name, then yes you would need to fix > > > them and resubmit them. Then again, you would have to do the > > > same thing either way. > > > > > > > > Sincerely, > > > > Chase Maupin > > > > Software Applications > > > > ARM MPU > > > > e-mail: chase.maupin@ti.com > > > > phone: (214) 567-2950 > > > > > > > > For support: > > > > Forums - http://community.ti.com/forums/ > > > > Wiki - http://wiki.davincidsp.com/ > > > > > > > > > > > >> -----Original Message----- > > > >> From: Cooper Jr., Franklin > > > >> Sent: Saturday, September 08, 2012 12:50 PM > > > >> To: Dmytriyenko, Denys > > > >> Cc: Maupin, Chase; meta-arago@arago-project.org > > > >> Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task- > > > arago- > > > >> tisdk-connectivity: Add bluetooth stack > > > >> > > > >> Will me renaming these tasks result in me having to resubmit > > > all > > > >> the patches that are built on top of the these tasks? > > > >> > > > >> On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" > > > <denys@ti.com> > > > >> wrote: > > > >> > > > >>> On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., > > > Franklin > > > >> wrote: > > > >>>> There are quite a bit of patches that need to be renamed > > > that > > > >> still haven't > > > >>>> been committed. I would prefer sending a single patch that > > > >> renames all of > > > >>>> the tasks once the patches are committed. > > > >>> > > > >>> I understand your position on this, but all the previous > > > >> patches were > > > >>> submitted to drop the toolchain part from the name - will you > > > >> be able to > > > >>> separate them afterwards? > > > >>> > > > >>> Denys > > > >>> > > > >>> > > > >>>> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" > > > >> <chase.maupin@ti.com> wrote: > > > >>>> > > > >>>>> Will you re-submit with new naming? > > > >>>>> > > > >>>>> Sincerely, > > > >>>>> Chase Maupin > > > >>>>> Software Applications > > > >>>>> ARM MPU > > > >>>>> e-mail: chase.maupin@ti.com > > > >>>>> phone: (214) 567-2950 > > > >>>>> > > > >>>>> For support: > > > >>>>> Forums - http://community.ti.com/forums/ > > > >>>>> Wiki - http://wiki.davincidsp.com/ > > > >>>>> > > > >>>>> > > > >>>>>> -----Original Message----- > > > >>>>>> From: meta-arago-bounces@arago-project.org [mailto:meta- > > > >> arago- > > > >>>>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper > > > >> Jr > > > >>>>>> Sent: Thursday, September 06, 2012 7:04 PM > > > >>>>>> To: meta-arago@arago-project.org > > > >>>>>> Cc: Franklin S. Cooper Jr > > > >>>>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task- > > > arago- > > > >>>>>> tisdk-connectivity: Add bluetooth stack > > > >>>>>> > > > >>>>>> * Add list of bluetooth stack libraries to task-arago- > > > tisdk- > > > >>>>>> connectivity. > > > >>>>>> * This list was previously located in task-arago-tisdk-bsp > > > >> and > > > >>>>>> task-arago-toolchain-tisdk-bsp-target in arago. > > > >>>>>> > > > >>>>>> Signed-off-by: Franklin S. Cooper Jr > > > <fcooper27jr@gmail.com> > > > >>>>>> --- > > > >>>>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > > > >>>>>> ++++++++- > > > >>>>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 > > > >>>>>> +++++++++++++--- > > > >>>>>> 2 files changed, 21 insertions(+), 4 deletions(-) > > > >>>>>> > > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > > >> arago- > > > >>>>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > > > >>>>>> core/tasks/task-arago-tisdk-connectivity-target.bb > > > >>>>>> index deb7b7b..a63c801 100644 > > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity-target.bb > > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity-target.bb > > > >>>>>> @@ -1,12 +1,19 @@ > > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth sources > > > in > > > >>>>>> SDK" > > > >>>>>> LICENSE = "MIT" > > > >>>>>> LIC_FILES_CHKSUM = > > > >>>>>> > > > >> > > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > > >>>>>> 4de20420" > > > >>>>>> -PR = "r0" > > > >>>>>> +PR = "r1" > > > >>>>>> > > > >>>>>> inherit task > > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > > >>>>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > > > >>>>>> > > > >>>>>> +# Bluetooth development packages > > > >>>>>> +BLUETOOTH_STACK = "\ > > > >>>>>> + bluez4-dev \ > > > >>>>>> + openobex-dev \ > > > >>>>>> +" > > > >>>>>> + > > > >>>>>> RDEPENDS_${PN} = "\ > > > >>>>>> + ${BLUETOOTH_STACK} \ > > > >>>>>> wpa-supplicant-dev \ > > > >>>>>> " > > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > > >> arago- > > > >>>>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- > > > >>>>>> core/tasks/task-arago-tisdk-connectivity.bb > > > >>>>>> index 1ff849c..17f97d1 100644 > > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity.bb > > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity.bb > > > >>>>>> @@ -1,7 +1,7 @@ > > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth packages > > > >> into > > > >>>>>> target FS" > > > >>>>>> LICENSE = "MIT" > > > >>>>>> LIC_FILES_CHKSUM = > > > >>>>>> > > > >> > > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > > >>>>>> 4de20420" > > > >>>>>> -PR = "r0" > > > >>>>>> +PR = "r1" > > > >>>>>> > > > >>>>>> inherit task > > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > > >>>>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless- > > > wl12xx > > > >> \ > > > >>>>>> bt-enable \ > > > >>>>>> " > > > >>>>>> > > > >>>>>> -BLUETOOTH = "bluetooth-gui" > > > >>>>>> +BLUETOOTH_STACK = "\ > > > >>>>>> + bluez4 \ > > > >>>>>> + bluez4-agent \ > > > >>>>>> + libasound-module-bluez \ > > > >>>>>> + bluez-hcidump \ > > > >>>>>> + openobex \ > > > >>>>>> + openobex-apps \ > > > >>>>>> + obexftp \ > > > >>>>>> + ussp-push \ > > > >>>>>> + " > > > >>>>>> > > > >>>>>> RDEPENDS_${PN} = "\ > > > >>>>>> ${WLAN_COMMON} \ > > > >>>>>> ${WLAN_COMPAT} \ > > > >>>>>> - ${BLUETOOTH} \ > > > >>>>>> + ${BLUETOOTH_STACK} \ > > > >>>>>> + bluetooth-gui \ > > > >>>>>> " > > > >>>>>> -- > > > >>>>>> 1.7.0.4 > > > >>>>>> > > > >>>>>> _______________________________________________ > > > >>>>>> 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 > > > >>>> > _______________________________________________ > 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-18 18:16 ` Denys Dmytriyenko @ 2012-09-18 18:24 ` Cooper Jr., Franklin 2012-09-18 19:20 ` Denys Dmytriyenko 0 siblings, 1 reply; 12+ messages in thread From: Cooper Jr., Franklin @ 2012-09-18 18:24 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Your right. Will be starting that process fairly soon. -----Original Message----- From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys Sent: Tuesday, September 18, 2012 1:17 PM To: Dmytriyenko, Denys Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack On Mon, Sep 10, 2012 at 02:03:27PM -0400, Denys Dmytriyenko wrote: > On Sat, Sep 08, 2012 at 03:05:48PM -0400, Maupin, Chase wrote: > > Denys, > > > > I'll leave this to your call for what is your preferred method. > > > > This is making me think we should set Franklin up with his own git > > tree so he can do pull requests. What do you think? > > Own git tree for pull requests is always a good idea regardless of the > situation... :) I believe the agreement we reached with Franklin last week was that he will resubmit the patches with the new naming convention, but will ping on the ones that are still good, so I don't miss anything from the queue. Franklin, please correct me if I misunderstood. Thanks. -- Denys > > > -----Original Message----- > > > From: Cooper Jr., Franklin > > > Sent: Saturday, September 08, 2012 1:56 PM > > > To: Maupin, Chase > > > Cc: Dmytriyenko, Denys; meta-arago@arago-project.org > > > Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago- > > > tisdk-connectivity: Add bluetooth stack > > > > > > It's the difference between sending 1 patch that renames all the > > > recipes vs submitting 11 v2 of patches that have yet to be > > > committed and will be affected by the new naming scheme. I prefer > > > the one patch approach but if you both insist I can redo all the > > > patches. > > > > > > On Sep 8, 2012, at 1:18 PM, "Maupin, Chase" <chase.maupin@ti.com> > > > wrote: > > > > > > > I'm not sure I understand that question. You would have to fix > > > the naming no matter what. If you have patches later in your > > > patchset that use the old name, then yes you would need to fix > > > them and resubmit them. Then again, you would have to do the > > > same thing either way. > > > > > > > > Sincerely, > > > > Chase Maupin > > > > Software Applications > > > > ARM MPU > > > > e-mail: chase.maupin@ti.com > > > > phone: (214) 567-2950 > > > > > > > > For support: > > > > Forums - http://community.ti.com/forums/ > > > > Wiki - http://wiki.davincidsp.com/ > > > > > > > > > > > >> -----Original Message----- > > > >> From: Cooper Jr., Franklin > > > >> Sent: Saturday, September 08, 2012 12:50 PM > > > >> To: Dmytriyenko, Denys > > > >> Cc: Maupin, Chase; meta-arago@arago-project.org > > > >> Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task- > > > arago- > > > >> tisdk-connectivity: Add bluetooth stack > > > >> > > > >> Will me renaming these tasks result in me having to resubmit > > > all > > > >> the patches that are built on top of the these tasks? > > > >> > > > >> On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" > > > <denys@ti.com> > > > >> wrote: > > > >> > > > >>> On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., > > > Franklin > > > >> wrote: > > > >>>> There are quite a bit of patches that need to be renamed > > > that > > > >> still haven't > > > >>>> been committed. I would prefer sending a single patch that > > > >> renames all of > > > >>>> the tasks once the patches are committed. > > > >>> > > > >>> I understand your position on this, but all the previous > > > >> patches were > > > >>> submitted to drop the toolchain part from the name - will you > > > >> be able to > > > >>> separate them afterwards? > > > >>> > > > >>> Denys > > > >>> > > > >>> > > > >>>> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" > > > >> <chase.maupin@ti.com> wrote: > > > >>>> > > > >>>>> Will you re-submit with new naming? > > > >>>>> > > > >>>>> Sincerely, > > > >>>>> Chase Maupin > > > >>>>> Software Applications > > > >>>>> ARM MPU > > > >>>>> e-mail: chase.maupin@ti.com > > > >>>>> phone: (214) 567-2950 > > > >>>>> > > > >>>>> For support: > > > >>>>> Forums - http://community.ti.com/forums/ > > > >>>>> Wiki - http://wiki.davincidsp.com/ > > > >>>>> > > > >>>>> > > > >>>>>> -----Original Message----- > > > >>>>>> From: meta-arago-bounces@arago-project.org [mailto:meta- > > > >> arago- > > > >>>>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper > > > >> Jr > > > >>>>>> Sent: Thursday, September 06, 2012 7:04 PM > > > >>>>>> To: meta-arago@arago-project.org > > > >>>>>> Cc: Franklin S. Cooper Jr > > > >>>>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task- > > > arago- > > > >>>>>> tisdk-connectivity: Add bluetooth stack > > > >>>>>> > > > >>>>>> * Add list of bluetooth stack libraries to task-arago- > > > tisdk- > > > >>>>>> connectivity. > > > >>>>>> * This list was previously located in task-arago-tisdk-bsp > > > >> and > > > >>>>>> task-arago-toolchain-tisdk-bsp-target in arago. > > > >>>>>> > > > >>>>>> Signed-off-by: Franklin S. Cooper Jr > > > <fcooper27jr@gmail.com> > > > >>>>>> --- > > > >>>>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > > > >>>>>> ++++++++- > > > >>>>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 > > > >>>>>> +++++++++++++--- > > > >>>>>> 2 files changed, 21 insertions(+), 4 deletions(-) > > > >>>>>> > > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > > >> arago- > > > >>>>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > > > >>>>>> core/tasks/task-arago-tisdk-connectivity-target.bb > > > >>>>>> index deb7b7b..a63c801 100644 > > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity-target.bb > > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity-target.bb > > > >>>>>> @@ -1,12 +1,19 @@ > > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth sources > > > in > > > >>>>>> SDK" > > > >>>>>> LICENSE = "MIT" > > > >>>>>> LIC_FILES_CHKSUM = > > > >>>>>> > > > >> > > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > > >>>>>> 4de20420" > > > >>>>>> -PR = "r0" > > > >>>>>> +PR = "r1" > > > >>>>>> > > > >>>>>> inherit task > > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > > >>>>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > > > >>>>>> > > > >>>>>> +# Bluetooth development packages > > > >>>>>> +BLUETOOTH_STACK = "\ > > > >>>>>> + bluez4-dev \ > > > >>>>>> + openobex-dev \ > > > >>>>>> +" > > > >>>>>> + > > > >>>>>> RDEPENDS_${PN} = "\ > > > >>>>>> + ${BLUETOOTH_STACK} \ > > > >>>>>> wpa-supplicant-dev \ > > > >>>>>> " > > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > > >> arago- > > > >>>>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- > > > >>>>>> core/tasks/task-arago-tisdk-connectivity.bb > > > >>>>>> index 1ff849c..17f97d1 100644 > > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity.bb > > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > > tisdk- > > > >>>>>> connectivity.bb > > > >>>>>> @@ -1,7 +1,7 @@ > > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth packages > > > >> into > > > >>>>>> target FS" > > > >>>>>> LICENSE = "MIT" > > > >>>>>> LIC_FILES_CHKSUM = > > > >>>>>> > > > >> > > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > > >>>>>> 4de20420" > > > >>>>>> -PR = "r0" > > > >>>>>> +PR = "r1" > > > >>>>>> > > > >>>>>> inherit task > > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > > >>>>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless- > > > wl12xx > > > >> \ > > > >>>>>> bt-enable \ > > > >>>>>> " > > > >>>>>> > > > >>>>>> -BLUETOOTH = "bluetooth-gui" > > > >>>>>> +BLUETOOTH_STACK = "\ > > > >>>>>> + bluez4 \ > > > >>>>>> + bluez4-agent \ > > > >>>>>> + libasound-module-bluez \ > > > >>>>>> + bluez-hcidump \ > > > >>>>>> + openobex \ > > > >>>>>> + openobex-apps \ > > > >>>>>> + obexftp \ > > > >>>>>> + ussp-push \ > > > >>>>>> + " > > > >>>>>> > > > >>>>>> RDEPENDS_${PN} = "\ > > > >>>>>> ${WLAN_COMMON} \ > > > >>>>>> ${WLAN_COMPAT} \ > > > >>>>>> - ${BLUETOOTH} \ > > > >>>>>> + ${BLUETOOTH_STACK} \ > > > >>>>>> + bluetooth-gui \ > > > >>>>>> " > > > >>>>>> -- > > > >>>>>> 1.7.0.4 > > > >>>>>> > > > >>>>>> _______________________________________________ > > > >>>>>> 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 > > > >>>> > _______________________________________________ > 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: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack 2012-09-18 18:24 ` Cooper Jr., Franklin @ 2012-09-18 19:20 ` Denys Dmytriyenko 0 siblings, 0 replies; 12+ messages in thread From: Denys Dmytriyenko @ 2012-09-18 19:20 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Tue, Sep 18, 2012 at 06:24:23PM +0000, Cooper Jr., Franklin wrote: > Your right. Will be starting that process fairly soon. Thanks again. Just wanted to mention, that I went again through my meta-arago queue and besides the updated thttpd patches that I promised to take in (which I just did), there was nothing else left that had no comments or was not pending resubmission. Still, please feel free to ping on anything I might have missed. Thanks. Denys > -----Original Message----- > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys > Sent: Tuesday, September 18, 2012 1:17 PM > To: Dmytriyenko, Denys > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack > > On Mon, Sep 10, 2012 at 02:03:27PM -0400, Denys Dmytriyenko wrote: > > On Sat, Sep 08, 2012 at 03:05:48PM -0400, Maupin, Chase wrote: > > > Denys, > > > > > > I'll leave this to your call for what is your preferred method. > > > > > > This is making me think we should set Franklin up with his own git > > > tree so he can do pull requests. What do you think? > > > > Own git tree for pull requests is always a good idea regardless of the > > situation... :) > > I believe the agreement we reached with Franklin last week was that he will resubmit the patches with the new naming convention, but will ping on the ones that are still good, so I don't miss anything from the queue. > > Franklin, please correct me if I misunderstood. Thanks. > > -- > Denys > > > > > > > -----Original Message----- > > > > From: Cooper Jr., Franklin > > > > Sent: Saturday, September 08, 2012 1:56 PM > > > > To: Maupin, Chase > > > > Cc: Dmytriyenko, Denys; meta-arago@arago-project.org > > > > Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task-arago- > > > > tisdk-connectivity: Add bluetooth stack > > > > > > > > It's the difference between sending 1 patch that renames all the > > > > recipes vs submitting 11 v2 of patches that have yet to be > > > > committed and will be affected by the new naming scheme. I prefer > > > > the one patch approach but if you both insist I can redo all the > > > > patches. > > > > > > > > On Sep 8, 2012, at 1:18 PM, "Maupin, Chase" <chase.maupin@ti.com> > > > > wrote: > > > > > > > > > I'm not sure I understand that question. You would have to fix > > > > the naming no matter what. If you have patches later in your > > > > patchset that use the old name, then yes you would need to fix > > > > them and resubmit them. Then again, you would have to do the > > > > same thing either way. > > > > > > > > > > Sincerely, > > > > > Chase Maupin > > > > > Software Applications > > > > > ARM MPU > > > > > e-mail: chase.maupin@ti.com > > > > > phone: (214) 567-2950 > > > > > > > > > > For support: > > > > > Forums - http://community.ti.com/forums/ > > > > > Wiki - http://wiki.davincidsp.com/ > > > > > > > > > > > > > > >> -----Original Message----- > > > > >> From: Cooper Jr., Franklin > > > > >> Sent: Saturday, September 08, 2012 12:50 PM > > > > >> To: Dmytriyenko, Denys > > > > >> Cc: Maupin, Chase; meta-arago@arago-project.org > > > > >> Subject: Re: [meta-arago] [meta-arago-distro][PATCH] task- > > > > arago- > > > > >> tisdk-connectivity: Add bluetooth stack > > > > >> > > > > >> Will me renaming these tasks result in me having to resubmit > > > > all > > > > >> the patches that are built on top of the these tasks? > > > > >> > > > > >> On Sep 8, 2012, at 12:38 PM, "Dmytriyenko, Denys" > > > > <denys@ti.com> > > > > >> wrote: > > > > >> > > > > >>> On Sat, Sep 08, 2012 at 04:01:42PM +0000, Cooper Jr., > > > > Franklin > > > > >> wrote: > > > > >>>> There are quite a bit of patches that need to be renamed > > > > that > > > > >> still haven't > > > > >>>> been committed. I would prefer sending a single patch that > > > > >> renames all of > > > > >>>> the tasks once the patches are committed. > > > > >>> > > > > >>> I understand your position on this, but all the previous > > > > >> patches were > > > > >>> submitted to drop the toolchain part from the name - will you > > > > >> be able to > > > > >>> separate them afterwards? > > > > >>> > > > > >>> Denys > > > > >>> > > > > >>> > > > > >>>> On Sep 8, 2012, at 10:58 AM, "Maupin, Chase" > > > > >> <chase.maupin@ti.com> wrote: > > > > >>>> > > > > >>>>> Will you re-submit with new naming? > > > > >>>>> > > > > >>>>> Sincerely, > > > > >>>>> Chase Maupin > > > > >>>>> Software Applications > > > > >>>>> ARM MPU > > > > >>>>> e-mail: chase.maupin@ti.com > > > > >>>>> phone: (214) 567-2950 > > > > >>>>> > > > > >>>>> For support: > > > > >>>>> Forums - http://community.ti.com/forums/ > > > > >>>>> Wiki - http://wiki.davincidsp.com/ > > > > >>>>> > > > > >>>>> > > > > >>>>>> -----Original Message----- > > > > >>>>>> From: meta-arago-bounces@arago-project.org [mailto:meta- > > > > >> arago- > > > > >>>>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper > > > > >> Jr > > > > >>>>>> Sent: Thursday, September 06, 2012 7:04 PM > > > > >>>>>> To: meta-arago@arago-project.org > > > > >>>>>> Cc: Franklin S. Cooper Jr > > > > >>>>>> Subject: [meta-arago] [meta-arago-distro][PATCH] task- > > > > arago- > > > > >>>>>> tisdk-connectivity: Add bluetooth stack > > > > >>>>>> > > > > >>>>>> * Add list of bluetooth stack libraries to task-arago- > > > > tisdk- > > > > >>>>>> connectivity. > > > > >>>>>> * This list was previously located in task-arago-tisdk-bsp > > > > >> and > > > > >>>>>> task-arago-toolchain-tisdk-bsp-target in arago. > > > > >>>>>> > > > > >>>>>> Signed-off-by: Franklin S. Cooper Jr > > > > <fcooper27jr@gmail.com> > > > > >>>>>> --- > > > > >>>>>> .../tasks/task-arago-tisdk-connectivity-target.bb | 9 > > > > >>>>>> ++++++++- > > > > >>>>>> .../tasks/task-arago-tisdk-connectivity.bb | 16 > > > > >>>>>> +++++++++++++--- > > > > >>>>>> 2 files changed, 21 insertions(+), 4 deletions(-) > > > > >>>>>> > > > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > > > >> arago- > > > > >>>>>> tisdk-connectivity-target.bb b/meta-arago-distro/recipes- > > > > >>>>>> core/tasks/task-arago-tisdk-connectivity-target.bb > > > > >>>>>> index deb7b7b..a63c801 100644 > > > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > > > tisdk- > > > > >>>>>> connectivity-target.bb > > > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > > > tisdk- > > > > >>>>>> connectivity-target.bb > > > > >>>>>> @@ -1,12 +1,19 @@ > > > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth sources > > > > in > > > > >>>>>> SDK" > > > > >>>>>> LICENSE = "MIT" > > > > >>>>>> LIC_FILES_CHKSUM = > > > > >>>>>> > > > > >> > > > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > > > >>>>>> 4de20420" > > > > >>>>>> -PR = "r0" > > > > >>>>>> +PR = "r1" > > > > >>>>>> > > > > >>>>>> inherit task > > > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > >>>>>> COMPATIBLE_MACHINE = "(am37x-evm|am180x-evm|ti33x)" > > > > >>>>>> > > > > >>>>>> +# Bluetooth development packages > > > > >>>>>> +BLUETOOTH_STACK = "\ > > > > >>>>>> + bluez4-dev \ > > > > >>>>>> + openobex-dev \ > > > > >>>>>> +" > > > > >>>>>> + > > > > >>>>>> RDEPENDS_${PN} = "\ > > > > >>>>>> + ${BLUETOOTH_STACK} \ > > > > >>>>>> wpa-supplicant-dev \ > > > > >>>>>> " > > > > >>>>>> diff --git a/meta-arago-distro/recipes-core/tasks/task- > > > > >> arago- > > > > >>>>>> tisdk-connectivity.bb b/meta-arago-distro/recipes- > > > > >>>>>> core/tasks/task-arago-tisdk-connectivity.bb > > > > >>>>>> index 1ff849c..17f97d1 100644 > > > > >>>>>> --- a/meta-arago-distro/recipes-core/tasks/task-arago- > > > > tisdk- > > > > >>>>>> connectivity.bb > > > > >>>>>> +++ b/meta-arago-distro/recipes-core/tasks/task-arago- > > > > tisdk- > > > > >>>>>> connectivity.bb > > > > >>>>>> @@ -1,7 +1,7 @@ > > > > >>>>>> DESCRIPTION = "Task to install wlan and bluetooth packages > > > > >> into > > > > >>>>>> target FS" > > > > >>>>>> LICENSE = "MIT" > > > > >>>>>> LIC_FILES_CHKSUM = > > > > >>>>>> > > > > >> > > > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b > > > > >>>>>> 4de20420" > > > > >>>>>> -PR = "r0" > > > > >>>>>> +PR = "r1" > > > > >>>>>> > > > > >>>>>> inherit task > > > > >>>>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > >>>>>> @@ -42,10 +42,20 @@ WLAN_COMPAT = "ti-compat-wireless- > > > > wl12xx > > > > >> \ > > > > >>>>>> bt-enable \ > > > > >>>>>> " > > > > >>>>>> > > > > >>>>>> -BLUETOOTH = "bluetooth-gui" > > > > >>>>>> +BLUETOOTH_STACK = "\ > > > > >>>>>> + bluez4 \ > > > > >>>>>> + bluez4-agent \ > > > > >>>>>> + libasound-module-bluez \ > > > > >>>>>> + bluez-hcidump \ > > > > >>>>>> + openobex \ > > > > >>>>>> + openobex-apps \ > > > > >>>>>> + obexftp \ > > > > >>>>>> + ussp-push \ > > > > >>>>>> + " > > > > >>>>>> > > > > >>>>>> RDEPENDS_${PN} = "\ > > > > >>>>>> ${WLAN_COMMON} \ > > > > >>>>>> ${WLAN_COMPAT} \ > > > > >>>>>> - ${BLUETOOTH} \ > > > > >>>>>> + ${BLUETOOTH_STACK} \ > > > > >>>>>> + bluetooth-gui \ > > > > >>>>>> " > > > > >>>>>> -- > > > > >>>>>> 1.7.0.4 > > > > >>>>>> > > > > >>>>>> _______________________________________________ > > > > >>>>>> 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 > > > > >>>> > > _______________________________________________ > > 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
end of thread, other threads:[~2012-09-18 19:20 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-09-07 0:03 [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack Franklin S. Cooper Jr 2012-09-08 15:57 ` Maupin, Chase 2012-09-08 16:01 ` Cooper Jr., Franklin 2012-09-08 17:38 ` Denys Dmytriyenko 2012-09-08 17:49 ` Cooper Jr., Franklin 2012-09-08 18:18 ` Maupin, Chase 2012-09-08 18:55 ` Cooper Jr., Franklin 2012-09-08 19:05 ` Maupin, Chase 2012-09-10 18:03 ` Denys Dmytriyenko 2012-09-18 18:16 ` Denys Dmytriyenko 2012-09-18 18:24 ` Cooper Jr., Franklin 2012-09-18 19:20 ` 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.