README.md: Add dwarves to list of build dependencies

dwarves package provides pahole without which build fails with

    BTF: .tmp_vmlinux.btf: pahole (pahole) is not available
    Failed to generate BTF for vmlinux
    Try to disable CONFIG_DEBUG_INFO_BTF

Link: https://github.com/microsoft/WSL2-Linux-Kernel/pull/247
Signed-off-by: Vasyl Vavrychuk <vvavrychuk@gmail.com>
Signed-off-by: Tyler Hicks <tyhicks@linux.microsoft.com>
This commit is contained in:
Vasyl Vavrychuk 2022-01-22 11:16:55 +02:00 коммит произвёл Tyler Hicks
Родитель 0e280925d1
Коммит 0e1ddcfdc9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ Instructions for building an x86_64 WSL2 kernel with an Ubuntu distribution are
as follows:
1. Install the build dependencies:
`$ sudo apt install build-essential flex bison libssl-dev libelf-dev`
`$ sudo apt install build-essential flex bison dwarves libssl-dev libelf-dev`
2. Build the kernel using the WSL2 kernel configuration:
`$ make KCONFIG_CONFIG=Microsoft/config-wsl`