Re: [yocto] Saving all files using source mirror isn't capturing build packages

2017-06-28 Thread Jimi Damon
Please ignore if you received this twice. My email client wasn't giving me confirmation /sent mail. Problem was solved with MIRRORS ?= "\ git://.*/.*file://media/build/mirror/ \n \ git://.*/.*/.* file://media/build/mirror/ \n \ ftp://.*/.*file://media/build/mirror/ \n \ http://.*/.*

Re: [yocto] Saving all files using source mirror isn't capturing build packages

2017-06-28 Thread Jimi Damon
Fixed : PEBKAC I needed the two following elements MIRRORS ?= "\ git://.*/.*file://media/build/mirror/ \n \ git://.*/.*/.* file://media/build/mirror/ \n \ ftp://.*/.*file://media/build/mirror/ \n \ http://.*/.* file://media/build/mirror/ \n \ svn://.*/.*file://media/build/mirro

[yocto] Saving all files using source mirror isn't capturing build packages

2017-06-28 Thread Jimi Damon
Hi, I'm trying to save the entire build PLUS the tools used to create the build and I'm finding that when I initially perform the bitbake -c fetchall b2qt-embedded-qt5-image followed by a copy of the required downloaded .tar.gz files to the mirror directory and then creating a new build di