mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
linux-omap-psp 2.6.32: work around https://bugzilla.kernel.org/show_bug.cgi?id=11475
See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-April/001559.html for some background on this issue Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -185,7 +185,17 @@ do_install_perf() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install_prepend() {
|
||||
mkdir headerstash -p
|
||||
cp include/linux/bounds.h headerstash/
|
||||
cp include/asm-arm/asm-offsets.h headerstash/
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
cp headerstash/bounds.h $kerneldir/include/linux/
|
||||
cp headerstash/asm-offsets.h $kerneldir/include/asm-arm/asm-offsets.h
|
||||
rm -rf headerstash/
|
||||
|
||||
install -d ${D}/boot
|
||||
install -m 0644 Documentation/arm/OMAP/DSS ${D}/boot/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user