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

[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