From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 36038E0054F for ; Tue, 1 Nov 2011 12:40:58 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 01 Nov 2011 12:40:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="69908421" Received: from unknown (HELO [10.255.15.209]) ([10.255.15.209]) by orsmga002.jf.intel.com with ESMTP; 01 Nov 2011 12:40:42 -0700 From: Tom Zanussi To: James Abernathy In-Reply-To: References: Date: Tue, 01 Nov 2011 14:40:49 -0500 Message-ID: <1320176449.2400.63.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: "yocto@yoctoproject.org" Subject: Re: Build error while following Appendix A. Yocto Project Development manual X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2011 19:40:58 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi, On Tue, 2011-11-01 at 11:37 -0700, James Abernathy wrote: > I tried to duplicate the Yocto Project Decelopment Manual Appendix A > build of a Crownbay NOEMGD image, no changes just dulicate the > instructions. This is using the latest Yocto 1.1. I did get a long > way down the line, but had a fatal error in the last 2 steps. > > The only change I had to make was related to A.5.2.4. The commit > string for the SRCREV_meta_pn was different on the > git.yoctoproject.org/cgit/cgi for the Meta commit so I used what I > found online. The first section of 126 task completed without error. > The next section of 4394 tasks failed on 4393. Not sure if the error > is obvious, but I wanted to run it by someone. Console error log > below: > Hmm, not sure what's going on here - I'm sure this example was verified several times, but just to make sure, what you're doing is going through 'Appendix A. BSP Development Example' verbatim and getting this? The SRCREVs in either case look ok for this, so that shouldn't be the problem... But let me go over the steps myself and see what I come up with - will let you know either way... Tom > NOTE: package core-image-sato-1.0-r0: task do_bootimg: Started > ERROR: Function 'build_boot_bin' failed > (see /home/jim/poky/yocto-build/tmp/work/mymachine-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.31418 for further information) > ERROR: Logfile of failure stored > in: /home/jim/poky/yocto-build/tmp/work/mymachine-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.31418 > Log data follows: > | install: cannot stat > `/home/jim/poky/yocto-build/tmp/sysroots/mymachine/kernel/bzImage': No > such file or directory > | ERROR: Function 'build_boot_bin' failed > (see /home/jim/poky/yocto-build/tmp/work/mymachine-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.31418 for further information) > NOTE: package core-image-sato-1.0-r0: task do_bootimg: Failed > ERROR: Task 9 > (/home/jim/poky/meta/recipes-sato/images/core-image-sato.bb, > do_bootimg) failed with exit code '1' > ERROR: '/home/jim/poky/meta/recipes-sato/images/core-image-sato.bb' > failed > jim@jim-ubuntu-10:~/poky/yocto-build$ >