[yocto] Issues with Jethro qemu-native package build

2016-06-21 Thread John Schluechtermann
native" CONF_VERSION = "1" ACCEPT_FSL_EULA = "1" IMAGE_INSTALL_append = " tcf-agent openssh-sftp-server " BUILD_LDFLAGS_prepend_pn-qemu-native = "-Wl,-rpath-link,/lib/x86_64-linux-gnu" Any help is greatly appreciated! - John _

[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