Re: [Toaster] Toaster Interface

2018-04-13 Thread pawanKumar
Hi Reyna,

Can I uncomment " SSTATE_DIR=sstaete-cache" in local.conf.
If so what happens?

Thanks,
Pavan.

On Mon, Mar 19, 2018, 11:36 AM pawanKumar <pawan4...@gmail.com> wrote:

> It worked.
>
> Thank you so much.
>
> On Mon, Mar 19, 2018, 10:39 AM Reyna, David <david.re...@windriver.com>
> wrote:
>
>> Hi Pavan,
>>
>>
>>
>> 1) Did you clone Toaster from “master”, or a different clone tag?
>>
>> 2) I just cloned from “master”, and I see a trace error
>> “django.core.management.base.CommandError: No fixture named 'custom' found.”
>>
>>
>>
>> I fixed this a while ago and the fix should have already been pulled. I
>> will follow up on that.
>>
>>
>>
>> Here is the workaround from your “build” directory where you started
>> Toaster:
>>
>>
>>
>>   $ . toaster stop
>>
>>   $ touch ../bitbake/lib/toaster/orm/fixtures/custom.xml
>>
>>   $ rm ../toaster.sqlite
>>
>>   $ . toaster start [webport=0.0.0.0:8000]
>>
>>
>>
>> - David
>>
>>
>>
>>
>>
>> *From:* pawanKumar [mailto:pawan4...@gmail.com]
>> *Sent:* Sunday, March 18, 2018 9:58 PM
>> *To:* Reyna, David
>> *Cc:* toaster@yoctoproject.org
>> *Subject:* Re: [Toaster] Toaster Interface
>>
>>
>>
>> Hi David,
>>
>> Thanks for your tip.
>>
>> I tried your tip but it didn't worked.
>>
>> Can you please suggest any other, so I can try that.
>>
>>
>>
>> Regards,
>>
>> Pavan.
>>
>>
>>
>> On Sat, Mar 17, 2018, 11:28 AM pawanKumar <pawan4...@gmail.com> wrote:
>>
>> Thanks for the tip!
>>
>>
>>
>> On Sat, Mar 17, 2018, 12:28 AM Reyna, David <david.re...@windriver.com>
>> wrote:
>>
>> Hi Pavan,
>>
>>
>>
>> There was a period when the OE Layer Index had the wrong links.
>>
>>
>>
>> Try deleting your “…/poky/toaster.sqlite” file and restarting Toaster.
>> That should get a clean dataset.
>>
>>
>>
>> I will also do a fresh pull to see if something recently broke/changed in
>> bitbake that affected Toaster (Sumo is undergoing a lot of changes right
>> now).
>>
>>
>>
>> - David
>>
>>
>>
>> *From:* toaster-boun...@yoctoproject.org [mailto:
>> toaster-boun...@yoctoproject.org] *On Behalf Of *pawanKumar
>> *Sent:* Friday, March 16, 2018 5:06 AM
>> *To:* toaster@yoctoproject.org
>> *Subject:* [Toaster] Toaster Interface
>>
>>
>>
>> Hi,
>>
>> Please clear my issue.
>>
>> In yocto-toaster web interface compatible machines are zero for any
>> release.
>>
>> How to over come this.
>>
>>
>>
>>
>>
>> Thanks,
>>
>> Pavan.
>>
>>
-- 
___
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster


Re: [Toaster] Toaster Interface

2018-03-19 Thread pawanKumar
It worked.

Thank you so much.

On Mon, Mar 19, 2018, 10:39 AM Reyna, David <david.re...@windriver.com>
wrote:

