Re: [yocto] Issue with toaster

2015-05-07 Thread Barros Pena, Belen

On 07/05/2015 10:18, "Raghavendra Kakarla"
 wrote:

>Hi,
>  
>I have an issue while importing custom layer in toaster. When i gave the
>all layer information for importing the layer and click on the import
>layer button in toaster itwont respond.
>Could you please help for resolving this issue.

Hi Raghavendra,

We would need a bit more information to understand what's happening:

* Which branch are you using (fido or master). If you are using master,
which commit?
* Which data are you entering in the import layer form? Keep in mind that
you must provide a git url, a unique layer name and a revision. Without
that information, the "import layer" button will remain stubbornly
inactive and nothing will happen when you click on it.

Cheers

Belén

>
>
>
>Thanks in advance.
>
>
> Regards,
> Raghavendra K.
>

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


Re: [yocto] Issue with toaster

2015-05-07 Thread Raghavendra Kakarla
Hi Belen,

I am using yocto fido.

I am entered the my custom layer git repository url(Which is our local git 
repository where our product corresponding recipe layers re there),a unique 
layer name and our git repository revision number.

We entered these data but the import layer version is not respond.

Thanks and Regards,

Raghavendra K.

From: Barros Pena, Belen 
Sent: Thursday, May 7, 2015 6:17 PM
To: Raghavendra Kakarla; yocto@yoctoproject.org
Subject: Re: [yocto] Issue with toaster

On 07/05/2015 10:18, "Raghavendra Kakarla"
 wrote:

>Hi,
>
>I have an issue while importing custom layer in toaster. When i gave the
>all layer information for importing the layer and click on the import
>layer button in toaster itwont respond.
>Could you please help for resolving this issue.

Hi Raghavendra,

We would need a bit more information to understand what's happening:

* Which branch are you using (fido or master). If you are using master,
which commit?
* Which data are you entering in the import layer form? Keep in mind that
you must provide a git url, a unique layer name and a revision. Without
that information, the "import layer" button will remain stubbornly
inactive and nothing will happen when you click on it.

Cheers

Belén

>
>
>
>Thanks in advance.
>
>
> Regards,
> Raghavendra K.
>

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


Re: [yocto] Issue with toaster

2015-05-08 Thread Damian, Alexandru
Hello,

Is there any error message displayed on screen ?

Can you please paste bin your latest *toaster_web.log* file  and send us
the link ?
You can find your latest *toaster_web.log* file by looking in
*/tmp/toaster_** and take most recent one. One way to do this is:

$ find /tmp/toaster_* -printf '%T@ %p\0' | sort -zk 1nr | xargs -0n1 | cut
-d " " -f 2 | head -1

Thank you,
Alex

On Fri, May 8, 2015 at 6:14 AM, Raghavendra Kakarla <
raghavendra.kaka...@inedasystems.com> wrote:

> Hi Belen,
>
> I am using yocto fido.
>
> I am entered the my custom layer git repository url(Which is our local git
> repository where our product corresponding recipe layers re there),a unique
> layer name and our git repository revision number.
>
> We entered these data but the import layer version is not respond.
>
> Thanks and Regards,
>
> Raghavendra K.
> 
> From: Barros Pena, Belen 
> Sent: Thursday, May 7, 2015 6:17 PM
> To: Raghavendra Kakarla; yocto@yoctoproject.org
> Subject: Re: [yocto] Issue with toaster
>
> On 07/05/2015 10:18, "Raghavendra Kakarla"
>  wrote:
>
> >Hi,
> >
> >I have an issue while importing custom layer in toaster. When i gave the
> >all layer information for importing the layer and click on the import
> >layer button in toaster itwont respond.
> >Could you please help for resolving this issue.
>
> Hi Raghavendra,
>
> We would need a bit more information to understand what's happening:
>
> * Which branch are you using (fido or master). If you are using master,
> which commit?
> * Which data are you entering in the import layer form? Keep in mind that
> you must provide a git url, a unique layer name and a revision. Without
> that information, the "import layer" button will remain stubbornly
> inactive and nothing will happen when you click on it.
>
> Cheers
>
> Belén
>
> >
> >
> >
> >Thanks in advance.
> >
> >
> > Regards,
> > Raghavendra K.
> >
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



