[Angstrom-devel] Error building angstrom 2013.06 for raspberry pi

2013-08-27 Thread Cristian Astorino
Hello, I'm trying to build angstrom 2013.06 for raspberry pi. But bitbake console-image fails the following task: | checking for uuid_generate in -luuid... no | configure: error: GNU Parted requires libuuid - a part of the util-linux-ng package (but | usually distributed separately in

Re: [Angstrom-devel] Error building angstrom 2013.06 for raspberry pi

2013-08-27 Thread Koen Kooi
Op 27 aug. 2013, om 09:46 heeft Cristian Astorino cristian.astor...@gmail.com het volgende geschreven: Hello, I'm trying to build angstrom 2013.06 for raspberry pi. Can you try: git pull ./oebb.sh update But bitbake console-image fails the following task: | checking for

Re: [Angstrom-devel] Error building angstrom 2013.06 for raspberry pi

2013-08-27 Thread Cristian Astorino
I solved by installing uuid devel package on my system (ubuntu 12.04.3 lts) thanks Op 27 aug. 2013, om 09:46 heeft Cristian Astorino cristian.astor...@gmail.com het volgende geschreven: Hello, I'm trying to build angstrom 2013.06 for raspberry pi. Can you try: git pull ./oebb.sh

Re: [Angstrom-devel] Error building angstrom 2013.06 for raspberry pi

2013-08-27 Thread Khem Raj
On Aug 27, 2013, at 4:34 AM, Cristian Astorino cristian.astor...@gmail.com wrote: I solved by installing uuid devel package on my system (ubuntu 12.04.3 lts) hmmm, I think this means we either need to mention it in prerequisites or add a recipe for uuidgen-native