All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH 1/1] task-base: added btusb driver to list of recommended BT drivers
Date: Thu, 23 Apr 2009 19:24:21 +0200	[thread overview]
Message-ID: <gsq885$h7s$1@ger.gmane.org> (raw)
In-Reply-To: <1240504230-9936-1-git-send-email-marcin@juszkiewicz.com.pl>

On 23-04-09 18:30, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<hrw@openembedded.org>
>
> 'btusb' driver replaced 'hci-usb' one few kernel releases ago. We recommend
> both as some devices use older kernels.
>
> Signed-off-by: Marcin Juszkiewicz<hrw@openembedded.org>

I ran into the same problem as well:

Acked-by: Koen Kooi <koen@openembedded.org>


> ---
>   recipes/tasks/task-base.bb |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb
> index 4003359..66c26af 100644
> --- a/recipes/tasks/task-base.bb
> +++ b/recipes/tasks/task-base.bb
> @@ -1,5 +1,5 @@
>   DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
> -PR = "r80"
> +PR = "r83"
>
>   inherit task
>
> @@ -256,7 +256,7 @@ RRECOMMENDS_task-base-bluetooth = "\
>       kernel-module-hidp \
>       kernel-module-hci-uart \
>       kernel-module-sco \
> -    ${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-hci-usb', '',d)} \
> +    ${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-btusb kernel-module-hci-usb', '',d)} \
>       ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetooth3c-cs', '',d)} \
>       ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluecard-cs', '',d)} \
>       ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetoothuart-cs', '',d)} \





  reply	other threads:[~2009-04-23 17:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23 16:30 [STABLE][PATCH 1/1] task-base: added btusb driver to list of recommended BT drivers Marcin Juszkiewicz
2009-04-23 17:24 ` Koen Kooi [this message]
2009-04-23 17:31   ` Tom Rini
2009-04-23 17:37     ` Marcin Juszkiewicz
2009-04-23 17:46       ` [STABLE][PATCH 1/1] task-base: added btusb driver to list?of " Tom Rini

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='gsq885$h7s$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.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.