Robert, are you (one of the folks) maintaining the github repo for BeagleBone kernel patches? If not, who do I send this too?
This patch in the 3.8 branch doesn't seem to work; it just makes a bug or two: https://github.com/beagleboard/kernel/blob/3.8/patches/build/0002-headers_install-Fix-build-failures-on-deep-directory.patch Lines 37, 38 of that patch change from giving file names using command line arguments to giving them in standard input, but the perl program doesn't read standard input and it doesn't handle the files. The perl script is scripts/headers_install.pl Attached is an instrumented copy of the perl script; you can diff it to see what it does. Try this script on the last change before that patch was applied, 2013-03-22 commit 41dbd166a6394be45389e25459cd127854615366 and after 2013-03-25 commit 20e92cc2b03d5934b142785bf4ae96f1335d77cd Try "make ARCH=arm headers_install" and then look in linux-3.8/usr/include/asm; you will notice the missing files. -- For more options, visit http://beagleboard.org/discuss--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
headers_install.pl
Description: Perl program
