]> code.ossystems Code Review - openembedded-core.git/commitdiff
binutils: add PACKAGECONFIG for debuginfod
authorDorinda <dorindabassey@gmail.com>
Mon, 1 Mar 2021 16:45:17 +0000 (17:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Mar 2021 20:35:08 +0000 (20:35 +0000)
Added PACKAGECONFIG for debuginfod

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils_2.36.bb

index f316eb8d1cfaa47a4d59476a3e2333505e80b713..a50d2ee7eec7c894dfc79557ecf2dd2b366c9104 100644 (file)
@@ -25,6 +25,8 @@ EXTRA_OECONF_class-native = "--enable-targets=all \
                              --disable-sim \
                              --disable-werror"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils"
 # gcc9.0 end up mis-compiling libbfd.so with O2 which then crashes on target
 # So remove -O2 and use -Os as workaround
 SELECTED_OPTIMIZATION_remove_mipsarch = "-O2"