* nothing building under denzil-7.0.1
@ 2012-07-20 20:11 Jim Abernathy
2012-07-20 20:29 ` Scott Garman
0 siblings, 1 reply; 16+ messages in thread
From: Jim Abernathy @ 2012-07-20 20:11 UTC (permalink / raw)
To: yocto
There must be some basic thing I'm missing. Nothing that I used to
build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
denzil branch. Are all the BSPs required to be updated to 7.0.1 before
you can run?
I'd thought I'd check before I post a bunch of log files.
I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
directory and untarred the 7.0 Intel BSPs.
There must be a step I'm missing. otherwise this would not have gotten
thru testing before deployment.
Jim A
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:11 nothing building under denzil-7.0.1 Jim Abernathy
@ 2012-07-20 20:29 ` Scott Garman
2012-07-20 20:35 ` Jim Abernathy
0 siblings, 1 reply; 16+ messages in thread
From: Scott Garman @ 2012-07-20 20:29 UTC (permalink / raw)
To: yocto
On 07/20/2012 01:11 PM, Jim Abernathy wrote:
> There must be some basic thing I'm missing. Nothing that I used to
> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
> you can run?
>
> I'd thought I'd check before I post a bunch of log files.
>
> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
> directory and untarred the 7.0 Intel BSPs.
>
> There must be a step I'm missing. otherwise this would not have gotten
> thru testing before deployment.
>
> Jim A
Hi Jim,
We need more specific information about the error(s) you're seeing.
We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
must be a step you've forgotten.
For example, you are using the denzil branch of meta-intel, right?
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:29 ` Scott Garman
@ 2012-07-20 20:35 ` Jim Abernathy
2012-07-20 20:39 ` Tom Zanussi
0 siblings, 1 reply; 16+ messages in thread
From: Jim Abernathy @ 2012-07-20 20:35 UTC (permalink / raw)
To: yocto
On 07/20/2012 04:29 PM, Scott Garman wrote:
> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
>> There must be some basic thing I'm missing. Nothing that I used to
>> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
>> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
>> you can run?
>>
>> I'd thought I'd check before I post a bunch of log files.
>>
>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
>> directory and untarred the 7.0 Intel BSPs.
>>
>> There must be a step I'm missing. otherwise this would not have gotten
>> thru testing before deployment.
>>
>> Jim A
>
> Hi Jim,
>
> We need more specific information about the error(s) you're seeing.
> We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
> must be a step you've forgotten.
>
> For example, you are using the denzil branch of meta-intel, right?
>
> Scott
>
I think it maybe that old problem with the n450 SRCREC being blank in
the linux-yocto bbappend file. Obviously that BSP didn't get fixed
before 7.0.1 was deployed. I'll put in the ones I used to patch in and
see if it works.
Jim A
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:35 ` Jim Abernathy
@ 2012-07-20 20:39 ` Tom Zanussi
2012-07-20 20:42 ` Jim Abernathy
2012-07-20 21:55 ` Tom Zanussi
0 siblings, 2 replies; 16+ messages in thread
From: Tom Zanussi @ 2012-07-20 20:39 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto, Darren Hart
On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
> On 07/20/2012 04:29 PM, Scott Garman wrote:
> > On 07/20/2012 01:11 PM, Jim Abernathy wrote:
> >> There must be some basic thing I'm missing. Nothing that I used to
> >> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
> >> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
> >> you can run?
> >>
> >> I'd thought I'd check before I post a bunch of log files.
> >>
> >> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
> >> directory and untarred the 7.0 Intel BSPs.
> >>
> >> There must be a step I'm missing. otherwise this would not have gotten
> >> thru testing before deployment.
> >>
> >> Jim A
> >
> > Hi Jim,
> >
> > We need more specific information about the error(s) you're seeing.
> > We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
> > must be a step you've forgotten.
> >
> > For example, you are using the denzil branch of meta-intel, right?
> >
> > Scott
> >
>
> I think it maybe that old problem with the n450 SRCREC being blank in
> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
> before 7.0.1 was deployed. I'll put in the ones I used to patch in and
> see if it works.
>
I updated the n450 in both the denzil and master meta-intel branches,
but the tarball still needs to be updated with that fix.
Is this the problem you're seeing, or are there other problems you're
seeing with this and/or the other meta-intel BSPs?
Tom
> Jim A
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:39 ` Tom Zanussi
@ 2012-07-20 20:42 ` Jim Abernathy
2012-07-20 20:48 ` Tom Zanussi
2012-07-20 21:55 ` Tom Zanussi
1 sibling, 1 reply; 16+ messages in thread
From: Jim Abernathy @ 2012-07-20 20:42 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto, Darren Hart
On 07/20/2012 04:39 PM, Tom Zanussi wrote:
> On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
>> On 07/20/2012 04:29 PM, Scott Garman wrote:
>>> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
>>>> There must be some basic thing I'm missing. Nothing that I used to
>>>> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
>>>> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
>>>> you can run?
>>>>
>>>> I'd thought I'd check before I post a bunch of log files.
>>>>
>>>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
>>>> directory and untarred the 7.0 Intel BSPs.
>>>>
>>>> There must be a step I'm missing. otherwise this would not have gotten
>>>> thru testing before deployment.
>>>>
>>>> Jim A
>>> Hi Jim,
>>>
>>> We need more specific information about the error(s) you're seeing.
>>> We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
>>> must be a step you've forgotten.
>>>
>>> For example, you are using the denzil branch of meta-intel, right?
>>>
>>> Scott
>>>
>> I think it maybe that old problem with the n450 SRCREC being blank in
>> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
>> before 7.0.1 was deployed. I'll put in the ones I used to patch in and
>> see if it works.
>>
> I updated the n450 in both the denzil and master meta-intel branches,
> but the tarball still needs to be updated with that fix.
>
> Is this the problem you're seeing, or are there other problems you're
> seeing with this and/or the other meta-intel BSPs?
>
> Tom
I should know shortly. I patched the n450 like I did before. I forgot
that BSP didn't get updated when denzil 7.0.1 came out. Duh!
If you have it fixed in Denzil and master branch, I'll test that as well.
>> Jim A
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:42 ` Jim Abernathy
@ 2012-07-20 20:48 ` Tom Zanussi
2012-07-20 21:05 ` Darren Hart
2012-07-20 22:12 ` Jim Abernathy
0 siblings, 2 replies; 16+ messages in thread
From: Tom Zanussi @ 2012-07-20 20:48 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto, Darren Hart
On Fri, 2012-07-20 at 16:42 -0400, Jim Abernathy wrote:
> On 07/20/2012 04:39 PM, Tom Zanussi wrote:
> > On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
> >> On 07/20/2012 04:29 PM, Scott Garman wrote:
> >>> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
> >>>> There must be some basic thing I'm missing. Nothing that I used to
> >>>> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
> >>>> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
> >>>> you can run?
> >>>>
> >>>> I'd thought I'd check before I post a bunch of log files.
> >>>>
> >>>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
> >>>> directory and untarred the 7.0 Intel BSPs.
> >>>>
> >>>> There must be a step I'm missing. otherwise this would not have gotten
> >>>> thru testing before deployment.
> >>>>
> >>>> Jim A
> >>> Hi Jim,
> >>>
> >>> We need more specific information about the error(s) you're seeing.
> >>> We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
> >>> must be a step you've forgotten.
> >>>
> >>> For example, you are using the denzil branch of meta-intel, right?
> >>>
> >>> Scott
> >>>
> >> I think it maybe that old problem with the n450 SRCREC being blank in
> >> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
> >> before 7.0.1 was deployed. I'll put in the ones I used to patch in and
> >> see if it works.
> >>
> > I updated the n450 in both the denzil and master meta-intel branches,
> > but the tarball still needs to be updated with that fix.
> >
> > Is this the problem you're seeing, or are there other problems you're
> > seeing with this and/or the other meta-intel BSPs?
> >
> > Tom
>
> I should know shortly. I patched the n450 like I did before. I forgot
> that BSP didn't get updated when denzil 7.0.1 came out. Duh!
>
> If you have it fixed in Denzil and master branch, I'll test that as well.
Yes, you should be fine using the BSP branches from the git repo, but
steer clear of the tarball until it gets updated...
Tom
> >> Jim A
> >>
> >>
> >> _______________________________________________
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:48 ` Tom Zanussi
@ 2012-07-20 21:05 ` Darren Hart
2012-07-20 22:12 ` Jim Abernathy
1 sibling, 0 replies; 16+ messages in thread
From: Darren Hart @ 2012-07-20 21:05 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto
On 07/20/2012 01:48 PM, Tom Zanussi wrote:
> On Fri, 2012-07-20 at 16:42 -0400, Jim Abernathy wrote:
>> On 07/20/2012 04:39 PM, Tom Zanussi wrote:
>> If you have it fixed in Denzil and master branch, I'll test that as well.
>
> Yes, you should be fine using the BSP branches from the git repo, but
> steer clear of the tarball until it gets updated...
Sorry, I dropped the ball on this. Will look to get that updated.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:39 ` Tom Zanussi
2012-07-20 20:42 ` Jim Abernathy
@ 2012-07-20 21:55 ` Tom Zanussi
2012-07-21 4:06 ` Tom Zanussi
1 sibling, 1 reply; 16+ messages in thread
From: Tom Zanussi @ 2012-07-20 21:55 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto, Darren Hart
On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote:
> On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
> > On 07/20/2012 04:29 PM, Scott Garman wrote:
> > > On 07/20/2012 01:11 PM, Jim Abernathy wrote:
> > >> There must be some basic thing I'm missing. Nothing that I used to
> > >> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
> > >> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
> > >> you can run?
> > >>
> > >> I'd thought I'd check before I post a bunch of log files.
> > >>
> > >> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
> > >> directory and untarred the 7.0 Intel BSPs.
> > >>
> > >> There must be a step I'm missing. otherwise this would not have gotten
> > >> thru testing before deployment.
> > >>
> > >> Jim A
> > >
> > > Hi Jim,
> > >
> > > We need more specific information about the error(s) you're seeing.
> > > We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
> > > must be a step you've forgotten.
> > >
> > > For example, you are using the denzil branch of meta-intel, right?
> > >
> > > Scott
> > >
> >
> > I think it maybe that old problem with the n450 SRCREC being blank in
> > the linux-yocto bbappend file. Obviously that BSP didn't get fixed
> > before 7.0.1 was deployed. I'll put in the ones I used to patch in and
> > see if it works.
> >
>
> I updated the n450 in both the denzil and master meta-intel branches,
> but the tarball still needs to be updated with that fix.
>
> Is this the problem you're seeing, or are there other problems you're
> seeing with this and/or the other meta-intel BSPs?
>
As a sanity check, I just now downloaded the denzil-7.0.1 tarball and
the denzil sugarbay tarball and built successfully without any problems.
Tom
> Tom
>
> > 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
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 20:48 ` Tom Zanussi
2012-07-20 21:05 ` Darren Hart
@ 2012-07-20 22:12 ` Jim Abernathy
2012-07-20 23:02 ` Darren Hart
1 sibling, 1 reply; 16+ messages in thread
From: Jim Abernathy @ 2012-07-20 22:12 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto, Darren Hart
On 07/20/2012 04:48 PM, Tom Zanussi wrote:
> On Fri, 2012-07-20 at 16:42 -0400, Jim Abernathy wrote:
>> On 07/20/2012 04:39 PM, Tom Zanussi wrote:
>>> On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
>>>> On 07/20/2012 04:29 PM, Scott Garman wrote:
>>>>> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
>>>>>> There must be some basic thing I'm missing. Nothing that I used to
>>>>>> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
>>>>>> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
>>>>>> you can run?
>>>>>>
>>>>>> I'd thought I'd check before I post a bunch of log files.
>>>>>>
>>>>>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
>>>>>> directory and untarred the 7.0 Intel BSPs.
>>>>>>
>>>>>> There must be a step I'm missing. otherwise this would not have gotten
>>>>>> thru testing before deployment.
>>>>>>
>>>>>> Jim A
>>>>> Hi Jim,
>>>>>
>>>>> We need more specific information about the error(s) you're seeing.
>>>>> We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
>>>>> must be a step you've forgotten.
>>>>>
>>>>> For example, you are using the denzil branch of meta-intel, right?
>>>>>
>>>>> Scott
>>>>>
>>>> I think it maybe that old problem with the n450 SRCREC being blank in
>>>> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
>>>> before 7.0.1 was deployed. I'll put in the ones I used to patch in and
>>>> see if it works.
>>>>
>>> I updated the n450 in both the denzil and master meta-intel branches,
>>> but the tarball still needs to be updated with that fix.
>>>
>>> Is this the problem you're seeing, or are there other problems you're
>>> seeing with this and/or the other meta-intel BSPs?
>>>
>>> Tom
>> I should know shortly. I patched the n450 like I did before. I forgot
>> that BSP didn't get updated when denzil 7.0.1 came out. Duh!
>>
>> If you have it fixed in Denzil and master branch, I'll test that as well.
> Yes, you should be fine using the BSP branches from the git repo, but
> steer clear of the tarball until it gets updated...
>
> Tom
I don't have something right yet. on poky, I'm up to date on denzil
branch. Also denzil branch on meta-intel. I'm getting a build failure
on the yocto kernel. Log file below:
DEBUG: Trying Upstream
DEBUG: Running export HOME="/home/jim"; export SSH_AGENT_PID="1456";
export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh"; export
GIT_CONFIG="/build/n450-denzil/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-denzil/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-denzil/tmp/sysroots/x86_64-linux/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts";
git log --pretty=oneline -n 1 8b8cfaaab2b8d79ac56e8c9a85bad9ae7bca399c
-- 2> /dev/null | wc -l
DEBUG: Running export HOME="/home/jim"; export SSH_AGENT_PID="1456";
export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh"; export
GIT_CONFIG="/build/n450-denzil/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-denzil/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-denzil/tmp/sysroots/x86_64-linux/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts";
git log --pretty=oneline -n 1 49f931bc294d5b6be60502bbd448cff5aa766235
-- 2> /dev/null | wc -l
DEBUG: Running export HOME="/home/jim"; export SSH_AGENT_PID="1456";
export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh"; export
GIT_CONFIG="/build/n450-denzil/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-denzil/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-denzil/tmp/sysroots/x86_64-linux/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts";
git remote prune origin
DEBUG: No Origin
DEBUG: Running export HOME="/home/jim"; export SSH_AGENT_PID="1456";
export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh"; export
GIT_CONFIG="/build/n450-denzil/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-denzil/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-denzil/tmp/sysroots/x86_64-linux/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts";
git remote add --mirror=fetch origin
git://git.yoctoproject.org/linux-yocto-3.2
WARNING: Failed to fetch URL
git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta
DEBUG: Fetcher failure: Fetch command export HOME="/home/jim"; export
SSH_AGENT_PID="1456"; export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh";
export
GIT_CONFIG="/build/n450-denzil/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-denzil/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-denzil/tmp/sysroots/x86_64-linux/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts";
git remote add --mirror=fetch origin
git://git.yoctoproject.org/linux-yocto-3.2 could not be run:
None
DEBUG: Trying MIRRORS
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http',
'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['http', '.*', '/.*', '', '', {}] to ['http',
'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['https', '.*', '/.*', '', '', {}] to
['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org',
'/debian/pool/main', '', '', {}] to ['http', 'snapshot.debian.org',
'/archive/debian-archive/20120328T092752Z/debian/pool/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.de.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.au.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.cl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.hr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.fi.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.hk.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.hu.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.ie.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.it.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.jp.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.no.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.pl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.ro.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.si.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.es.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.se.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '',
'', {}] to ['ftp', 'ftp.tr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to
['ftp', 'mirrors.kernel.org', '/gnu', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to
['http', 'www.kernel.org', '/pub', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '',
{}] to ['ftp', 'ftp.franken.de',
'/pub/crypt/mirror/ftp.gnupg.org/gcrypt/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '',
{}] to ['ftp', 'ftp.surfnet.nl', '/pub/security/gnupg/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '',
{}] to ['http', 'gulus.USherbrooke.ca', '/pub/appl/GnuPG/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '',
'', {}] to ['ftp', 'ftp.fu-berlin.de', '/tex/CTAN', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '',
'', {}] to ['http', 'sunsite.sut.ac.jp', '/pub/archives/ctan/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '',
'', {}] to ['http', 'ctan.unsw.edu.au', '/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '',
'', {}] to ['ftp', 'ftp.gnutls.org', '/pub/gnutls/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '',
'', {}] to ['ftp', 'ftp.gnupg.org', '/gcrypt/gnutls/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '',
'', {}] to ['http', 'www.mirrors.wiretapped.net',
'/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '',
'', {}] to ['ftp', 'ftp.mirrors.wiretapped.net',
'/pub/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '',
'', {}] to ['http', 'josefsson.org', '/gnutls/releases/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['http', 'ftp.info-zip.org',
'/pub/infozip/src/', '', '', {}] to ['http', 'mirror.switch.ch',
'/ftp/mirror/infozip/src/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['http', 'ftp.info-zip.org',
'/pub/infozip/src/', '', '', {}] to ['ftp', 'sunsite.icm.edu.pl',
'/pub/unix/archiving/info-zip/src/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cerias.purdue.edu',
'/pub/tools/unix/sysutils/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tau.ac.il',
'/pub/unix/admin/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cert.dfn.de',
'/pub/tools/admin/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.fu-berlin.de',
'/pub/unix/tools/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.kaizo.org',
'/pub/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tu-darmstadt.de',
'/pub/sysadmin/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tux.org',
'/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'gd.tuwien.ac.at',
'/utils/admin-tools/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'sunsite.ualberta.ca',
'/pub/Mirror/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['ftp', 'lsof.itap.purdue.edu',
'/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'the.wiretapped.net',
'/pub/security/host-security/lsof/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['http', 'www.apache.org', '/dist', '', '',
{}] to ['http', 'archive.apache.org', '/dist', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http',
'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http',
'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['git', 'git.yoctoproject.org', '/linux-yocto-3.2', '',
'', {'protocol': 'git', 'branch':
'standard/default/common-pc/atom-pc,meta', 'bareclone': '1', 'name':
'machine,meta'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http',
'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url
git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta
returning
http://downloads.yoctoproject.org/mirror/sources/git2_git.yoctoproject.org.linux-yocto-3.2.tar.gz;protocol=git;branch=standard/default/common-pc/atom-pc,meta;bareclone=1;name=machine,meta
ERROR: Fetcher failure: Fetch command export HOME="/home/jim"; export
SSH_AGENT_PID="1456"; export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh";
export
GIT_CONFIG="/build/n450-denzil/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-denzil/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-denzil/tmp/sysroots/x86_64-linux/sbin:/build/n450-denzil/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts";
git remote add --mirror=fetch origin
git://git.yoctoproject.org/linux-yocto-3.2 could not be run:
None
ERROR: Function failed: Fetcher failure for URL:
'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta'.
Unable to fetch URL from any source.
>>>> Jim A
>>>>
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 22:12 ` Jim Abernathy
@ 2012-07-20 23:02 ` Darren Hart
2012-07-21 1:08 ` Jim Abernathy
0 siblings, 1 reply; 16+ messages in thread
From: Darren Hart @ 2012-07-20 23:02 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto
On 07/20/2012 03:12 PM, Jim Abernathy wrote:
> git://git.yoctoproject.org/linux-yocto-3.2 could not be run:
> None
> ERROR: Function failed: Fetcher failure for URL:
> 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta'.
> Unable to fetch URL from any source.
Can you clone this from the shell?
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 23:02 ` Darren Hart
@ 2012-07-21 1:08 ` Jim Abernathy
0 siblings, 0 replies; 16+ messages in thread
From: Jim Abernathy @ 2012-07-21 1:08 UTC (permalink / raw)
To: Darren Hart; +Cc: yocto
On 07/20/2012 07:02 PM, Darren Hart wrote:
> On 07/20/2012 03:12 PM, Jim Abernathy wrote:
>> git://git.yoctoproject.org/linux-yocto-3.2 could not be run:
>> None
>> ERROR: Function failed: Fetcher failure for URL:
>> 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta'.
>> Unable to fetch URL from any source.
> Can you clone this from the shell?
>
Okay, I blew away my poky and build directories, but keep my download
central directory.
Here are the steps.
git clone git://git.yoctoproject.org/poky
cd poky
git clone git://git.yoctoproject.org/meta-intel.git
git checkout -b denzil origin/denzil
cd meta-intel
git checkout -b denzil origin/denzil
cd ..
. oe-init-build-env /build/n450-new
(edit local.conf for parallel options, machine= n450, and DL_DIR)
(edit bblayer.conf for meta-intel and meta-intel/meta-n450 layer)
bitbake core-image-sato
Error console:
NOTE: Running task 687 of 4920 (ID: 69,
virtual:native:/home/jim/poky/meta/recipes-devtools/prelink/prelink_git.bb,
do_unpack)
WARNING: Failed to fetch URL
git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta
ERROR: Fetcher failure: Fetch command export HOME="/home/jim"; export
SSH_AGENT_PID="1456"; export SSH_AUTH_SOCK="/tmp/keyring-aKbQKk/ssh";
export
GIT_CONFIG="/build/n450-new/tmp/sysroots/x86_64-linux/etc/gitconfig";
export
PATH="/build/n450-new/tmp/sysroots/x86_64-linux/usr/bin/core2-poky-linux:/build/n450-new/tmp/sysroots/n450/usr/bin/crossscripts:/build/n450-new/tmp/sysroots/x86_64-linux/usr/sbin:/build/n450-new/tmp/sysroots/x86_64-linux/usr/bin:/build/n450-new/tmp/sysroots/x86_64-linux/sbin:/build/n450-new/tmp/sysroots/x86_64-linux//bin:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky-denzil-7.0.1/scripts:/home/jim/poky-denzil-7.0.1/bitbake/bin/:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts";
git remote add --mirror=fetch origin
git://git.yoctoproject.org/linux-yocto-3.2 could not be run:
None
ERROR: Function failed: Fetcher failure for URL:
'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/default/common-pc/atom-pc,meta;name=machine,meta'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/build/n450-new/tmp/work/n450-poky-linux/linux-yocto-3.2.18+git1+49f931bc294d5b6be60502bbd448cff5aa766235_1+8b8cfaaab2b8d79ac56e8c9a85bad9ae7bca399c-r1/temp/log.do_fetch.12200
NOTE: package
linux-yocto-3.2.18+git1+49f931bc294d5b6be60502bbd448cff5aa766235_1+8b8cfaaab2b8d79ac56e8c9a85bad9ae7bca399c-r1:
task do_fetch: Failed
ERROR: Task 705
(/home/jim/poky/meta/recipes-kernel/linux/linux-yocto_3.2.bb, do_fetch)
failed with exit code '1'
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-20 21:55 ` Tom Zanussi
@ 2012-07-21 4:06 ` Tom Zanussi
2012-07-21 13:58 ` Jim Abernathy
0 siblings, 1 reply; 16+ messages in thread
From: Tom Zanussi @ 2012-07-21 4:06 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto, Darren Hart
On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote:
> On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote:
> > On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
> > > On 07/20/2012 04:29 PM, Scott Garman wrote:
> > > > On 07/20/2012 01:11 PM, Jim Abernathy wrote:
> > > >> There must be some basic thing I'm missing. Nothing that I used to
> > > >> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
> > > >> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
> > > >> you can run?
> > > >>
> > > >> I'd thought I'd check before I post a bunch of log files.
> > > >>
> > > >> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
> > > >> directory and untarred the 7.0 Intel BSPs.
> > > >>
> > > >> There must be a step I'm missing. otherwise this would not have gotten
> > > >> thru testing before deployment.
> > > >>
> > > >> Jim A
> > > >
> > > > Hi Jim,
> > > >
> > > > We need more specific information about the error(s) you're seeing.
> > > > We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
> > > > must be a step you've forgotten.
> > > >
> > > > For example, you are using the denzil branch of meta-intel, right?
> > > >
> > > > Scott
> > > >
> > >
> > > I think it maybe that old problem with the n450 SRCREC being blank in
> > > the linux-yocto bbappend file. Obviously that BSP didn't get fixed
> > > before 7.0.1 was deployed. I'll put in the ones I used to patch in and
> > > see if it works.
> > >
> >
> > I updated the n450 in both the denzil and master meta-intel branches,
> > but the tarball still needs to be updated with that fix.
> >
> > Is this the problem you're seeing, or are there other problems you're
> > seeing with this and/or the other meta-intel BSPs?
> >
>
> As a sanity check, I just now downloaded the denzil-7.0.1 tarball and
> the denzil sugarbay tarball and built successfully without any problems.
>
Also did a fresh clone of meta-intel, checked out meta-intel/denzil and
successfully built n450 with the denzil-7.0.1 tarball here with no
problems.
Tom
> Tom
>
>
> > Tom
> >
> > > 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
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-21 4:06 ` Tom Zanussi
@ 2012-07-21 13:58 ` Jim Abernathy
2012-07-21 15:43 ` Jim Abernathy
2012-07-21 23:47 ` Tom Zanussi
0 siblings, 2 replies; 16+ messages in thread
From: Jim Abernathy @ 2012-07-21 13:58 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto, Darren Hart
On 07/21/2012 12:06 AM, Tom Zanussi wrote:
> On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote:
>> On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote:
>>> On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
>>>> On 07/20/2012 04:29 PM, Scott Garman wrote:
>>>>> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
>>>>>> There must be some basic thing I'm missing. Nothing that I used to
>>>>>> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
>>>>>> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
>>>>>> you can run?
>>>>>>
>>>>>> I'd thought I'd check before I post a bunch of log files.
>>>>>>
>>>>>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
>>>>>> directory and untarred the 7.0 Intel BSPs.
>>>>>>
>>>>>> There must be a step I'm missing. otherwise this would not have gotten
>>>>>> thru testing before deployment.
>>>>>>
>>>>>> Jim A
>>>>> Hi Jim,
>>>>>
>>>>> We need more specific information about the error(s) you're seeing.
>>>>> We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
>>>>> must be a step you've forgotten.
>>>>>
>>>>> For example, you are using the denzil branch of meta-intel, right?
>>>>>
>>>>> Scott
>>>>>
>>>> I think it maybe that old problem with the n450 SRCREC being blank in
>>>> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
>>>> before 7.0.1 was deployed. I'll put in the ones I used to patch in and
>>>> see if it works.
>>>>
>>> I updated the n450 in both the denzil and master meta-intel branches,
>>> but the tarball still needs to be updated with that fix.
>>>
>>> Is this the problem you're seeing, or are there other problems you're
>>> seeing with this and/or the other meta-intel BSPs?
>>>
>> As a sanity check, I just now downloaded the denzil-7.0.1 tarball and
>> the denzil sugarbay tarball and built successfully without any problems.
>>
> Also did a fresh clone of meta-intel, checked out meta-intel/denzil and
> successfully built n450 with the denzil-7.0.1 tarball here with no
> problems.
>
> Tom
>
I can confirm I had no issues doing just what you did. tarball for
denzil-7.0.1 and denzil clone for meta-intel and default core-image-sato
for n450.
Next, I cloned poky and checked out the tag denzil-7.0.1, which in
theory should match the tarball I ran with in the above test. I cloned
meta-intel and checked out the branch denzil, just as above.
So this good news is that worked as expected. The denzil-7.0.1 tag
equals the tarball.
So the only problem is the denzil branch of poky has some problem that's
seen in denzil-7.0.1 as it relates to n450.
Jim A
>> Tom
>>
>>
>>> Tom
>>>
>>>> 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
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-21 13:58 ` Jim Abernathy
@ 2012-07-21 15:43 ` Jim Abernathy
2012-07-21 23:47 ` Tom Zanussi
1 sibling, 0 replies; 16+ messages in thread
From: Jim Abernathy @ 2012-07-21 15:43 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto, Darren Hart
On 07/21/2012 09:58 AM, Jim Abernathy wrote:
> On 07/21/2012 12:06 AM, Tom Zanussi wrote:
>> On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote:
>>> On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote:
>>>> On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
>>>>> On 07/20/2012 04:29 PM, Scott Garman wrote:
>>>>>> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
>>>>>>> There must be some basic thing I'm missing. Nothing that I used to
>>>>>>> build under denzil 7.0 will now build under denzil 7.0.1 or
>>>>>>> tracking the
>>>>>>> denzil branch. Are all the BSPs required to be updated to 7.0.1
>>>>>>> before
>>>>>>> you can run?
>>>>>>>
>>>>>>> I'd thought I'd check before I post a bunch of log files.
>>>>>>>
>>>>>>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
>>>>>>> directory and untarred the 7.0 Intel BSPs.
>>>>>>>
>>>>>>> There must be a step I'm missing. otherwise this would not have
>>>>>>> gotten
>>>>>>> thru testing before deployment.
>>>>>>>
>>>>>>> Jim A
>>>>>> Hi Jim,
>>>>>>
>>>>>> We need more specific information about the error(s) you're seeing.
>>>>>> We've done extensive QA with 7.0.1 and meta-intel, so I imagine
>>>>>> there
>>>>>> must be a step you've forgotten.
>>>>>>
>>>>>> For example, you are using the denzil branch of meta-intel, right?
>>>>>>
>>>>>> Scott
>>>>>>
>>>>> I think it maybe that old problem with the n450 SRCREC being blank in
>>>>> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
>>>>> before 7.0.1 was deployed. I'll put in the ones I used to patch
>>>>> in and
>>>>> see if it works.
>>>>>
>>>> I updated the n450 in both the denzil and master meta-intel branches,
>>>> but the tarball still needs to be updated with that fix.
>>>>
>>>> Is this the problem you're seeing, or are there other problems you're
>>>> seeing with this and/or the other meta-intel BSPs?
>>>>
>>> As a sanity check, I just now downloaded the denzil-7.0.1 tarball and
>>> the denzil sugarbay tarball and built successfully without any
>>> problems.
>>>
>> Also did a fresh clone of meta-intel, checked out meta-intel/denzil and
>> successfully built n450 with the denzil-7.0.1 tarball here with no
>> problems.
>>
>> Tom
>>
> I can confirm I had no issues doing just what you did. tarball for
> denzil-7.0.1 and denzil clone for meta-intel and default
> core-image-sato for n450.
>
> Next, I cloned poky and checked out the tag denzil-7.0.1, which in
> theory should match the tarball I ran with in the above test. I cloned
> meta-intel and checked out the branch denzil, just as above.
>
> So this good news is that worked as expected. The denzil-7.0.1 tag
> equals the tarball.
>
> So the only problem is the denzil branch of poky has some problem
> that's seen in denzil-7.0.1 as it relates to n450.
>
> Jim A
>
>
FYI, I added the meta-baryon layer after I got the n450 straightened
out. It's fine as well.
Jim A
>>> Tom
>>>
>>>
>>>> Tom
>>>>
>>>>> 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
>>
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-21 13:58 ` Jim Abernathy
2012-07-21 15:43 ` Jim Abernathy
@ 2012-07-21 23:47 ` Tom Zanussi
2012-07-23 12:18 ` Jim Abernathy
1 sibling, 1 reply; 16+ messages in thread
From: Tom Zanussi @ 2012-07-21 23:47 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto, Darren Hart
On Sat, 2012-07-21 at 09:58 -0400, Jim Abernathy wrote:
> On 07/21/2012 12:06 AM, Tom Zanussi wrote:
> > On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote:
> >> On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote:
> >>> On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
> >>>> On 07/20/2012 04:29 PM, Scott Garman wrote:
> >>>>> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
> >>>>>> There must be some basic thing I'm missing. Nothing that I used to
> >>>>>> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
> >>>>>> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
> >>>>>> you can run?
> >>>>>>
> >>>>>> I'd thought I'd check before I post a bunch of log files.
> >>>>>>
> >>>>>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
> >>>>>> directory and untarred the 7.0 Intel BSPs.
> >>>>>>
> >>>>>> There must be a step I'm missing. otherwise this would not have gotten
> >>>>>> thru testing before deployment.
> >>>>>>
> >>>>>> Jim A
> >>>>> Hi Jim,
> >>>>>
> >>>>> We need more specific information about the error(s) you're seeing.
> >>>>> We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
> >>>>> must be a step you've forgotten.
> >>>>>
> >>>>> For example, you are using the denzil branch of meta-intel, right?
> >>>>>
> >>>>> Scott
> >>>>>
> >>>> I think it maybe that old problem with the n450 SRCREC being blank in
> >>>> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
> >>>> before 7.0.1 was deployed. I'll put in the ones I used to patch in and
> >>>> see if it works.
> >>>>
> >>> I updated the n450 in both the denzil and master meta-intel branches,
> >>> but the tarball still needs to be updated with that fix.
> >>>
> >>> Is this the problem you're seeing, or are there other problems you're
> >>> seeing with this and/or the other meta-intel BSPs?
> >>>
> >> As a sanity check, I just now downloaded the denzil-7.0.1 tarball and
> >> the denzil sugarbay tarball and built successfully without any problems.
> >>
> > Also did a fresh clone of meta-intel, checked out meta-intel/denzil and
> > successfully built n450 with the denzil-7.0.1 tarball here with no
> > problems.
> >
> > Tom
> >
> I can confirm I had no issues doing just what you did. tarball for
> denzil-7.0.1 and denzil clone for meta-intel and default core-image-sato
> for n450.
>
> Next, I cloned poky and checked out the tag denzil-7.0.1, which in
> theory should match the tarball I ran with in the above test. I cloned
> meta-intel and checked out the branch denzil, just as above.
>
> So this good news is that worked as expected. The denzil-7.0.1 tag
> equals the tarball.
>
> So the only problem is the denzil branch of poky has some problem that's
> seen in denzil-7.0.1 as it relates to n450.
>
I'm not sure what you mean by this - I just did a build of poky/denzil
with meta-intel/denzil and again, didn't see any problems with that
permutation either.
Tom
> Jim A
>
>
> >> Tom
> >>
> >>
> >>> Tom
> >>>
> >>>> 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
> >
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: nothing building under denzil-7.0.1
2012-07-21 23:47 ` Tom Zanussi
@ 2012-07-23 12:18 ` Jim Abernathy
0 siblings, 0 replies; 16+ messages in thread
From: Jim Abernathy @ 2012-07-23 12:18 UTC (permalink / raw)
To: Tom Zanussi; +Cc: yocto, Darren Hart
On 07/21/2012 07:47 PM, Tom Zanussi wrote:
> On Sat, 2012-07-21 at 09:58 -0400, Jim Abernathy wrote:
>> On 07/21/2012 12:06 AM, Tom Zanussi wrote:
>>> On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote:
>>>> On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote:
>>>>> On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote:
>>>>>> On 07/20/2012 04:29 PM, Scott Garman wrote:
>>>>>>> On 07/20/2012 01:11 PM, Jim Abernathy wrote:
>>>>>>>> There must be some basic thing I'm missing. Nothing that I used to
>>>>>>>> build under denzil 7.0 will now build under denzil 7.0.1 or tracking the
>>>>>>>> denzil branch. Are all the BSPs required to be updated to 7.0.1 before
>>>>>>>> you can run?
>>>>>>>>
>>>>>>>> I'd thought I'd check before I post a bunch of log files.
>>>>>>>>
>>>>>>>> I just downloaded the poky 7.0.1 tarball and cd'ed to that untarred
>>>>>>>> directory and untarred the 7.0 Intel BSPs.
>>>>>>>>
>>>>>>>> There must be a step I'm missing. otherwise this would not have gotten
>>>>>>>> thru testing before deployment.
>>>>>>>>
>>>>>>>> Jim A
>>>>>>> Hi Jim,
>>>>>>>
>>>>>>> We need more specific information about the error(s) you're seeing.
>>>>>>> We've done extensive QA with 7.0.1 and meta-intel, so I imagine there
>>>>>>> must be a step you've forgotten.
>>>>>>>
>>>>>>> For example, you are using the denzil branch of meta-intel, right?
>>>>>>>
>>>>>>> Scott
>>>>>>>
>>>>>> I think it maybe that old problem with the n450 SRCREC being blank in
>>>>>> the linux-yocto bbappend file. Obviously that BSP didn't get fixed
>>>>>> before 7.0.1 was deployed. I'll put in the ones I used to patch in and
>>>>>> see if it works.
>>>>>>
>>>>> I updated the n450 in both the denzil and master meta-intel branches,
>>>>> but the tarball still needs to be updated with that fix.
>>>>>
>>>>> Is this the problem you're seeing, or are there other problems you're
>>>>> seeing with this and/or the other meta-intel BSPs?
>>>>>
>>>> As a sanity check, I just now downloaded the denzil-7.0.1 tarball and
>>>> the denzil sugarbay tarball and built successfully without any problems.
>>>>
>>> Also did a fresh clone of meta-intel, checked out meta-intel/denzil and
>>> successfully built n450 with the denzil-7.0.1 tarball here with no
>>> problems.
>>>
>>> Tom
>>>
>> I can confirm I had no issues doing just what you did. tarball for
>> denzil-7.0.1 and denzil clone for meta-intel and default core-image-sato
>> for n450.
>>
>> Next, I cloned poky and checked out the tag denzil-7.0.1, which in
>> theory should match the tarball I ran with in the above test. I cloned
>> meta-intel and checked out the branch denzil, just as above.
>>
>> So this good news is that worked as expected. The denzil-7.0.1 tag
>> equals the tarball.
>>
>> So the only problem is the denzil branch of poky has some problem that's
>> seen in denzil-7.0.1 as it relates to n450.
>>
> I'm not sure what you mean by this - I just did a build of poky/denzil
> with meta-intel/denzil and again, didn't see any problems with that
> permutation either.
>
> Tom
>
What I meant by my statement was I could only build n450 while I use the
tarball of poky denzil-7.0.1 with the denzil tracking branch of
meta-intel, or the equivalent git repository "tag" of poky
denzil-7.0.1. I couldn't build the n450 from the tracking branch of
poky denzil and the tracking branch of meta-intel denzil. To me that
just meant that something changed in denzil since the tag denzil 7.0.1
was established. I retest again and can confirm that my retest was
successful. Here are the steps I used for both test. Not sure what
changed, but at least it works now:
git clone git://git.yoctoproject.org/poky
cd poky
git clone git://git.yoctoproject.org/meta-intel.git
git checkout -b denzil origin/denzil
cd meta-intel
git checkout -b denzil origin/denzil
cd ..
. oe-init-build-env /build/n450-new
(edit local.conf for parallel options, machine= n450, and DL_DIR)
(edit bblayer.conf for meta-intel and meta-intel/meta-n450 layer)
bitbake core-image-sato
Jim A
>> Jim A
>>
>>
>>>> Tom
>>>>
>>>>
>>>>> Tom
>>>>>
>>>>>> 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
>
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2012-07-23 12:18 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 20:11 nothing building under denzil-7.0.1 Jim Abernathy
2012-07-20 20:29 ` Scott Garman
2012-07-20 20:35 ` Jim Abernathy
2012-07-20 20:39 ` Tom Zanussi
2012-07-20 20:42 ` Jim Abernathy
2012-07-20 20:48 ` Tom Zanussi
2012-07-20 21:05 ` Darren Hart
2012-07-20 22:12 ` Jim Abernathy
2012-07-20 23:02 ` Darren Hart
2012-07-21 1:08 ` Jim Abernathy
2012-07-20 21:55 ` Tom Zanussi
2012-07-21 4:06 ` Tom Zanussi
2012-07-21 13:58 ` Jim Abernathy
2012-07-21 15:43 ` Jim Abernathy
2012-07-21 23:47 ` Tom Zanussi
2012-07-23 12:18 ` Jim Abernathy
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.