generic-poky/meta-yocto/conf
Otavio Salvador b2ff1add53 poky.conf: Don't force the addition of extra DISTRO_FEATURES
The DISTRO_FEATURES shouldn't unconditionally append items to it. This
makes it impossible to override it inside of local.conf or in a distro
based on Poky.

This moved the definition to poky.conf and created a new variable
(POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky
based distros and used the 'DISTRO_FEATURES_DEFAULT' variable to avoid
duplication OE-Core default.

This makes the override of default DISTRO_FEATURES easier. User can now do:

,----[ Usage example for local.conf ]
| DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} \
|                    largefile opengl multiarch"
`----

(From meta-yocto rev: 3be81b70202909e273b5b555d8e66e9e644ef2c0)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-20 22:58:04 +01:00
..
distro poky.conf: Don't force the addition of extra DISTRO_FEATURES 2013-08-20 22:58:04 +01:00
bblayers.conf.sample bblayers.conf: Add a new variable to prevent certain layers to be removed 2012-11-26 20:59:53 +00:00
conf-notes.txt meta-yocto/conf: Add conf-notes.txt 2013-04-02 23:13:21 +01:00
layer.conf layer.conf: make the yocto layer dependent on oe-core 2013-07-31 06:59:59 +01:00
local.conf.sample local.conf.sample: add genericx86 reference 2013-07-31 07:00:00 +01:00
local.conf.sample.extended local.conf.sample.extended: add example for EXTRA_USERS_PARAMS 2013-07-18 21:26:18 +01:00
site.conf.sample local.conf.sample: use ?= to assign BB_ENV_EXTRAWHITE variables 2013-06-17 16:27:59 +01:00