You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm working on a custom board based on NXP IMX8MM chip,
and I'm using zeus freescale sources, and I tried to integrate the macchia.io recipe so I took directly the recipe without the whole layer. After compiling the source code and passing to do_package_qa two errors appeared:
ERROR: macchina.io-0.10.0+gitAUTOINC+9c28a0a0d6-r0 do_package_qa: QA Issue: No GNU_HASH in the ELF binary /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-poky-linux/macchina.io/0.10.0+gitAUTOINC+9c28a0a0d6-r0/packages-split/macchina.io/opt/macchina/lib/libPocoRemotingNG.so.60, didn't pass LDFLAGS?
No GNU_HASH in the ELF binary /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-poky-linux/macchina.io/0.10.0+gitAUTOINC+9c28a0a0d6-r0/packages-split/macchina.io/opt/macchina/lib/libPocoGeo.so.1, didn't pass LDFLAGS?
No GNU_HASH in the ELF binary /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-poky-linux/macchina.io/0.10.0+gitAUTOINC+9c28a0a0d6-r0/packages-split/macchina.io/opt/macchina/lib/libPocoOSP.so.2, didn't pass LDFLAGS? [ldflags]
ERROR: macchina.io-0.10.0+gitAUTOINC+9c28a0a0d6-r0 do_package_qa: QA Issue: package macchina.io contains bad RPATH /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-poky-linux/macchina.io/0.10.0+gitAUTOINC+9c28a0a0d6-r0/git/lib/Linux/aarch64 in file /media/talel/data/menzu-zeus/menzu/tmp/work/aarch64-poky-linux/macchina.io/0.10.0+gitAUTOINC+9c28a0a0d6-r0/packages-split/macchina.io/opt/macchina/bin/macchina [rpaths]
ERROR: macchina.io-0.10.0+gitAUTOINC+9c28a0a0d6-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
so I added a variable to the recipe to avoid those errors : **INSANE_SKIP_${PN} += "ldflags rpaths"**
I'm asking is it possible to fix it from the source code ?
Can I fix the RPATH error from in the Makefile ?
Thanks, Talel
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on a custom board based on NXP IMX8MM chip,
and I'm using zeus freescale sources, and I tried to integrate the macchia.io recipe so I took directly the recipe without the whole layer. After compiling the source code and passing to do_package_qa two errors appeared:
so I added a variable to the recipe to avoid those errors :
**INSANE_SKIP_${PN} += "ldflags rpaths"**
I'm asking is it possible to fix it from the source code ?
Can I fix the RPATH error from in the Makefile ?
Thanks, Talel
The text was updated successfully, but these errors were encountered: