imx6ul bsp no ppp

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

imx6ul bsp no ppp

631 Views
tonyzhou300
Contributor I

How can I build system file with ppp in it.

Now I used the command MACHINE=imx6ulevk source fsl-setup-release.sh -b build-x11 -e x11

bitbake core-image-base.

but no pppd in system file of the image. and no /etc/ppp too,

who can help me, what command can build image with ppp,

thank you very much

0 Kudos
1 Reply

321 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Tony Zhou,

The ppp package is not installed on the BSP release images as it’s not supported on the BSP but you may add it using the following command on the conf/local.conf file inside your build directory.

IMAGE_INSTALL_append = “ ppp”

I hope this helps.

0 Kudos