diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-07-20 16:22:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:47:44 +0100 |
commit | 4f03d922ce32f602a5a407cf422d82a0d036e4a0 (patch) | |
tree | ec2f568b85dbf0dd86fdc573ec015b838cb55d4e /meta/recipes-graphics | |
parent | 0b163efe5536555867f71561914414648b08ed24 (diff) | |
download | openembedded-core-4f03d922ce32f602a5a407cf422d82a0d036e4a0.tar.gz openembedded-core-4f03d922ce32f602a5a407cf422d82a0d036e4a0.tar.bz2 openembedded-core-4f03d922ce32f602a5a407cf422d82a0d036e4a0.tar.xz openembedded-core-4f03d922ce32f602a5a407cf422d82a0d036e4a0.zip |
kernel: copy defconfig to {B} vs {S}
For kernel's that use a split source/object build the copy
of defconfig to {S} in the base kernel class is problematic.
The previous solution for this was to override the do_configure
of the base kernel class in a subclass. While this is still
a viable/valid option, it does mean that changes to the base
do_configure will be missed.
The solution to this is to copy a defconfig to {B} which is
typically the same as {S}, so most kernel recipes won't see or
care about this change.
With this change in place, linux-yocto.bbclass can drop its
override of do_configure.
Tested with linux-yocto and oe linux recipes.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions