Installed package during image build not found on target
Hello
I built a Yocto based image for my stm32 and made sure that the required packages were installed. When I flashed my Image some packages were not found although before building the image I checked the list of packages to be integrated with
bitbake -g st-image-weston && cat pn-buildlist | grep -ve "native" | sort | uniq
The .manifest file also contains the right packages to be installed. Why weren't they included in the image after the build?
Thank you.
