[Angstrom-devel] A newbie

2012-02-17 Thread Satya Swaroop Damarla
Hi, I have a new TMS320DM814x DaVinci Digital Media Processor. I am regular linux user and this has ezsdklinux given by Mistral Solutions on a SD. The aim is to build image and run Angstrom on this processor and later develop the required srivers. Unfortunately, the home page doesn't contain name

[Angstrom-devel] No more minimal-image

2012-02-17 Thread Christophe Aeschlimann
Hi, I used the Angstrom distribution and OpenEmbedded in the past and I used to have a custom image recipe that would do something like that : require recipes/images/minimal-image.bb DEPENDS += task-boot \ PR_append = -r09 IMAGE_INSTALL += mtd-utils \ [stripped down list of

Re: [Angstrom-devel] No more minimal-image

2012-02-17 Thread Samuel Stirtzel
2012/2/17 Christophe Aeschlimann c.aeschlim...@acn-group.ch: Hi, I used the Angstrom distribution and OpenEmbedded in the past and I used to have a custom image recipe that would do something like that : require recipes/images/minimal-image.bb DEPENDS += task-boot \         PR_append =

Re: [Angstrom-devel] No more minimal-image

2012-02-17 Thread Christophe Aeschlimann
On 17.02.2012 12:13, Samuel Stirtzel wrote: 2012/2/17 Christophe Aeschlimann c.aeschlim...@acn-group.ch: Hi, I used the Angstrom distribution and OpenEmbedded in the past and I used to have a custom image recipe that would do something like that : require recipes/images/minimal-image.bb

Re: [Angstrom-devel] No more minimal-image

2012-02-17 Thread Philip Balister
On 02/17/2012 04:06 AM, Christophe Aeschlimann wrote: On 17.02.2012 12:13, Samuel Stirtzel wrote: 2012/2/17 Christophe Aeschlimann c.aeschlim...@acn-group.ch: Hi and thank you for your suggestion. I had a look at this oe-core recipe and it would definitely fit my rootfs size requirement

[Angstrom-devel] bitbake hangs when parsing recipes at 0%

2012-02-17 Thread Caleb Crome
Hi All, Sorry if this is a duplicate, but I've searched the mailing list archives for the last few months and I didn't see something similar. I'm trying to build angstrom and the build hangs at the very beginning, in the Parsing Recipes stage. Here's what I'm doing: (tried on both ubuntu

Re: [Angstrom-devel] bitbake hangs when parsing recipes at 0%

2012-02-17 Thread Khem Raj
On Friday, February 17, 2012, Caleb Crome wrote: Hi All, Sorry if this is a duplicate, but I've searched the mailing list archives for the last few months and I didn't see something similar. I'm trying to build angstrom and the build hangs at the very beginning, in the Parsing Recipes

Re: [Angstrom-devel] bitbake hangs when parsing recipes at 0%

2012-02-17 Thread Caleb Crome
Oh yeah, i tried that. Forgot to mention. It's EXACTLY the same results: caleb@buildbot-linux-32:~/angstrom/setup-scripts$ bitbake -DDD Pseudo is not present but is required, building this first before the main build Parsing recipes: 0% | | ETA: --:--:-- However, I did realized i

Re: [Angstrom-devel] bitbake hangs when parsing recipes at 0%

2012-02-17 Thread Caleb Crome
Hi, I think I found the problem, and I think it's a bug in bitbake/lib/bb/cooker.py. In cooker.py, class CookerParser, function start(), there's a for loop that initializes Parsers: for i in range(1, self.num_processes): parser = Parser(self.jobs, self.result_queue,

Re: [Angstrom-devel] bitbake hangs when parsing recipes at 0%

2012-02-17 Thread Martin Jansa
On Fri, Feb 17, 2012 at 12:07:41PM -0800, Caleb Crome wrote: Hi, I think I found the problem, and I think it's a bug in bitbake/lib/bb/cooker.py. In cooker.py, class CookerParser, function start(), there's a for loop that initializes Parsers: for i in range(1,