Recently, I tried to include open source package (iperf3) to target image via Yocto build. (Updating local.conf for IMAGE_INSTALL += "iperf3"
, as the project already corresponding recipe).
But the final image did not include in root file system.
I tried the same by adding to package group recipe in <DistroMetaLayer>/recipe-core/packagegroups/RDEPENDS_packagegroup*
and was able to include it successfully.
Can someone provide me explanation for the behavior.