Signed-off-by: Zang Ruochen <[email protected]>
---
 meta/recipes-kernel/linux/kernel-devsrc.bb | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb 
b/meta/recipes-kernel/linux/kernel-devsrc.bb
index 6764598d48..ce5777fbe9 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -318,6 +318,15 @@ do_install() {
            cp -a --parents arch/mips/kernel/syscalls/*.tbl $kerneldir/build 
2>/dev/null || :
            cp -a --parents arch/mips/tools/elf-entry.c $kerneldir/build 
2>/dev/null || :
        fi
+       
+       if [ "${ARCH}" = "loongarch" ]; then
+           cp -a --parents arch/loongarch/kernel/asm-offsets.c $kerneldir/build
+           cp -a --parents Kbuild $kerneldir/build
+           cp -a --parents arch/loongarch/vdso/*.S $kerneldir/build 
2>/dev/null || :
+           cp -a --parents arch/loongarch/vdso/*gettimeofday.* 
$kerneldir/build 2>/dev/null || :
+           cp -a --parents arch/loongarch/vdso/*getcpu.* $kerneldir/build 
2>/dev/null || :
+           cp -a --parents arch/loongarch/vdso/gen_vdso*_offsets.sh 
$kerneldir/build/ 2>/dev/null || :
+       fi
 
         # required to build scripts/selinux/genheaders/genheaders
         cp -a --parents security/selinux/include/* $kerneldir/build/
-- 
2.20.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#187212): 
https://lists.openembedded.org/g/openembedded-core/message/187212
Mute This Topic: https://lists.openembedded.org/mt/101167260/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to