[yocto] do_package_qa error regarding libGL.so.1()(64bit) dependency #kirkstone #sdk #yocto

2025-01-02 Thread thejas.raj via lists.yoctoproject.org
Hey, I'm trying to build a package incorporating a custom meta layer for incorporating pylon5 package containing the bin, lib, include files. During the build's do_package_qa, this error pops up : ERROR: pylon-trial-1.0-r0 do_package_qa: QA Issue: /opt/pylon5/bin/platforms/libqxcb.so contained

Re: [yocto] Python3.12 / Scarthgap build issues.

2025-01-02 Thread Daniel Squires via lists.yoctoproject.org
Answering my own question, having looked at what I dismissed as an irrelevant post more thoroughly I spotted a potential source of the above. It appears the python3 recipes pyconfig.h is getting clobbered by the tensorflow recipe which I had previously built: https://github.com/ribalda/meta-ten

[yocto] Python3.12 / Scarthgap build issues.

2025-01-02 Thread Daniel Squires via lists.yoctoproject.org
I'm running into the below problem whilst trying to build python projects against python3.12 under Scarthgap. Search engines turn up very little/nothing relevant on the topic which leads me to think it must be something related to my specific configuration but I am all out of ideas at this point