crops/poky for imx

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

crops/poky for imx

948 Views
erikraynolds
Contributor III

I'm following the documentation on Yocto development specifically on setting-up-to-use-crops is there a possibility to use poky-container to build Yocto/Linux?

I'm having difficulty setting up a container properly and not having there needed packages...

 

pokyuser@27f6ff974afe:/workdir/imx-yocto-bsp$ exit
(base) PS C:\> docker run --rm -it -v myvolume:/workdir crops/poky --workdir=/workdir
pokyuser@06932ce45056:/workdir$ apt-get install curl
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
pokyuser@06932ce45056:/workdir$

 

 

0 Kudos
1 Reply

933 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello erikraynolds,

 

From the error you have to root to get curl. From Yocto BSP is better to follow up the Yocto project user guide in you yocto documentation.

https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

 

Regards

 

0 Kudos