Ad packages to yocto using README in the meta-swi-extras layer

Hello,

I added some packages in the build_bin folder after executing ‘make image’ and ‘make dev’.
bitbake package_name

Then rebuild image with ‘bitbake mdm9x28-image-minimal’.
No error but the packages were not included in yocto-wp76xx-4k.cwe.

Do you have an idea of this happening?

Okay, I found that even if we used bitbake, we must add IMAGE_INSTALL_append = " package_name" in the local.conf in order to include the build in the image.