1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00
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:
Koen Kooi
2011-04-28 10:14:58 +02:00
parent db0c52ea92
commit 7bcba149f0

View File

@@ -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/
}