> Hi Pavan,
>
>
>
> 1) Did you clone Toaster from “master”, or a different clone tag?
>
> 2) I just cloned from “master”, and I see a trace error
> “django.core.management.base.CommandError: No fixture named 'custom' found.”
>
>
>
> I fixed this a while ago and the fix should have already been pulled. I
> will follow up on that.
>
>
>
> Here is the workaround from your “build” directory where you started
> Toaster:
>
>
>
>   $ . toaster stop
>
>   $ touch ../bitbake/lib/toaster/orm/fixtures/custom.xml
>
>   $ rm ../toaster.sqlite
>
>   $ . toaster start [webport=0.0.0.0:8000]
>
>
>
> - David
>
>
>
>
>
> *From:* pawanKumar [mailto:pawan4...@gmail.com]
> *Sent:* Sunday, March 18, 2018 9:58 PM
> *To:* Reyna, David
> *Cc:* toaster@yoctoproject.org
> *Subject:* Re: [Toaster] Toaster Interface
>
>
>
> Hi David,
>
> Thanks for your tip.
>
> I tried your tip but it didn't worked.
>
> Can you please suggest any other, so I can try that.
>
>
>
> Regards,
>
> Pavan.
>
>
>
> On Sat, Mar 17, 2018, 11:28 AM pawanKumar <pawan4...@gmail.com> wrote:
>
> Thanks for the tip!
>
>
>
> On Sat, Mar 17, 2018, 12:28 AM Reyna, David <david.re...@windriver.com>
> wrote:
>
> Hi Pavan,
>
>
>
> There was a period when the OE Layer Index had the wrong links.
>
>
>
> Try deleting your “…/poky/toaster.sqlite” file and restarting Toaster.
> That should get a clean dataset.
>
>
>
> I will also do a fresh pull to see if something recently broke/changed in
> bitbake that affected Toaster (Sumo is undergoing a lot of changes right
> now).
>
>
>
> - David
>
>
>
> *From:* toaster-boun...@yoctoproject.org [mailto:
> toaster-boun...@yoctoproject.org] *On Behalf Of *pawanKumar
> *Sent:* Friday, March 16, 2018 5:06 AM
> *To:* toaster@yoctoproject.org
> *Subject:* [Toaster] Toaster Interface
>
>
>
> Hi,
>
> Please clear my issue.
>
> In yocto-toaster web interface compatible machines are zero for any
> release.
>
> How to over come this.
>
>
>
>
>
> Thanks,
>
> Pavan.
>
>
-- 
___
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster


Re: [Toaster] Toaster Interface

2018-03-18 Thread Reyna, David
Hi Pavan,

1) Did you clone Toaster from “master”, or a different clone tag?
2) I just cloned from “master”, and I see a trace error 
“django.core.management.base.CommandError: No fixture named 'custom' found.”

I fixed this a while ago and the fix should have already been pulled. I will 
follow up on that.

Here is the workaround from your “build” directory where you started Toaster:

  $ . toaster stop
  $ touch ../bitbake/lib/toaster/orm/fixtures/custom.xml
  $ rm ../toaster.sqlite
  $ . toaster start [webport=0.0.0.0:8000]

- David


From: pawanKumar [mailto:pawan4...@gmail.com]
Sent: Sunday, March 18, 2018 9:58 PM
To: Reyna, David
Cc: toaster@yoctoproject.org
Subject: Re: [Toaster] Toaster Interface

Hi David,
Thanks for your tip.
I tried your tip but it didn't worked.
Can you please suggest any other, so I can try that.

Regards,
Pavan.

On Sat, Mar 17, 2018, 11:28 AM pawanKumar 
<pawan4...@gmail.com<mailto:pawan4...@gmail.com>> wrote:
Thanks for the tip!

On Sat, Mar 17, 2018, 12:28 AM Reyna, David 
<david.re...@windriver.com<mailto:david.re...@windriver.com>> wrote:
Hi Pavan,

There was a period when the OE Layer Index had the wrong links.

Try deleting your “…/poky/toaster.sqlite” file and restarting Toaster. That 
should get a clean dataset.

I will also do a fresh pull to see if something recently broke/changed in 
bitbake that affected Toaster (Sumo is undergoing a lot of changes right now).

- David

From: toaster-boun...@yoctoproject.org<mailto:toaster-boun...@yoctoproject.org> 
[mailto:toaster-boun...@yoctoproject.org<mailto:toaster-boun...@yoctoproject.org>]
 On Behalf Of pawanKumar
