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/bounds.h


Since it isn't generated by the 2.6.21 kernel used for the H2200 and others.

Don't know if this'll need a proper patch as it may be considered a hack.

I think its a reasonable solution for those systems still using that kernel
although the discussion I've read frowns on this as the consensus is to fix
it at the machine level (the typical: its not us, its you argument). Yeah,
I don't like that argument when users simply want a working build.

-Matt



On Thu, May 23, 2013 at 3:02 PM, Matthew Hudson <hexs...@gmail.com> wrote:

> | 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 from mid to late 2011. Anyone know
> / remember the proper solution for this?
>
> -Matt
>
>
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to