Re: [yocto] 2 step solution to ERROR: QA Issue: Files/directories were installed but not shipped

2016-01-20 Thread Khem Raj
On Wed, Jan 20, 2016 at 9:11 AM, DEEPAK N PAWATE wrote: > Hi Folks, > > Below is the simple 2 step solution for > > ERROR: QA Issue: Files/directories were installed but not shipped > > WARNING: QA Issue: Files/directories were installed but not shipped > /usr/lib/lib-0.29/lib-gstreamer.so > /

[yocto] 2 step solution to ERROR: QA Issue: Files/directories were installed but not shipped

2016-01-20 Thread DEEPAK N PAWATE
Hi Folks, Below is the simple 2 step solution for ERROR: QA Issue: Files/directories were installed but not shipped WARNING: QA Issue: Files/directories were installed but not shipped /usr/lib/lib-0.29/lib-gstreamer.so /usr/lib/lib-0.29/lib-multi.so /usr/lib/lib-0.29/lib-pulse.so Problem

Re: [yocto] Separate out image generation into a new task

2016-01-20 Thread Markus Volk
Another strange thing. The IMG_COMMAND did result in an empty second partition. It did take a while to realize, what the problem was, because there was no error message at all. It just didn´t work. I had to do this: -USBIMG_ROOTFS = "${IMAGE_NAME}.rootfs.${USBIMG_ROOTFS_TYPE}“ +USBIMG_ROOT

[yocto] [PATCH][meta-qt3][V2] qt-x11-free: update SRC_URI

2016-01-20 Thread Ross Burton
ftp.trolltech.com doesn't exist anymore, so update SRC_URI to use qt.io. Signed-off-by: Ross Burton --- recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 2 +- recipes-qt3/qt3/qt-x11-free_3.3.7.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-qt3/qt3/qt-x11-fr

[yocto] [PATCH][meta-qt3] qt-x11-free: update SRC_URI

2016-01-20 Thread Ross Burton
ftp.trolltech.com doesn't exist anymore, so update SRC_URI to use qt.io. Signed-off-by: Ross Burton --- recipes-qt3/qt3/qt-x11-free_3.3.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb index 89f9

[yocto] Building with ltdl

2016-01-20 Thread Gary Thomas
I'm trying to build a project (graphviz) which wants to use ltdl which is part of libtool. However when I try to build, I get these errors (during configure): | NOTE: Executing ACLOCAL="aclocal --system-acdir=/local/p0382_2016-01-13/tmp/work/cortexa9hf-vfp-neon-amltd-linux-gnueabi/graphviz/2.38

Re: [yocto] Mapping root filesystem files back into packages

2016-01-20 Thread Ulf Magnusson
On Tue, Jan 19, 2016 at 6:03 PM, Paul Eggleton wrote: > On Tue, 19 Jan 2016 13:01:20 Ulf Magnusson wrote: >> On Tue, Jan 19, 2016 at 10:20 AM, Paul Eggleton >> >> wrote: >> > On Tue, 19 Jan 2016 08:31:09 Ulf Magnusson wrote: >> >> On Mon, Jan 18, 2016 at 9:15 PM, Paul Eggleton >> >> >> >> wrote: