generic-poky/meta-yocto
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
..
classes classes/poky-sanity: fix handling of bblayers.conf updating 2013-04-13 23:49:28 +01:00
conf poky.conf: Don't force the addition of extra DISTRO_FEATURES 2013-08-20 22:58:04 +01:00
recipes-core tiny-init: fix bashism 2013-08-06 13:03:31 +01:00
recipes-kernel/linux-libc-headers meta-yocto: Split into distro and bsp components 2012-09-05 17:32:15 +01:00