Re: [Angstrom-devel] [PATCH] set default tune for Overo to cortexa8hf-neon

2013-05-23 Thread Khem Raj
On May 22, 2013, at 8:16 AM, Cliff Brake wrote: > there is a missing DEPENDS to gconf. After I built gconf, I get: > > https://gist.github.com/cbrake/5628386 > well I think this here http://src.chromium.org/viewvc/chrome?revision=135388&view=revision should have fixed it. it should be fi

Re: [Angstrom-devel] [PATCH] set default tune for Overo to cortexa8hf-neon

2013-05-23 Thread Andreas Müller
On Thu, May 23, 2013 at 9:17 AM, Khem Raj wrote: > > On May 22, 2013, at 8:16 AM, Cliff Brake wrote: > >> there is a missing DEPENDS to gconf. After I built gconf, I get: >> >> https://gist.github.com/cbrake/5628386 >> > > > well I think this here > http://src.chromium.org/viewvc/chrome?revision

[Angstrom-devel] H2200 bitbake kernel do_install fails at bounds.h

2013-05-23 Thread Matthew Hudson
| DEBUG: Executing shell function do_install | cp: cannot stat `include/linux/bounds.h': No such file or directory I've found references to a patch / band-aid for other kernels but can't find the patch itself. There was also a discussion as to if it that solution was the correct one. This dates fr

Re: [Angstrom-devel] H2200 bitbake kernel do_install fails at bounds.h

2013-05-23 Thread Matthew Hudson
My fix: /setup-scripts/sources/meta-openembedded/meta-oe/classes/kernel.bbclass if [ -f include/generated/bounds.h ]; then cp include/generated/bounds.h $kerneldir/include/generated/bounds.h fi #cp include/generated/bounds.h $kerneldir/include/generated/bou