All of lore.kernel.org
 help / color / mirror / Atom feed
* Developer Manual Appendix B example
@ 2012-01-13  2:50 James Abernathy
  2012-01-13  2:54 ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: James Abernathy @ 2012-01-13  2:50 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]

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:

[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

[-- Attachment #2: Type: text/html, Size: 1215 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Developer Manual Appendix B example
  2012-01-13  2:50 Developer Manual Appendix B example James Abernathy
@ 2012-01-13  2:54 ` Bruce Ashfield
  2012-01-13  3:59   ` James Abernathy
  2012-01-13  4:03   ` Brian Hutchinson
  0 siblings, 2 replies; 5+ messages in thread
From: Bruce Ashfield @ 2012-01-13  2:54 UTC (permalink / raw)
  To: James Abernathy; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1965 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 3125 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Developer Manual Appendix B example
  2012-01-13  2:54 ` Bruce Ashfield
@ 2012-01-13  3:59   ` James Abernathy
  2012-01-13  4:03   ` Brian Hutchinson
  1 sibling, 0 replies; 5+ messages in thread
From: James Abernathy @ 2012-01-13  3:59 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2233 bytes --]

On Thu, Jan 12, 2012 at 9:54 PM, Bruce Ashfield <
bruce.ashfield@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
>
>
>

[-- Attachment #2: Type: text/html, Size: 3382 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Developer Manual Appendix B example
  2012-01-13  2:54 ` Bruce Ashfield
  2012-01-13  3:59   ` James Abernathy
@ 2012-01-13  4:03   ` Brian Hutchinson
  2012-01-13 13:16     ` Rifenbark, Scott M
  1 sibling, 1 reply; 5+ messages in thread
From: Brian Hutchinson @ 2012-01-13  4:03 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto

On Thu, Jan 12, 2012 at 9:54 PM, Bruce Ashfield
<bruce.ashfield@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Developer Manual Appendix B example
  2012-01-13  4:03   ` Brian Hutchinson
@ 2012-01-13 13:16     ` Rifenbark, Scott M
  0 siblings, 0 replies; 5+ messages in thread
From: Rifenbark, Scott M @ 2012-01-13 13:16 UTC (permalink / raw)
  To: Brian Hutchinson, Bruce Ashfield; +Cc: yocto@yoctoproject.org

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-bounces@yoctoproject.org [mailto:yocto-bounces@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.ashfield@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-13 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13  2:50 Developer Manual Appendix B example James Abernathy
2012-01-13  2:54 ` Bruce Ashfield
2012-01-13  3:59   ` James Abernathy
2012-01-13  4:03   ` Brian Hutchinson
2012-01-13 13:16     ` Rifenbark, Scott M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.