summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/kernel-devsrc.bb
diff options
context:
space:
mode:
authorDenys Zagorui <dzagorui@cisco.com>2023-02-10 17:29:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:21:35 +0000
commitad5f0a2fe4b8d64094b35d5f3fffcb3046c8f66e (patch)
tree1b6ea9aae0533156ba28bd88cc1f264fc4e962ae /meta/recipes-kernel/linux/kernel-devsrc.bb
parent491a323d0866e85d6ebf621baade2924ad474a78 (diff)
downloadpoky-ad5f0a2fe4b8d64094b35d5f3fffcb3046c8f66e.tar.gz
kernel-devsrc: powerpc: add missed dependency for modules_prepare
There is an issue during 'make modules_prepare' execution for PPC_85xx: arch/powerpc/kernel/asm-offsets.c:58:10: fatal error: head_booke.h: No such file or directory 58 | #include "head_booke.h" | ^~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.build:118: arch/powerpc/kernel/asm-offsets.s] Error 1 asm-offests.c has dependency on head_booke.h so add it to kernel-devsrc package (From OE-Core rev: 46705c47428a8d909518a0ed29dd2051f6321e2f) Signed-off-by: Denys Zagorui <dzagorui@cisco.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/kernel-devsrc.bb')
-rw-r--r--meta/recipes-kernel/linux/kernel-devsrc.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
index 253b8d307d..683f182c43 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -215,6 +215,7 @@ do_install() {
215 215
216 # v6,1+ 216 # v6,1+
217 cp -a --parents arch/powerpc/kernel/asm-offsets.c $kerneldir/build/ 2>/dev/null || : 217 cp -a --parents arch/powerpc/kernel/asm-offsets.c $kerneldir/build/ 2>/dev/null || :
218 cp -a --parents arch/powerpc/kernel/head_booke.h $kerneldir/build/ 2>/dev/null || :
218 fi 219 fi
219 if [ "${ARCH}" = "riscv" ]; then 220 if [ "${ARCH}" = "riscv" ]; then
220 cp -a --parents arch/riscv/kernel/vdso/*gettimeofday.* $kerneldir/build/ 221 cp -a --parents arch/riscv/kernel/vdso/*gettimeofday.* $kerneldir/build/