Re: [yocto] vmlinux has relocations in .text

2024-08-06 Thread Khem Raj
On Tue, Aug 6, 2024 at 11:14 PM David Daniel wrote: > Thanks for your reply! It is indeed ppc64. I could work around it by > disabling this check as you mentioned by adding > > INSANE_SKIP += "textrel" > > > to the kernel recipe. Is there a reason, why I cannot use > INSANE_SKIP:${PV} in the

Re: [yocto] vmlinux has relocations in .text

2024-08-06 Thread David Daniel via lists.yoctoproject.org
Thanks for your reply! It is indeed ppc64. I could work around it by disabling this check as you mentioned by adding INSANE_SKIP += "textrel" to the kernel recipe. Is there a reason, why I cannot use INSANE_SKIP:${PV} in the kernel recipe? If I specify ${PV} the error still pops up. Does t

[yocto] [meta-security][scarthgap][PATCH] tpm2-tools: Upgrade 5.5 -> 5.7

2024-08-06 Thread Vijay Anusuri via lists.yoctoproject.org
From: Vijay Anusuri Include Security fixes: Fixed CVE-2024-29038 Fixed CVE-2024-29039 Changelog: https://github.com/tpm2-software/tpm2-tools/releases/tag/5.7 https://github.com/tpm2-software/tpm2-tools/releases/tag/5.6 Signed-off-by: Vijay Anusuri --- .../tpm2-tools/{tpm2-tools_5.5.bb => tpm2

Re: [yocto] vmlinux has relocations in .text

2024-08-06 Thread Khem Raj
On Tue, Aug 6, 2024 at 2:49 AM David Daniel via lists.yoctoproject.org wrote: > Hi everybody > > I am updating my setup for a custom system and I'm getting an error now > with the kernel. Everything works until packaging of the kernel, I now > get the error that the kernel image contains relocati

[yocto] vmlinux has relocations in .text

2024-08-06 Thread David Daniel via lists.yoctoproject.org
Hi everybody I am updating my setup for a custom system and I'm getting an error now with the kernel. Everything works until packaging of the kernel, I now get the error that the kernel image contains relocations in .text: ERROR: linux-bf133-6.6.44-r0 do_package_qa: QA Issue: kernel-vmlinux: ELF

[yocto] [meta-security][master][PATCH] tpm2-tools: Upgrade 5.5 -> 5.7

2024-08-06 Thread Vijay Anusuri via lists.yoctoproject.org
From: Vijay Anusuri Include Security fixes: Fixed CVE-2024-29038 Fixed CVE-2024-29039 Changelog: https://github.com/tpm2-software/tpm2-tools/releases/tag/5.7 https://github.com/tpm2-software/tpm2-tools/releases/tag/5.6 Signed-off-by: Vijay Anusuri --- .../tpm2-tools/{tpm2-tools_5.5.bb => tpm2