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

2017-09-08 Thread Otavio Salvador
On Thu, Sep 7, 2017 at 1:21 PM, Burton, Ross wrote: > Would this be the cause of this failure on the autobuilder when doing > testimage? Yes, it is. I did reproduce the error here and I am sending a new revision fixing it. -- Otavio Salvador O.S. Systems http://www.

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

2017-09-07 Thread Burton, Ross
Would this be the cause of this failure on the autobuilder when doing testimage? runqemu - ERROR - DTB not found: tmp/deploy/images/qemuarm/zImage-versatile-pb.dtb, tmp/deploy/images/qemuarm/zImage-versatile-pb.dtb* or tmp/deploy/images/qemuarm/*.dtb From https://autobuilder.yocto.io/builders/nig

[OE-core] [PATCH] kernel: Move Device Tree support to kernel.bbclass

2017-09-04 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, we kept a linux-dtb.inc file which raises