]> code.ossystems Code Review - openembedded-core.git/commit
kernel: Move Device Tree support to kernel.bbclass
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 12 Sep 2017 20:36:06 +0000 (17:36 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Sep 2017 20:59:57 +0000 (21:59 +0100)
commit03a00be7f2062aefef0e51ef20a4c9737f6685e7
tree61aff1d5c5fe363a9b424571a9b051d6df63e60d
parentd2d069fa9910d1c7a94c898355a63fca03ec5ad8
kernel: Move Device Tree support to kernel.bbclass

The Device Tree is commonly used but it is still kept as a .inc file
instead of a proper class. Instead now we move the Device Tree code to
a kernel-devicetree class and automatically enable it when the
KERNEL_DEVICETREE variable is set.

To avoid breakage in existing layers, we kept a linux-dtb.inc file
which raises a warning telling the user about the change so in next
release this can be removed.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-devicetree.bbclass [new file with mode: 0644]
meta/classes/kernel.bbclass
meta/recipes-kernel/linux/linux-dtb.inc
meta/recipes-kernel/linux/linux-yocto.inc