iMX8 yocto install DHCP server

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

iMX8 yocto install DHCP server

7,029件の閲覧回数
davidvescovi
Contributor V

I would like to enable a DHCP server on my yocto build (L4.14.98_2.0.0).

I tried to enable by just adding:

CORE_IMAGE_EXTRA_INSTALL += "dhcp-server"

to my local.conf but it seems to not be enough.

I also tried adding a udhcpd.conf file to my /etc/ folder but it does not look like the clients are honoring anything in it.

Is there a step by step setup for building in a dhcp server as part of the yocto image build? 

0 件の賞賛
返信
2 返答(返信)

6,886件の閲覧回数
shivanipatel
Senior Contributor II

Hi davidvescovi

Please add below line to local.conf file and compile.

  • CORE_IMAGE_EXTRA_INSTALL += "dhcp-server dhcp-client"

Regards,

Shivani

0 件の賞賛
返信

6,886件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信