]> code.ossystems Code Review - openembedded-core.git/commit
kernel: use olddefconfig as the primary target for KERNEL_CONFIG_COMMAND
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 30 Oct 2018 19:04:26 +0000 (15:04 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Nov 2018 17:47:11 +0000 (17:47 +0000)
commit8593dcb7e8c938530ff00ffedf7f3d02d26c3bad
treefb867db1bbda47f4bd3ee3d36e4d66820d5288d6
parentbf1be2e0b1484ca8a91eabbd8b89663eacccf4a9
kernel: use olddefconfig as the primary target for KERNEL_CONFIG_COMMAND

As was warned by commit 312ee68752fa [kconfig: announce removal of
oldnoconfig if used], oldnoconfig has been removed from the 4.20 kernel.

So we switch our default mode to olddefconfig.

commit fb16d8912 [kconfig: replace 'oldnoconfig' with 'olddefconfig',
and keep the old name as an alias] introduced olddefconfig in the 3.10
kernel, we shuffle oldnoconfig to the fallback target.

The fallback mode allows kernels between 3.10 and the currently listed
oldest kernel of 3.2 to continue to configure.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass