[Buildroot] [PATCH v2 1/2] package/pahole: new host package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jan 13 21:40:35 UTC 2022


On Wed, 22 Dec 2021 18:49:04 +0100
Francis Laniel <flaniel at linux.microsoft.com> wrote:

> pahole is a tool used to show data structure embedded in debugging information
> formats like DWARF.
> It is notably needed by the Linux kernel to generate BPF Type Format (BTF)
> information used by Compile Once - Run Everywhere (CO-RE) BPF tools.
> 
> To be built, pahole needs __LIB to be set to lib at stated in its README.
> 
> Signed-off-by: Francis Laniel <flaniel at linux.microsoft.com>
> ---
>  DEVELOPERS                    |  3 +++
>  package/Config.in.host        |  1 +
>  package/pahole/Config.in.host |  6 ++++++
>  package/pahole/pahole.hash    |  3 +++
>  package/pahole/pahole.mk      | 18 ++++++++++++++++++
>  5 files changed, 31 insertions(+)
>  create mode 100644 package/pahole/Config.in.host
>  create mode 100644 package/pahole/pahole.hash
>  create mode 100644 package/pahole/pahole.mk

Applied to master with some minor formatting tweaks reported by "make
check-package". Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list