From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
"Franklin S. Cooper Jr" <fcooper27jr@gmail.com>
Subject: Re: [meta-arago-distro][PATCH] task-arago-tisdk-connectivity: Add bluetooth stack
Date: Sat, 08 Sep 2012 13:38:49 -0400 [thread overview]
Message-ID: <20120908173849.GE23896@denix.org> (raw)
In-Reply-To: <7F14B13F-2AE6-4F01-9612-23A1DBB11022@ti.com>
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
>
next prev parent reply other threads:[~2012-09-08 17:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120908173849.GE23896@denix.org \
--to=denys@ti.com \
--cc=fcooper27jr@gmail.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.