Re: [yocto] [PATCH] Fix connectivity check for BB_FETCH_PREMIRRORONLY case

2016-01-07 Thread Burton, Ross
On 5 January 2016 at 20:11, wrote: > +# Check for BB_FETCH_PREMIRRORONLY and adapt BB_NO_NETWORK > +if bb.data.getVar("BB_FETCH_PREMIRRORONLY", self.d, True) is not None: > +bb.data.setVar("BB_NO_NETWORK", "1", self.d) > Traceback (most recent call last): File

[yocto] [meta-raspberrypi][PATCH] qt5: fixed raspberrypi support

2016-01-07 Thread John Madieu
Because EGL properties were not defined properly, we always had the following error make: *** [egl] Error 1 | EGL disabled. | The EGL functionality test failed; EGL is required by some QPA plugins to manage cont | You might need to modify the include and library search paths

Re: [yocto] [meta-cgl][PATCH] packagegroup-cgl-applications: unify the package name to fix the parse warnings

2016-01-07 Thread Adrian Dudau
hi Zavier, On mån, 2015-12-28 at 18:06 +0800, Zavier Luo wrote: > Fix the following parse warning: > WARNING: Variable key RDEPENDS_${PN} ( ${LTTNGUST}) replaces original key > RDEPENDS_packagegroup-cgl-applications ( lvm2 ${LM_SENSORS} bc > gettext gettext-runtime

Re: [yocto] [meta-cgl][PATCH] packagegroup-cgl-applications: unify the package name to fix the parse warnings

2016-01-07 Thread Zavier Luo
Thanks, Adrian. On Thu, Jan 7, 2016 at 5:50 PM, Adrian Dudau wrote: > hi Zavier, > > On mån, 2015-12-28 at 18:06 +0800, Zavier Luo wrote: > > Fix the following parse warning: > > WARNING: Variable key RDEPENDS_${PN} ( ${LTTNGUST}) replaces > original key

[yocto] images installing other images and artifacts

2016-01-07 Thread Andrea Galbusera
Hi! I'm building an image for a production system, let's call it 'production-image'. All required artifacts (kernel, dtbs, bootloader and the image itself) are built by the process as expected and available in tmp/deploy/images. The production machine is configured to boot from flash. As a

[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