From: "Eric Bénard" <eric@eukrea.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
Date: Tue, 12 Nov 2013 14:21:15 +0100 [thread overview]
Message-ID: <20131112142115.4da4c0c3@e6520eb> (raw)
In-Reply-To: <CAP9ODKqm34AJBvwmqDGYXRM+tY_-Ft=NzvAixhK_QQYC2cgoOQ@mail.gmail.com>
Hi Otavio,
Le Tue, 12 Nov 2013 10:07:11 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> On Tue, Nov 12, 2013 at 10:05 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Hi Otavio,
> >
> > Le Tue, 12 Nov 2013 09:54:16 -0200,
> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >> It does not have the wifi module but it can be used (and is commonly
> >> seen doing it) a usb dongle for it. So I think it is good to have the
> >> wifi support in.
> >>
> > with this argument you can also keep bluetooth (or anything else which
> > can be hotplug) as this also _can_ be plugged into an USB port ;-)
>
> What you'd expect? Do you prefer to drop it?
>
> I am fine with both ways.
>
I think MACHINE_FEATURES must represent what the machine really have
and not what it can have (IMHO, defining if an image must support wifi
if the machine doesn't have it by default is more a DISTRO policy or an
image level choice).
in the wifi case I think this doesn't prevent wifi tools to be
installed as packagegroup-base has :
${@base_contains('COMBINED_FEATURES', 'wifi',
'packagegroup-base-wifi', '',d)} \
-> wifi not installed in packagegroup-base if not present in both
MACHINE & DISTRO features.
but packagegroup-base also have :
packagegroup-base-extended :
if "wifi" in distro_features and not "wifi" in machine_features and
("pcmcia" in machine_features or "pci" in machine_features or "usbhost"
in machine_features): d.setVar("ADD_WIFI", "packagegroup-base-wifi")
So as we have usbhost (and pci) packagegroup-base-extended will get
wifi tools even if MACHINE_FEATURES doesn't have it.
in core-image.bbclass we have :
CORE_IMAGE_BASE_INSTALL = '\
packagegroup-core-boot \
packagegroup-base-extended \
..."
so if I'm not wrong, even if MACHINE_FEATURES doesn't have wifi we will
get wifi tools in the image if DISTRO_FEATURES contains wifi.
Eric
next prev parent reply other threads:[~2013-11-12 13:21 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-11 16:44 [meta-fsl-arm-extra][PATCH 1/3] linux-wandboard_3.0.35: update to d35902c7 Mario Domenech Goulart
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add Mario Domenech Goulart
2013-11-12 11:21 ` Daiane Angolini
2013-11-12 11:32 ` Mario Domenech Goulart
2013-11-12 11:51 ` Eric Bénard
2013-11-12 11:54 ` Otavio Salvador
2013-11-12 12:05 ` Eric Bénard
2013-11-12 12:07 ` Otavio Salvador
2013-11-12 13:21 ` Eric Bénard [this message]
2013-11-12 11:56 ` Fabio Estevam
2013-11-12 11:59 ` Otavio Salvador
2013-11-12 12:03 ` Fabio Estevam
2013-11-12 13:23 ` Eric Bénard
2013-11-12 14:06 ` Fabio Estevam
2013-11-12 14:14 ` Eric Bénard
2013-11-12 14:22 ` Otavio Salvador
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 3/3] wandboard.inc: add touchscreen support Mario Domenech Goulart
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=20131112142115.4da4c0c3@e6520eb \
--to=eric@eukrea.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/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.