-- 
Alex Damian
Yocto Project
SSG / OTC
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Issue with toaster

2015-05-08 Thread Raghavendra Kakarla
Hi Alex,


I attached the Toaster Web logs with this mail.


Please find the attachments.


Thanks and Regards,


Raghavendra K.


From: Damian, Alexandru 
Sent: Friday, May 8, 2015 2:24 PM
To: Raghavendra Kakarla
Cc: Barros Pena, Belen; yocto@yoctoproject.org
Subject: Re: [yocto] Issue with toaster

Hello,

Is there any error message displayed on screen ?

Can you please paste bin your latest toaster_web.log file  and send us the link 
?
You can find your latest toaster_web.log file by looking in /tmp/toaster_* and 
take most recent one. One way to do this is:

$ find /tmp/toaster_* -printf '%T@ %p\0' | sort -zk 1nr | xargs -0n1 | cut -d " 
" -f 2 | head -1

Thank you,
Alex

On Fri, May 8, 2015 at 6:14 AM, Raghavendra Kakarla 
mailto:raghavendra.kaka...@inedasystems.com>>
 wrote:
Hi Belen,

I am using yocto fido.

I am entered the my custom layer git repository url(Which is our local git 
repository where our product corresponding recipe layers re there),a unique 
layer name and our git repository revision number.

We entered these data but the import layer version is not respond.

Thanks and Regards,

Raghavendra K.

From: Barros Pena, Belen 
mailto:belen.barros.p...@intel.com>>
Sent: Thursday, May 7, 2015 6:17 PM
To: Raghavendra Kakarla; yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: Re: [yocto] Issue with toaster

On 07/05/2015 10:18, "Raghavendra Kakarla"
mailto:raghavendra.kaka...@inedasystems.com>>
 wrote:

>Hi,
>
>I have an issue while importing custom layer in toaster. When i gave the
>all layer information for importing the layer and click on the import
>layer button in toaster itwont respond.
>Could you please help for resolving this issue.

Hi Raghavendra,

We would need a bit more information to understand what's happening:

* Which branch are you using (fido or master). If you are using master,
which commit?
* Which data are you entering in the import layer form? Keep in mind that
you must provide a git url, a unique layer name and a revision. Without
that information, the "import layer" button will remain stubbornly
inactive and nothing will happen when you click on it.

Cheers

Belén

>
>
>
>Thanks in advance.
>
>
> Regards,
> Raghavendra K.
>

--
___
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto



--
Alex Damian
Yocto Project
SSG / OTC
2015-05-07 14:59:12,252 DEBUG runbuilds: starting build BuildRequest object, environment BuildEnvironment object
2015-05-07 14:59:12,255 DEBUG localhostbecontroller, our git repos are {(u'git://git.yoctoproject.org/poky.git', u'fido'): [('bitbake', u'bitbake'),
 (u'openembedded-core',
  u'meta'),
 (u'meta-yocto',
  u'meta-yocto'),
 (u'meta-yocto-bsp',
  u'meta-yocto-bsp')]}
2015-05-07 14:59:12,267 DEBUG localhostbecontroller: giturl git://git.yoctoproject.org/poky.git:fido checking out in current directory /home/testuser/Dhruwa/_poky_fido.toaster_cloned
2015-05-07 14:59:12,270 ERROR runbuilds: Error executing shell command Existing git repository at /home/testuser/Dhruwa/_poky_fido.toaster_cloned, but with different remotes ('origin	/home/testuser/Dhruwa/poky (fetch), origin	/home/testuser/Dhruwa/poky (push), ', expected 'git://git.yoctoproject.org/poky.git'). Toaster will not continue out of fear of damaging something.
Traceback (most recent call last):
  File "/home/testuser/Dhruwa/poky/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py", line 58, in schedule
bec.setLayers(br.brbitbake_set.all(), br.brlayer_set.all())
  File "/home/testuser/Dhruwa/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py", line 253, in setLayers
raise BuildSetupException("Existing git repository at %s, but with different remotes ('%s', expected '%s'). Toaster will not continue out of fear of damaging something." % (localdirname, ", ".join(localremotes.split("\n")), giturl))
BuildSetupException: Existing git repository at /home/testuser/Dhruwa/_poky_fido.toaster_cloned, but with different remotes ('origin	/home/testuser/Dhruwa/poky (fetch), origin	/home/testuser/Dhruwa/poky (push), ', expected 'git://git.yoctoproject.org/poky.git'). Toaster will not continue out of fear of damaging something.
[07/May/2015 14:59:

Re: [yocto] Issue with toaster

2015-05-15 Thread Damian, Alexandru
I'm still investigating these bugs.

There is something funny going on, but I didn't figure out the root cause
yet.

Alex

On Fri, May 8, 2015 at 10:42 AM, Raghavendra Kakarla <
raghavendra.kaka...@inedasystems.com> wrote:

>  Hi Alex,
>
>
>  I attached the Toaster Web logs with this mail.
>
>
>  Please find the attachments.
>
>
>  Thanks and Regards,
>
>
>  Raghavendra K.
>  --
> *From:* Damian, Alexandru 
> *Sent:* Friday, May 8, 2015 2:24 PM
> *To:* Raghavendra Kakarla
> *Cc:* Barros Pena, Belen; yocto@yoctoproject.org
>
> *Subject:* Re: [yocto] Issue with toaster
>
>   Hello,
>
>  Is there any error message displayed on screen ?
>
>  Can you please paste bin your latest *toaster_web.log* file  and send us
> the link ?
> You can find your latest *toaster_web.log* file by looking in
> */tmp/toaster_** and take most recent one. One way to do this is:
>
>  $ find /tmp/toaster_* -printf '%T@ %p\0' | sort -zk 1nr | xargs -0n1 |
> cut -d " " -f 2 | head -1
>
>  Thank you,
> Alex
>
> On Fri, May 8, 2015 at 6:14 AM, Raghavendra Kakarla <
> raghavendra.kaka...@inedasystems.com> wrote:
>
>> Hi Belen,
>>
>> I am using yocto fido.
>>
>> I am entered the my custom layer git repository url(Which is our local
>> git repository where our product corresponding recipe layers re there),a
>> unique layer name and our git repository revision number.
>>
>> We entered these data but the import layer version is not respond.
>>
>> Thanks and Regards,
>>
>> Raghavendra K.
>> 
>> From: Barros Pena, Belen 
>> Sent: Thursday, May 7, 2015 6:17 PM
>> To: Raghavendra Kakarla; yocto@yoctoproject.org
>> Subject: Re: [yocto] Issue with toaster
>>
>> On 07/05/2015 10:18, "Raghavendra Kakarla"
>>  wrote:
>>
>> >Hi,
>> >
>> >I have an issue while importing custom layer in toaster. When i gave the
>> >all layer information for importing the layer and click on the import
>> >layer button in toaster itwont respond.
>> >Could you please help for resolving this issue.
>>
>> Hi Raghavendra,
>>
>> We would need a bit more information to understand what's happening:
>>
>> * Which branch are you using (fido or master). If you are using master,
>> which commit?
>> * Which data are you entering in the import layer form? Keep in mind that
>> you must provide a git url, a unique layer name and a revision. Without
>> that information, the "import layer" button will remain stubbornly
>> inactive and nothing will happen when you click on it.
>>
>> Cheers
>>
>> Belén
>>
>> >
>> >
>> >
>> >Thanks in advance.
>> >
>> >
>> > Regards,
>> > Raghavendra K.
>> >
>>
>> --
>> ___
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
>
>
>  --
>  Alex Damian
> Yocto Project
>  SSG / OTC
>



-- 
Alex Damian
Yocto Project
SSG / OTC
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Issue with toaster

2015-06-01 Thread Raghavendra Kakarla
Hi Alex,


Do you have any updates on this issue?


Regards,

Raghavendra K.


From: Damian, Alexandru 
Sent: Friday, May 15, 2015 7:38 PM
To: Raghavendra Kakarla
Cc: Barros Pena, Belen; yocto@yoctoproject.org
Subject: Re: [yocto] Issue with toaster

I'm still investigating these bugs.

There is something funny going on, but I didn't figure out the root cause yet.

Alex

On Fri, May 8, 2015 at 10:42 AM, Raghavendra Kakarla 
mailto:raghavendra.kaka...@inedasystems.com>>
 wrote:

Hi Alex,


I attached the Toaster Web logs with this mail.


Please find the attachments.


Thanks and Regards,


Raghavendra K.


From: Damian, Alexandru 
mailto:alexandru.dam...@intel.com>>
Sent: Friday, May 8, 2015 2:24 PM
To: Raghavendra Kakarla
Cc: Barros Pena, Belen; yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>

Subject: Re: [yocto] Issue with toaster

Hello,

Is there any error message displayed on screen ?

Can you please paste bin your latest toaster_web.log file  and send us the link 
?
You can find your latest toaster_web.log file by looking in /tmp/toaster_* and 
take most recent one. One way to do this is:

$ find /tmp/toaster_* -printf '%T@ %p\0' | sort -zk 1nr | xargs -0n1 | cut -d " 
" -f 2 | head -1

Thank you,
Alex

On Fri, May 8, 2015 at 6:14 AM, Raghavendra Kakarla 
mailto:raghavendra.kaka...@inedasystems.com>>
 wrote:
Hi Belen,

I am using yocto fido.

I am entered the my custom layer git repository url(Which is our local git 
repository where our product corresponding recipe layers re there),a unique 
layer name and our git repository revision number.

We entered these data but the import layer version is not respond.

Thanks and Regards,

Raghavendra K.

From: Barros Pena, Belen 
mailto:belen.barros.p...@intel.com>>
Sent: Thursday, May 7, 2015 6:17 PM
To: Raghavendra Kakarla; yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: Re: [yocto] Issue with toaster

On 07/05/2015 10:18, "Raghavendra Kakarla"
mailto:raghavendra.kaka...@inedasystems.com>>
 wrote:

>Hi,
>
>I have an issue while importing custom layer in toaster. When i gave the
>all layer information for importing the layer and click on the import
>layer button in toaster itwont respond.
>Could you please help for resolving this issue.

Hi Raghavendra,

We would need a bit more information to understand what's happening:

* Which branch are you using (fido or master). If you are using master,
which commit?
* Which data are you entering in the import layer form? Keep in mind that
you must provide a git url, a unique layer name and a revision. Without
that information, the "import layer" button will remain stubbornly
inactive and nothing will happen when you click on it.

Cheers

Belén

>
>
>
>Thanks in advance.
>
>
> Regards,
> Raghavendra K.
>

--
___
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto



--
Alex Damian
Yocto Project
SSG / OTC



--
Alex Damian
Yocto Project
SSG / OTC
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Issue with toaster

2015-06-10 Thread Damian, Alexandru
Hi,

Yes, actually we have some problems checking out layers when the build
starts. But I'm not seeing anything that may be related to imported layers.

The problem that I'm seeing in your logs is actually tracked here:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=7505

So I'm guessing you're seeing the same symptoms.

Cheers,
Alex

On Tue, Jun 2, 2015 at 6:07 AM, Raghavendra Kakarla <
raghavendra.kaka...@inedasystems.com> wrote:

>  Hi Alex,
>
>
>  Do you have any updates on this issue?
>
>
>  Regards,
>
> Raghavendra K.
>  --
> *From:* Damian, Alexandru 
> *Sent:* Friday, May 15, 2015 7:38 PM
>
> *To:* Raghavendra Kakarla
> *Cc:* Barros Pena, Belen; yocto@yoctoproject.org
> *Subject:* Re: [yocto] Issue with toaster
>
>   I'm still investigating these bugs.
>
>  There is something funny going on, but I didn't figure out the root
> cause yet.
>
>  Alex
>
> On Fri, May 8, 2015 at 10:42 AM, Raghavendra Kakarla <
> raghavendra.kaka...@inedasystems.com> wrote:
>
>>  Hi Alex,
>>
>>
>>  I attached the Toaster Web logs with this mail.
>>
>>
>>  Please find the attachments.
>>
>>
>>  Thanks and Regards,
>>
>>
>>  Raghavendra K.
>>   ----------
>> *From:* Damian, Alexandru 
>> *Sent:* Friday, May 8, 2015 2:24 PM
>> *To:* Raghavendra Kakarla
>> *Cc:* Barros Pena, Belen; yocto@yoctoproject.org
>>
>> *Subject:* Re: [yocto] Issue with toaster
>>
>>Hello,
>>
>>  Is there any error message displayed on screen ?
>>
>>  Can you please paste bin your latest *toaster_web.log* file  and send
>> us the link ?
>> You can find your latest *toaster_web.log* file by looking in
>> */tmp/toaster_** and take most recent one. One way to do this is:
>>
>>  $ find /tmp/toaster_* -printf '%T@ %p\0' | sort -zk 1nr | xargs -0n1 |
>> cut -d " " -f 2 | head -1
>>
>>  Thank you,
>> Alex
>>
>> On Fri, May 8, 2015 at 6:14 AM, Raghavendra Kakarla <
>> raghavendra.kaka...@inedasystems.com> wrote:
>>
>>> Hi Belen,
>>>
>>> I am using yocto fido.
>>>
>>> I am entered the my custom layer git repository url(Which is our local
>>> git repository where our product corresponding recipe layers re there),a
>>> unique layer name and our git repository revision number.
>>>
>>> We entered these data but the import layer version is not respond.
>>>
>>> Thanks and Regards,
>>>
>>> Raghavendra K.
>>> 
>>> From: Barros Pena, Belen 
>>> Sent: Thursday, May 7, 2015 6:17 PM
>>> To: Raghavendra Kakarla; yocto@yoctoproject.org
>>> Subject: Re: [yocto] Issue with toaster
>>>
>>> On 07/05/2015 10:18, "Raghavendra Kakarla"
>>>  wrote:
>>>
>>> >Hi,
>>> >
>>> >I have an issue while importing custom layer in toaster. When i gave the
>>> >all layer information for importing the layer and click on the import
>>> >layer button in toaster itwont respond.
>>> >Could you please help for resolving this issue.
>>>
>>> Hi Raghavendra,
>>>
>>> We would need a bit more information to understand what's happening:
>>>
>>> * Which branch are you using (fido or master). If you are using master,
>>> which commit?
>>> * Which data are you entering in the import layer form? Keep in mind that
>>> you must provide a git url, a unique layer name and a revision. Without
>>> that information, the "import layer" button will remain stubbornly
>>> inactive and nothing will happen when you click on it.
>>>
>>> Cheers
>>>
>>> Belén
>>>
>>> >
>>> >
>>> >
>>> >Thanks in advance.
>>> >
>>> >
>>> > Regards,
>>> > Raghavendra K.
>>> >
>>>
>>> --
>>> ___
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>
>>
>>
>>  --
>>  Alex Damian
>> Yocto Project
>>  SSG / OTC
>>
>
>
>
>  --
>  Alex Damian
> Yocto Project
>  SSG / OTC
>



-- 
Alex Damian
Yocto Project
SSG / OTC
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto