yocto build error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

yocto build error

1,192 Views
csoon-park
Contributor II

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..

 

Tags (1)
0 Kudos
Reply
1 Reply

1,180 Views
nxf63675
NXP TechSupport
NXP TechSupport

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.

0 Kudos
Reply