[beagleboard] Latest Angstrom download and build error

Once again, someone somewhere has broke the OE / Angstrom build.

This is after:

git clone git://github.com/Angstrom-distribution/setup-scripts.git

MACHINE=beaglebone ./oebb.sh config beaglebone

. ~/.oe/environment-angstromv2012.05

MACHINE=beaglebone bitbake virtual/kernel

My host machine is Kubuntu 11.10 and the above steps worked fine just a
few days ago with kernel version 3.2.18-r12i on this very machine.

Now this.........

ERROR: Unable to parse
/home/ross/Angstrom/setup-scripts/sources/meta-mono/conf/layer.conf:
[Errno 2] No such file or directory:
'/home/ross/Angstrom/setup-scripts/sources/meta-mono/conf/layer.conf'

There is no /meta-mono folder at all.

???

Thanks,
Ross

I’m a beginner but I had the same problem. The meta-mono repository moved to yocto. So I changed the line in setup-scripts/sources/layers.txt

meta-mono,git://github.com/KokoFitClub/meta-mono.git,master,83f8233b0498aadb18bf7605c3ba6c71d9e13a3a
to
meta-mono, git://git.yoctoproject.org/meta-mono ,master,83f8233b0498aadb18bf7605c3ba6c71d9e13a3a

I’m not sure abput the sha-1 git key. Maybe someone could tell me how to get the sha-1 key from a git repository.

Greetings
Wolf

Note that you can send patches to the setup scripts to the maintainer.