Re: Yocto bitbake unable to find debuginfod


Alexander Kanavin
 

I think you need to inspect the ${WORKDIR} of elfutils-native in
detail, particularly the build and install logs in temp/. Does
elfutils ./configure get the right options, and does it end up
enabling debuginfod? Is the executable built and installed into ${B}?

Alex

On Thu, 23 Feb 2023 at 19:04, Mübin İçyer <mubinicyer@...> wrote:

Hi,


I want to activate debuginfod server in yocto 3.1.17 but I get error: Error: Unable to find 'debuginfod'. I added following in local.conf

PACKAGECONFIG_pn-elfutils-native = "debuginfod libdebuginfod"
DISTRO_FEATURES_append = " debuginfod"

and run bitbake elfutils-native -caddto_recipe_sysroot and then when I run oe-run-native elfutils-native debuginfod -- verbose -U ./tmp/deploy/ipk/cortexa9t2hf-neon/

bitbake gives error that debuginfod is not found.

It looks following paths ./build/tmp/work/x86_64-linux/elfutils-native/0.178-r0/recipe-sysroot-native/usr/bin.

How can I solve the problem?

Thanks.



Join yocto@lists.yoctoproject.org to automatically receive all group messages.