]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto*: append to KERNEL_FEATURES instead of assigning
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 11 Sep 2012 13:05:14 +0000 (09:05 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2012 13:44:54 +0000 (14:44 +0100)
commit7121fe8d836fc178e9ab8f0e6f8eb34a99325c81
tree17f09bcd1579a57b7ae81758a6e05515e3b3f18b
parent3d07587cc530f856c985c03a9b9b42cfb89c502c
linux-yocto*: append to KERNEL_FEATURES instead of assigning

It is sometimes useful for KERNEL_FEATURES to be set in a machine
or other configuration file. The linux-yocto recipes currently
initialize the variable, which clobbers any values set by .conf
files.

Appending to the variables allows these settings to propagate to
the kernel configuration, while maintaining the existing set of
added kernel features.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
meta/recipes-kernel/linux/linux-yocto_3.0.bb
meta/recipes-kernel/linux/linux-yocto_3.2.bb
meta/recipes-kernel/linux/linux-yocto_3.4.bb