Re: [yocto] build error on core-image-sato-sdk

2012-04-10 Thread Darren Hart


On 04/10/2012 05:44 AM, jfabernathy wrote:
> On 04/09/2012 06:15 PM, Darren Hart wrote:
>>
>> On 04/09/2012 01:33 PM, jfabernathy wrote:
>>> at the end of the build of core-image-sato-sdk I got the following
>>> error.  I'm using the edison branch with the latest changes and also
>>> building the meta-cedartrail.  I had previously built core-image-sato
>>> successfully with this setup.
>>>
>>> Any ideas?
>>>
>>> ERROR: Function 'build_boot_bin' failed (see
>>> /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
>>> for further information)
>>> ERROR: Logfile of failure stored in:
>>> /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
>>> Log data follows:
>>> | mkdosfs: seek failed
>> Interesting.
>>
>> Can you provide the "OE Build Configuration" blob that prints at the
>> start of the build - I'm mostly interested in your commit IDs for.
> OE Build Configuration:
> BB_VERSION= "1.13.3"
> TARGET_ARCH   = "i586"
> TARGET_OS = "linux"
> MACHINE   = "cedartrail"
> DISTRO= "poky"
> DISTRO_VERSION= "1.1.1"
> TUNE_FEATURES = "m32 core2"
> TARGET_FPU= ""
> meta
> meta-yocto= "edison:0fbd6a161576b2cafa8583adde0ffb15347c884a"
> meta-cedartrail   = "edison:072c6e99616c25c31521e05560433c67fb2a0292"
> meta-jfa  = ":"
> 
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> 
>> Also, please include the HEAD of your poky edison tree.
> Not sure what git command you want, but here is the git show:
> 
> jim@ubuntu-x64:~/poky$ git show edison
> commit 0fbd6a161576b2cafa8583adde0ffb15347c884a

Thanks Jim and Joshua,

It appears there is still something lacking in the edison
bootimg.bbclass. I'll investigate. Please watch bug 2138 for updates.

--
Darren
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] build error on core-image-sato-sdk

2012-04-10 Thread jfabernathy

On 04/09/2012 06:15 PM, Darren Hart wrote:


On 04/09/2012 01:33 PM, jfabernathy wrote:

at the end of the build of core-image-sato-sdk I got the following
error.  I'm using the edison branch with the latest changes and also
building the meta-cedartrail.  I had previously built core-image-sato
successfully with this setup.

Any ideas?

ERROR: Function 'build_boot_bin' failed (see
/build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
for further information)
ERROR: Logfile of failure stored in:
/build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
Log data follows:
| mkdosfs: seek failed

Interesting.

Can you provide the "OE Build Configuration" blob that prints at the
start of the build - I'm mostly interested in your commit IDs for.

OE Build Configuration:
BB_VERSION= "1.13.3"
TARGET_ARCH   = "i586"
TARGET_OS = "linux"
MACHINE   = "cedartrail"
DISTRO= "poky"
DISTRO_VERSION= "1.1.1"
TUNE_FEATURES = "m32 core2"
TARGET_FPU= ""
meta
meta-yocto= "edison:0fbd6a161576b2cafa8583adde0ffb15347c884a"
meta-cedartrail   = "edison:072c6e99616c25c31521e05560433c67fb2a0292"
meta-jfa  = ":"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks


Also, please include the HEAD of your poky edison tree.

Not sure what git command you want, but here is the git show:

jim@ubuntu-x64:~/poky$ git show edison
commit 0fbd6a161576b2cafa8583adde0ffb15347c884a
Author: Elizabeth Flanagan 
Date:   Wed Mar 14 15:49:33 2012 -0700

poky.conf: Bumping SKD_VERSION

SDK_VERSION needs a bump for 1.1.1 release

Signed-off-by: Elizabeth Flanagan 

diff --git a/meta-yocto/conf/distro/poky.conf 
b/meta-yocto/conf/distro/poky.conf

index b7c167d..accbb26 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -2,7 +2,7 @@ DISTRO = "poky"
 DISTRO_NAME = "Yocto (Built by Poky 6.0.1)"
 DISTRO_VERSION = "1.1.1"
 SDK_VENDOR = "-pokysdk"
-SDK_VERSION := 
"${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"

+SDK_VERSION := "${DISTRO_VERSION}"

 MAINTAINER = "Poky "


Thanks,



___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] build error on core-image-sato-sdk

2012-04-10 Thread Joshua Immanuel
Hello Darren,

On Mon, 2012-04-09 at 15:15 -0700, Darren Hart wrote:
> > ERROR: Function 'build_boot_bin' failed (see 
> > /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
> >  
> > for further information)
> > ERROR: Logfile of failure stored in: 
> > /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
> > Log data follows:
> > | mkdosfs: seek failed
> 
> Interesting.
> 
> Can you provide the "OE Build Configuration" blob that prints at the
> start of the build - I'm mostly interested in your commit IDs for. 

