]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto: Move defaults and tasks from linux-yocto.inc into bbclass
authorPaul Barker <pbarker@konsulko.com>
Thu, 6 Feb 2020 17:35:47 +0000 (12:35 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2020 13:19:56 +0000 (13:19 +0000)
commit48d8f97975c0b167c0f4f32145813f00b8c8a7a8
tree9e95971dc11aa880a020402f69d3b49b8c2f8082
parent83a552d0aea7f789b3a5a7ff96f3d3a5e346cc2c
kernel-yocto: Move defaults and tasks from linux-yocto.inc into bbclass

This allows the kernel-yocto bbclass to be inherited in a recipe without
needing to include linux-yocto.inc. The bbclass should stand on its own
and linux-yocto.inc does a few things which may not be desired in other
kernel recipes (such as modifying KERNEL_FEATURES).

The LINUX_VERSION_EXTENSION default is not moved as other kernel recipes
may not want this setting in place.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass
meta/recipes-kernel/linux/linux-yocto.inc