Merged. Bruce
In message: [meta-virtualization][PATCH] xvisor: skip QA checks ldflags and textrel on 06/11/2020 Martin Jansa wrote: > * feel free to fix it properly, I don't use xvisor at all > it just shown these 2 errors in my aarch64 world builds > and this recipe needs more love than just these 2 issues > like setting PV to something better than "git" > > Signed-off-by: Martin Jansa <[email protected]> > --- > recipes-extended/xvisor/xvisor_git.bb | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/recipes-extended/xvisor/xvisor_git.bb > b/recipes-extended/xvisor/xvisor_git.bb > index 50323d7..831c943 100644 > --- a/recipes-extended/xvisor/xvisor_git.bb > +++ b/recipes-extended/xvisor/xvisor_git.bb > @@ -49,3 +49,7 @@ FILES_${PN} += "/*.dtb" > > COMPATIBLE_HOST = "(aarch64|riscv64|riscv32).*" > INHIBIT_PACKAGE_STRIP = "1" > + > +# ERROR: xvisor-git-r0 do_package_qa: QA Issue: File /vmm.elf in package > xvisor doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] > +# ERROR: xvisor-git-r0 do_package_qa: QA Issue: xvisor: ELF binary /vmm.elf > has relocations in .text [textrel] > +INSANE_SKIP_${PN} += "ldflags textrel" > -- > 2.27.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6035): https://lists.yoctoproject.org/g/meta-virtualization/message/6035 Mute This Topic: https://lists.yoctoproject.org/mt/78153335/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
