https://imxdev.gitlab.io/tutorial/How_to_apt-get_to_the_Yocto_Project_image/
IMX_YOCTO_PROJECT_USERS_GUIDE.pdf
I am looking at the above two data and making "apt-get install" possible for the yocto project.
My board is "i.mx 8m plus pevk".
However, an error occurs after "bitbate imx-image-full".
ERROR: imx-vpn-hantro-daemon-1.0.0-r0.......
The one I entered the command is uploaded as the link image below.
https://blog.naver.com/parkcs01/222505113117
help me..
Hi csoon-park,
Well if you want the apt option on your build, add it in the local.conf file like this:
CORE_IMAGE_EXTRA_INSTALL += "apt"
Then bitbake imx-image-multimedia and deploy to your board, with that should be enough.
Regards,
Israel.