Re: [yocto] do_rootfs error due to package installation

2016-01-11 Thread Khem Raj
These two seems unrelated. look under deploy/ipk folder and see if you have an ipk sounding with same name as missing package it might be that its empty and deleted but the dependency remains > On Jan 7, 2016, at 1:29 PM, John Schluechtermann > wrote: > >

[yocto] do_rootfs error due to package installation

2016-01-07 Thread John Schluechtermann
I have a custom image that I am trying to pick up and get working that was setup and used by an individual no longer with the company. The image creation is failing in the do_rootfs portion and appears to be due to a package not being installed in the image. I have verified that the package

Re: [yocto] do_rootfs error due to package installation

2016-01-07 Thread John Schluechtermann
Some additional information in regards to this. In the troubleshooting of it I turned on the build history by adding the following to my local.conf, INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" With that added to the local.conf the image creation would complete