From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] gpsd: Add config options for USB, Bluetooth, Qt.
Date: Thu, 23 May 2013 16:56:01 +0200 [thread overview]
Message-ID: <20130523165601.5fc0fe15@skate> (raw)
In-Reply-To: <1369320181-6069-1-git-send-email-arnerro@gmail.com>
Dear Arn R,
On Fri, 24 May 2013 00:43:01 +1000, Arn R wrote:
> These options can now be disabled individually.
> Previously, these options were simply enabled if the package they
> depended on was also enabled. By default they will still be enabled
> if the packages they depend on are enabled.
Well, we have a fuzzy boundary on how to handle this, we've discussed
that not long ago with Arnout. Which problem are you seeing with the
current situation (i.e, without your patch) ?
When possible and when it makes we generally try to auto-detect when we
can enable a particular feature, as you've seen in gpsd.mk.
Anyway, some comments below:
> +config BR2_PACKAGE_GPSD_BLUETOOTH_DEV
> + bool "allow GPS devices via Bluetooth"
> + default y
This should not be enabled by default.
> + depends on BR2_PACKAGE_BLUEZ_UTILS
This should be a select.
And ditto for the other options.
I see what you wanted to achieve: something that's automatically
enabled when for example bluez-utils is enabled, so that the existing
behavior is preserved. But for package sub-options, they are generally
disabled by default and they select whichever dependency they need.
Let's wait the opinion of others to see how to handle this.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2013-05-23 14:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-23 14:43 [Buildroot] [PATCH 1/1] gpsd: Add config options for USB, Bluetooth, Qt Arn R
2013-05-23 14:56 ` Thomas Petazzoni [this message]
2013-05-23 15:30 ` Arn R
2013-05-23 15:46 ` Thomas Petazzoni
2013-05-23 19:03 ` Arnout Vandecappelle
2013-05-23 19:12 ` Thomas Petazzoni
2013-05-24 5:16 ` Arnout Vandecappelle
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=20130523165601.5fc0fe15@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox