Re: How to set a DISTRO_FEATURE?
Paul Eggleton
On Tuesday 22 May 2012 13:07:34 Jegan Chandru wrote:
should only contain items that are machine-specific. This belongs in distro
configuration, or in local.conf if you want to test something.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
You can either set it in local.conf as you have mentioned or you can defineYou should *not* do this in your machine configuration. Machine configuration
the variable in your machine conf.
You can do something like this,
require conf/distro/include/default-distrovars.inc
................
........................
DISTRO_FEATURES = "alsa ....... "
should only contain items that are machine-specific. This belongs in distro
configuration, or in local.conf if you want to test something.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre