How do I add kernel-headers to the yocto image. I tried adding the below variable in local.conf
IMAGE_INSTALL_append = " kernel-dev kernel-devsrc kernel-modules"
But I am still unable to see build directory in /lib/modules/4.19.58/
Edit 1: I am using meta-raspberrypi-warrior, meta-openembedded-warrior, qt5-warrior Edit 2: qt5-image.bb https://pastebin.com/PktdU77F qt5-basic-image.bb https://pastebin.com/CsML42hk console-image.bb https://pastebin.com/FKfUiKVE