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.
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
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