aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-04-18 21:06:14 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-18 21:06:14 +0000
commitd003671f7013dd70860e9a8e4ab1414676439461 (patch)
treefc893c9345bed136928777a521eea0935014e436 /packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
parentd04f1db6760a48a88a7ceb95fc61ebd88d257fd9 (diff)
parentac1f56acc1b2aa9819927ac52d697bc8baeadf90 (diff)
downloadopenembedded-d003671f7013dd70860e9a8e4ab1414676439461.tar.gz
merge of '4ab3710b70f820537b311ab17eff50c0c82a07a2'
and 'af9abf7faf7bb6268429bba6d7fcc41eed8b8a69'
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers_2.6.18.bb')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.18.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
index 005b229eab..dc278dea14 100644
--- a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
+++ b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
@@ -74,3 +74,11 @@ do_stage () {
# compile with kernel headers that work with EABI on ARM
echo '#define UTS_RELEASE "2.6.18"' >> ${CROSS_DIR}/${TARGET_SYS}/include/linux/version.h
}
+
+do_stage_append_nylon () {
+ cp -pPR include/asm-${ARCH}/* ${STAGING_INCDIR}/asm/
+ cp -pPR include/asm-${ARCH}/* ${CROSS_DIR}/${TARGET_SYS}/include/asm/
+ cp -pPR include/linux/* ${STAGING_INCDIR}/linux/
+ cp -pPR include/linux/* ${CROSS_DIR}/${TARGET_SYS}/include/linux/
+}
+