generic-poky/meta-yocto/conf/distro
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
..
include maintainers.inc: add entries for libav, x264 and yasm 2013-08-16 11:27:57 +01:00
poky-bleeding.conf poky-bleeding: Ensure poky overrides are applied 2013-01-20 13:01:47 +00:00
poky-lsb.conf poky-lsb: Enable GCC Security flags by default for LSB builds 2013-07-31 06:59:59 +01:00
poky-tiny.conf poky-tiny.conf: blacklist core-image-weston option 2013-07-18 21:26:58 +01:00
poky.conf poky.conf: Don't force the addition of extra DISTRO_FEATURES 2013-08-20 22:58:04 +01:00