All of lore.kernel.org
 help / color / mirror / Atom feed
* Toaster - building of recipes problems
       [not found] <mailman.9.1457726401.14486.toaster@yoctoproject.org>
@ 2016-03-14 15:44 ` Rudolf Muller
  2016-03-14 16:21   ` Barros Pena, Belen
  0 siblings, 1 reply; 3+ messages in thread
From: Rudolf Muller @ 2016-03-14 15:44 UTC (permalink / raw)
  To: toaster, belen.barros.pena, michael.g.wood

Hi,

I try to install the toaster for local development according the two
links bellow.
Everything works except the building of recipes. 0% of tasks complete is
shown and
stay still unchanged. I was googling few days but without success.

I use master branch of poky, I do not know what is wrong, look at the
installation
(1. - 5.) and please help me to repair the building of recipes.


http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html
https://wiki.yoctoproject.org/wiki/Setting_up_a_local_instance_of_Toaster

Installation of libraries ...

1.
sudo apt-get install python-pip

sudo pip install Django==1.8.11
sudo pip install argparse==1.2.1
sudo pip install wsgiref==0.1.2
sudo pip install beautifulsoup4==4.4.1

2.
$ sudo mkdir -p /var/www/toaster
$ sudo chown -R username:group /var/www/toaster

3.
$ cd /var/www/toaster/
$ git clone http://git.yoctoproject.org/git/poky

4.
$ source poky/oe-init-build-env
$ source toaster start

5.
$ bitbake core-image-minimal
$ http://localhost:8000


Thank you

Jan Muller
exact@iol.cz

---
Tato zpráva byla zkontrolována na viry programem Avast Antivirus.
https://www.avast.com/antivirus



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

* Re: Toaster - building of recipes problems
  2016-03-14 15:44 ` Toaster - building of recipes problems Rudolf Muller
@ 2016-03-14 16:21   ` Barros Pena, Belen
  2016-03-14 17:32     ` Michael Wood
  0 siblings, 1 reply; 3+ messages in thread
From: Barros Pena, Belen @ 2016-03-14 16:21 UTC (permalink / raw)
  To: Rudolf Muller, toaster@yoctoproject.org,
	belen.barros.pena@linux.intel.com, Wood, Michael G

On 14/03/2016 15:44, "toaster-bounces@yoctoproject.org on behalf of Rudolf
Muller" <toaster-bounces@yoctoproject.org on behalf of exact@iol.cz> wrote:

>Hi,
>
>I try to install the toaster for local development according the two
>links bellow.
>Everything works except the building of recipes. 0% of tasks complete is
>shown and
>stay still unchanged. I was googling few days but without success.
>
>I use master branch of poky,

Hi Rudolf,

I am afraid Toaster is a bit broken in the master branch at the moment.
That's the issue you are hitting. We are looking into it, but in the
meantime, you might consider using the jethro branch instead of master.

Cheers

Belén


> I do not know what is wrong, look at the
>installation
>(1. - 5.) and please help me to repair the building of recipes.
>
>
>http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html
>https://wiki.yoctoproject.org/wiki/Setting_up_a_local_instance_of_Toaster
>
>Installation of libraries ...
>
>1.
>sudo apt-get install python-pip
>
>sudo pip install Django==1.8.11
>sudo pip install argparse==1.2.1
>sudo pip install wsgiref==0.1.2
>sudo pip install beautifulsoup4==4.4.1
>
>2.
>$ sudo mkdir -p /var/www/toaster
>$ sudo chown -R username:group /var/www/toaster
>
>3.
>$ cd /var/www/toaster/
>$ git clone http://git.yoctoproject.org/git/poky
>
>4.
>$ source poky/oe-init-build-env
>$ source toaster start
>
>5.
>$ bitbake core-image-minimal
>$ http://localhost:8000
>
>
>Thank you
>
>Jan Muller
>exact@iol.cz
>
>---
>Tato zpráva byla zkontrolována na viry programem Avast Antivirus.
>https://www.avast.com/antivirus
>
>-- 
>_______________________________________________
>toaster mailing list
>toaster@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/toaster



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

* Re: Toaster - building of recipes problems
  2016-03-14 16:21   ` Barros Pena, Belen
@ 2016-03-14 17:32     ` Michael Wood
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Wood @ 2016-03-14 17:32 UTC (permalink / raw)
  To: Barros Pena, Belen, Rudolf Muller, toaster@yoctoproject.org

On 14/03/16 16:21, Barros Pena, Belen wrote:
> On 14/03/2016 15:44, "toaster-bounces@yoctoproject.org on behalf of Rudolf
> Muller" <toaster-bounces@yoctoproject.org on behalf of exact@iol.cz> wrote:
>
>> Hi,
>>
>> I try to install the toaster for local development according the two
>> links bellow.
>> Everything works except the building of recipes. 0% of tasks complete is
>> shown and
>> stay still unchanged. I was googling few days but without success.
>>
>> I use master branch of poky,
> Hi Rudolf,
>
> I am afraid Toaster is a bit broken in the master branch at the moment.
> That's the issue you are hitting. We are looking into it, but in the
> meantime, you might consider using the jethro branch instead of master.
>
> Cheers
>
> Belén

We currently have a bug open here 
https://bugzilla.yoctoproject.org/show_bug.cgi?id=9252

(If you'd like to test a work-around, it is to revert the commit 
mentioned in the bug comments.)

Thanks

>
>> I do not know what is wrong, look at the
>> installation
>> (1. - 5.) and please help me to repair the building of recipes.
>>
>>
>> http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html
>> https://wiki.yoctoproject.org/wiki/Setting_up_a_local_instance_of_Toaster
>>
>> Installation of libraries ...
>>
>> 1.
>> sudo apt-get install python-pip
>>
>> sudo pip install Django==1.8.11
>> sudo pip install argparse==1.2.1
>> sudo pip install wsgiref==0.1.2
>> sudo pip install beautifulsoup4==4.4.1
>>
>> 2.
>> $ sudo mkdir -p /var/www/toaster
>> $ sudo chown -R username:group /var/www/toaster
>>
>> 3.
>> $ cd /var/www/toaster/
>> $ git clone http://git.yoctoproject.org/git/poky
>>
>> 4.
>> $ source poky/oe-init-build-env
>> $ source toaster start
>>
>> 5.
>> $ bitbake core-image-minimal
>> $ http://localhost:8000
>>
>>
>> Thank you
>>
>> Jan Muller
>> exact@iol.cz
>>
>> ---
>> Tato zpráva byla zkontrolována na viry programem Avast Antivirus.
>> https://www.avast.com/antivirus
>>
>> -- 
>> _______________________________________________
>> toaster mailing list
>> toaster@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/toaster



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

end of thread, other threads:[~2016-03-14 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.9.1457726401.14486.toaster@yoctoproject.org>
2016-03-14 15:44 ` Toaster - building of recipes problems Rudolf Muller
2016-03-14 16:21   ` Barros Pena, Belen
2016-03-14 17:32     ` Michael Wood

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.