Sent: Friday, March 16, 2018 5:06 AM
To: toaster@yoctoproject.org<mailto:toaster@yoctoproject.org>
Subject: [Toaster] Toaster Interface

Hi,
Please clear my issue.
In yocto-toaster web interface compatible machines are zero for any release.
How to over come this.


Thanks,
Pavan.
-- 
___
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster


Re: [Toaster] Toaster Interface

2018-03-18 Thread pawanKumar
Hi David,
Thanks for your tip.
I tried your tip but it didn't worked.
Can you please suggest any other, so I can try that.

Regards,
Pavan.

On Sat, Mar 17, 2018, 11:28 AM pawanKumar  wrote:

> Thanks for the tip!
>
> On Sat, Mar 17, 2018, 12:28 AM Reyna, David 
> wrote:
>
>> Hi Pavan,
>>
>>
>>
>> There was a period when the OE Layer Index had the wrong links.
>>
>>
>>
>> Try deleting your “…/poky/toaster.sqlite” file and restarting Toaster.
>> That should get a clean dataset.
>>
>>
>>
>> I will also do a fresh pull to see if something recently broke/changed in
>> bitbake that affected Toaster (Sumo is undergoing a lot of changes right
>> now).
>>
>>
>>
>> - David
>>
>>
>>
>> *From:* toaster-boun...@yoctoproject.org [mailto:
>> toaster-boun...@yoctoproject.org] *On Behalf Of *pawanKumar
>> *Sent:* Friday, March 16, 2018 5:06 AM
>> *To:* toaster@yoctoproject.org
>> *Subject:* [Toaster] Toaster Interface
>>
>>
>>
>> Hi,
>>
>> Please clear my issue.
>>
>> In yocto-toaster web interface compatible machines are zero for any
>> release.
>>
>> How to over come this.
>>
>>
>>
>>
>>
>> Thanks,
>>
>> Pavan.
>>
>
-- 
___
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster


Re: [Toaster] Toaster Interface

2018-03-16 Thread pawanKumar
Thanks for the tip!

On Sat, Mar 17, 2018, 12:28 AM Reyna, David 
wrote:

> Hi Pavan,
>
>
>
> There was a period when the OE Layer Index had the wrong links.
>
>
>
> Try deleting your “…/poky/toaster.sqlite” file and restarting Toaster.
> That should get a clean dataset.
>
>
>
> I will also do a fresh pull to see if something recently broke/changed in
> bitbake that affected Toaster (Sumo is undergoing a lot of changes right
> now).
>
>
>
> - David
>
>
>
> *From:* toaster-boun...@yoctoproject.org [mailto:
> toaster-boun...@yoctoproject.org] *On Behalf Of *pawanKumar
> *Sent:* Friday, March 16, 2018 5:06 AM
> *To:* toaster@yoctoproject.org
> *Subject:* [Toaster] Toaster Interface
>
>
>
> Hi,
>
> Please clear my issue.
>
> In yocto-toaster web interface compatible machines are zero for any
> release.
>
> How to over come this.
>
>
>
>
>
> Thanks,
>
> Pavan.
>
-- 
___
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster


Re: [Toaster] Toaster Interface

2018-03-16 Thread Reyna, David
Hi Pavan,

There was a period when the OE Layer Index had the wrong links.

Try deleting your “…/poky/toaster.sqlite” file and restarting Toaster. That 
should get a clean dataset.

I will also do a fresh pull to see if something recently broke/changed in 
bitbake that affected Toaster (Sumo is undergoing a lot of changes right now).

- David

From: toaster-boun...@yoctoproject.org 
[mailto:toaster-boun...@yoctoproject.org] On Behalf Of pawanKumar
Sent: Friday, March 16, 2018 5:06 AM
To: toaster@yoctoproject.org
Subject: [Toaster] Toaster Interface

Hi,
Please clear my issue.
In yocto-toaster web interface compatible machines are zero for any release.
How to over come this.


Thanks,
Pavan.
-- 
___
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster