dhclient (renew ip) is missing in yocto build ?

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

dhclient (renew ip) is missing in yocto build ?

Jump to solution
3,317 Views
rans
Senior Contributor I

Hello,

I am using fsl-image-qt5 build , but on trying to renew ip with dhclient, I see that the command is missing.

Do I need to install with rpm (is that possible) ? or is there another way to achieve it ?

Thank you,

Ran

1 Solution
2,881 Views
gary_bisson
Senior Contributor III

Hi,

You should have busybox on the target which provides the 'udhcpc' tool which should do just what you need.

udhcpc -i eth0

Regards,

Gary

View solution in original post

1 Reply
2,882 Views
gary_bisson
Senior Contributor III

Hi,

You should have busybox on the target which provides the 'udhcpc' tool which should do just what you need.

udhcpc -i eth0

Regards,

Gary