On 17 Dec 2024, at 14:25, Daniel Kampert via Lists.Yoctoproject.Org <kontakt=daniel-kampert...@lists.yoctoproject.org> wrote: > > QA Issue: File '/usr/bin/wmbusmeters' from wmbusmeters was already stripped, > this will prevent future debugging!
I’ll spare you my rant about how hand-written Makefiles are a pain for everyone involved… The message is hopefully descriptive: the binary wmbusmeters is already stripped, so we can’t extract debug symbols. Looking at the Makefile we see STRIP?=strip, so we can nuke that by adding this to the recipe so that when the Makefile thinks it is stripping, it’s actually just running ’true’: EXTRA_OEMAKE += “STRIP=true” Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64460): https://lists.yoctoproject.org/g/yocto/message/64460 Mute This Topic: https://lists.yoctoproject.org/mt/110161367/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-