Re: [OE-core] [PATCH v8 1/3] kernel: Move Device Tree support to kernel.bbclass

2017-09-13 Thread Richard Purdie
On Tue, 2017-09-12 at 17:36 -0300, Otavio Salvador wrote: > 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 i

[OE-core] [PATCH v8 1/3] kernel: Move Device Tree support to kernel.bbclass

2017-09-12 Thread Otavio Salvador
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.in

[OE-core] [PATCH v8 1/3] kernel: Move Device Tree support to kernel.bbclass

2017-09-12 Thread Otavio Salvador
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.in