dhclient (renew ip) is missing in yocto build ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

dhclient (renew ip) is missing in yocto build ?

ソリューションへジャンプ
4,112件の閲覧回数
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 解決策
3,676件の閲覧回数
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

元の投稿で解決策を見る

1 返信
3,677件の閲覧回数
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