From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3.easily.co.uk (smtp3.easily.co.uk [95.130.72.151]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id ED9DBE00780 for ; Tue, 26 Nov 2013 04:57:44 -0800 (PST) Received: from host-92-27-209-188.static.as13285.net ([92.27.209.188]:28091 helo=[127.0.0.1]) by smtp3.easily.co.uk with esmtpa (Exim 4.43) id 1VlID1-0003cA-5e for meta-freescale@yoctoproject.org; Tue, 26 Nov 2013 12:57:43 +0000 Message-ID: <52949ABF.2010104@peacocktech.co.uk> Date: Tue, 26 Nov 2013 12:57:35 +0000 From: Dave Evans Organization: Peacock Technology Ltd User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <52947882.4040509@peacocktech.co.uk> <529490B6.3030203@gmail.com> In-Reply-To: <529490B6.3030203@gmail.com> Subject: Re: Yocto dora build script bug? X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 12:57:45 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 26/11/2013 12:14, Marco wrote: > Il 26/11/2013 11:31, Dave Evans ha scritto: >> Hi all, >> >> Prior to building dora I built dylan without issue. >> >> I've been attempting to build dora but I seem to of found a script >> problem: >> The result of this exception is that the following folder path has been >> created "${BSPDIR}/download/${BSPDIR}/download${BSPDIR}/download" >> >> I asked on the yocto irc channel and they refered me here. >> >> output below: >> >> dave@debian:~/yocto/fsl-community-bsp/build$ bitbake core-image-minimal >> WARNING: Host distribution "Debian-7.2" has not been validated with this >> version of the build system; you may possibly experience unexpected >> failures. It is recommended that you use a tested distribution. >> Parsing recipes: 100% >> |##################################################################| >> Time: 00:01:38 >> Parsing of 1340 .bb files complete (0 cached, 1340 parsed). 1732 >> targets, 95 skipped, 0 masked, 0 errors. >> NOTE: Resolving any missing task queue dependencies >> >> >> Build Configuration: >> BB_VERSION = "1.20.0" >> BUILD_SYS = "i686-linux" >> NATIVELSBSTRING = "Debian-7.2" >> TARGET_SYS = "arm-poky-linux-gnueabi" >> MACHINE = "imx28evk" >> DISTRO = "poky" >> DISTRO_VERSION = "1.5" >> TUNE_FEATURES = "armv5 thumb dsp" >> TARGET_FPU = "soft" >> meta-fsl-arm = "ewgeco:5b3b6618426ad06e4fb6a3a77c4a53dfb47f0556" >> meta-fsl-arm-extra = "ewgeco:11ac45d22963a3f047a85c96009c36cb6e156d0a" >> meta-fsl-demos = "ewgeco:cd6275042cdd2d87490521f6cbeb65972ed37a66" >> meta-oe = "ewgeco:513e7ca20ddd0a5c3b649bf292a67c3e0473d3a8" >> meta >> meta-yocto >> meta-yocto-bsp = "ewgeco:75bed4086eb83f1d24c31392f3dd54aa5c3679b1" >> >> > > > Dave, > > AFAIK using dora you should have > meta-yocto-bsp = "dora:75bed4086eb83f1d24c31392f3dd54aa5c3679b1" > meta-oe = "dora:513e7ca20ddd0a5c3b649bf292a67c3e0473d3a8" > meta-fsl-arm = "dora:5b3b6618426ad06e4fb6a3a77c4a53dfb47f0556" > > > Moreover replacing Debian-7.2 with Ubuntu 12.04-LTS may help. > > > Cheers > -- > Marco Cavallini | KOAN sas | Bergamo - Italia I was following the guide at https://community.freescale.com/docs/DOC-94914 which suggested making a local branch? I've started again, and will skip that step and see what happens. BR Dave