I am familiar with this error ;) I have mentioned this in the comments
section of bug #2138.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=2138#c26

Regards
-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in


signature.asc
Description: This is a digitally signed message part
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread Christopher Larson
See the cooker.log.* files in the tmp (or build) directory.

-- 
Christopher Larson


On Monday, April 9, 2012 at 5:01 PM, James Abernathy wrote:

> 
> 
> On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart  (mailto:dvh...@linux.intel.com)> wrote:
> > 
> > 
> > On 04/09/2012 01:33 PM, jfabernathy wrote:
> > > at the end of the build of core-image-sato-sdk I got the following
> > > error.  I'm using the edison branch with the latest changes and also
> > > building the meta-cedartrail.  I had previously built core-image-sato
> > > successfully with this setup.
> > >
> > > Any ideas?
> > >
> > > ERROR: Function 'build_boot_bin' failed (see
> > > /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
> > > for further information)
> > > ERROR: Logfile of failure stored in:
> > > /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
> > > Log data follows:
> > > | mkdosfs: seek failed
> > 
> > Interesting.
> > 
> > Can you provide the "OE Build Configuration" blob that prints at the
> > start of the build - I'm mostly interested in your commit IDs for.
> > 
> > Also, please include the HEAD of your poky edison tree.
> > 
> Is there a way to retreive the OE-Build Configuration blob after it rolls off 
> the screen? Or should I just rerun and capture it then? 
>  
> > Thanks,
> > 
> > --
> > Darren Hart
> > Intel Open Source Technology Center
> > Yocto Project - Linux Kernel
> 
> ___
> yocto mailing list
> yocto@yoctoproject.org (mailto:yocto@yoctoproject.org)
> https://lists.yoctoproject.org/listinfo/yocto
> 
> 


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread James Abernathy
On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart  wrote:

>
>
> On 04/09/2012 01:33 PM, jfabernathy wrote:
> > at the end of the build of core-image-sato-sdk I got the following
> > error.  I'm using the edison branch with the latest changes and also
> > building the meta-cedartrail.  I had previously built core-image-sato
> > successfully with this setup.
> >
> > Any ideas?
> >
> > ERROR: Function 'build_boot_bin' failed (see
> >
> /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
> > for further information)
> > ERROR: Logfile of failure stored in:
> >
> /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
> > Log data follows:
> > | mkdosfs: seek failed
>
> Interesting.
>
> Can you provide the "OE Build Configuration" blob that prints at the
> start of the build - I'm mostly interested in your commit IDs for.
>
> Also, please include the HEAD of your poky edison tree.
>
> Is there a way to retreive the OE-Build Configuration blob after it rolls
off the screen? Or should I just rerun and capture it then?


> Thanks,
>
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel
>
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread Darren Hart


On 04/09/2012 01:33 PM, jfabernathy wrote:
> at the end of the build of core-image-sato-sdk I got the following 
> error.  I'm using the edison branch with the latest changes and also 
> building the meta-cedartrail.  I had previously built core-image-sato 
> successfully with this setup.
> 
> Any ideas?
> 
> ERROR: Function 'build_boot_bin' failed (see 
> /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
>  
> for further information)
> ERROR: Logfile of failure stored in: 
> /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810
> Log data follows:
> | mkdosfs: seek failed

Interesting.

Can you provide the "OE Build Configuration" blob that prints at the
start of the build - I'm mostly interested in your commit IDs for.

Also, please include the HEAD of your poky edison tree.

Thanks,

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] build error on core-image-sato-sdk

2012-04-09 Thread jfabernathy
at the end of the build of core-image-sato-sdk I got the following 
error.  I'm using the edison branch with the latest changes and also 
building the meta-cedartrail.  I had previously built core-image-sato 
successfully with this setup.


Any ideas?

ERROR: Function 'build_boot_bin' failed (see 
/build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810 
for further information)
ERROR: Logfile of failure stored in: 
/build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810

Log data follows:
| mkdosfs: seek failed
| mkdosfs 2.10 (22 Sep 2003)
| ERROR: Function 'build_boot_bin' failed (see 
/build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810 
for further information)

NOTE: package core-image-sato-sdk-1.0-r0: task do_bootimg: Failed
ERROR: Task 9 
(/home/jim/poky/meta/recipes-sato/images/core-image-sato-sdk.bb, 
do_bootimg) failed with exit code '1'
ERROR: '/home/jim/poky/meta/recipes-sato/images/core-image-sato-sdk.bb' 
failed

jim@ubuntu-x64:/build/cdv-edison$

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto