Re: [yocto] Developer Manual Appendix B example

2012-01-13 Thread Rifenbark, Scott M
Yes - this is the exact issue.  I ran into it myself yesterday while attempting 
to verify the BSP example (as written) using the upcoming 1.1.1 release (Edison 
6.0.1). I had to consult Tom Zannusi and he had me dummy out that file.  Once I 
did that the build worked.  

Scott

-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Brian Hutchinson
Sent: Thursday, January 12, 2012 8:04 PM
To: Bruce Ashfield
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Developer Manual Appendix B example

On Thu, Jan 12, 2012 at 9:54 PM, Bruce Ashfield
bruce.ashfi...@windriver.com wrote:
 Funny how things tend to arrive in bunches. We just discussed this today

Ha!  Thanks Jim for making me feel better  at least I wasn't the
only one that had trouble ;-)

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


Re: [yocto] Developer Manual Appendix B example

2012-01-12 Thread Bruce Ashfield

On 12-01-12 09:50 PM, James Abernathy wrote:
I'm trying to do the Developer Manual Appendix B example exactly as 
written only changing the path to my home directory. When I get to 
B.1.8.3, bitbake after patching the kernel calibrate.c and modifiing 
the path to the local git repository for linux-yocto, I get an error 
on the build.  The log file of the error is below:


Funny how things tend to arrive in bunches. We just discussed this today 
on the
list. The meta-kernel-dev layer is tied to master, and causes this 
problem when
used with edison. And that's what you are seeing here. I'm going to 
create a edison

branch for meta-kernel-dev to match up the tool SRCREVs.

In the meantime, if you remove the kern-tools-native_git.bbappend from 
the meta-kernel-dev
layer, the AUTOREV setting will be removed, and you won't pull in tools 
that are too

new for the matching kernel.

Cheers,

Bruce



[INFO] doing kernel configme
[INFO] Branch yocto/standard/common-pc/base used by common-pc-standard.scc
[INFO] collecting configs in ./meta/meta-series
mv: cannot stat 
`/home/jim/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-3.0.4+git1+d05450e4aef02c1b7137398ab3a9f8f96da74f52_1+72671808fdbe69a9fe03fd8f094e7c59da04a28c-r2/linux-qemux86-standard-build/.tmp.config*': 
No such file or directory

creation of pre-processed config data failed
config of yocto/standard/common-pc/base (common-pc-standard.scc) failed
ERROR: Function 'do_kernel_configme' failed (see 
/home/jim/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-3.0.4+git1+d05450e4aef02c1b7137398ab3a9f8f96da74f52_1+72671808fdbe69a9fe03fd8f094e7c59da04a28c-r2/temp/log.do_kernel_configme.15214 
for further information)


Any help would be appreciated.

Jim A


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


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


Re: [yocto] Developer Manual Appendix B example

2012-01-12 Thread James Abernathy
On Thu, Jan 12, 2012 at 9:54 PM, Bruce Ashfield 
bruce.ashfi...@windriver.com wrote:

 **
 On 12-01-12 09:50 PM, James Abernathy wrote:

 I'm trying to do the Developer Manual Appendix B example exactly as
 written only changing the path to my home directory. When I get to B.1.8.3,
 bitbake after patching the kernel calibrate.c and modifiing the path to the
 local git repository for linux-yocto, I get an error on the build.  The log
 file of the error is below:


 Funny how things tend to arrive in bunches. We just discussed this today
 on the
 list. The meta-kernel-dev layer is tied to master, and causes this problem
 when
 used with edison. And that's what you are seeing here. I'm going to create
 a edison
 branch for meta-kernel-dev to match up the tool SRCREVs.

 In the meantime, if you remove the kern-tools-native_git.bbappend from the
 meta-kernel-dev
 layer, the AUTOREV setting will be removed, and you won't pull in tools
 that are too
 new for the matching kernel.

 That worked as you said.  I thought it was odd how we did a git checkout
for Linux and Poky, but not the poky-extras repositories.

Jim A

Cheers,

 Bruce


 [INFO] doing kernel configme
 [INFO] Branch yocto/standard/common-pc/base used by common-pc-standard.scc
 [INFO] collecting configs in ./meta/meta-series
 mv: cannot stat
 `/home/jim/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-3.0.4+git1+d05450e4aef02c1b7137398ab3a9f8f96da74f52_1+72671808fdbe69a9fe03fd8f094e7c59da04a28c-r2/linux-qemux86-standard-build/.tmp.config*':
 No such file or directory
 creation of pre-processed config data failed
 config of yocto/standard/common-pc/base (common-pc-standard.scc) failed
 ERROR: Function 'do_kernel_configme' failed (see
 /home/jim/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-3.0.4+git1+d05450e4aef02c1b7137398ab3a9f8f96da74f52_1+72671808fdbe69a9fe03fd8f094e7c59da04a28c-r2/temp/log.do_kernel_configme.15214
 for further information)

 Any help would be appreciated.

 Jim A


 ___
 yocto mailing 
 listyocto@yoctoproject.orghttps://lists.yoctoproject.org/listinfo/yocto



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


Re: [yocto] Developer Manual Appendix B example

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 9:54 PM, Bruce Ashfield
bruce.ashfi...@windriver.com wrote:
 Funny how things tend to arrive in bunches. We just discussed this today

Ha!  Thanks Jim for making me feel better  at least I wasn't the
only one that had trouble ;-)

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