linux-yocto/3.8: allow kernel feature _appends to be overriden
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 26 Mar 2013 14:46:32 +0000 (07:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Mar 2013 17:50:09 +0000 (17:50 +0000)
commit728bd0d0a74fa1cfc8283d97e076bfa52360dc2e
treef7d9adc8b696f2c3369a35d4d8fdf5fdc872fc4e
parentf71ab93b3422f0c64d8bf5b70d692da7e0b19de8
linux-yocto/3.8: allow kernel feature _appends to be overriden

It was pointed out that the current way the KERNEL_FEATURES variable
is appended in the base linux-yocto recipe doesn't allow the appended
features to be prevented in a layer without using python code and
a recipe finalize hook.

To allow easier overriding of 'extra' or 'optional' features that are
defined in the linux-yocto recipe, we create a KERNEL_EXTRA_FEATURES
variable. This variable can be set in a layer to define extra features
or cleared to prevent the recipe's extra features from being appended
to the core functionality.

(From OE-Core rev: 779cb6e51fab87e00784bd97ec4771e69a79cf82)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto_3.8.bb