how to disable network initialization scripts (not to be bitbaked)

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

how to disable network initialization scripts (not to be bitbaked)

324 Views
davidzhou
Contributor V

Hi,

I have imx6ul development board.

 I have undefined network related CONFIG_...s and removed any network (ethernet and bluetooth) hardware device drivers, but the kernel recipes still bitbaked and network initialization scripts still run:

output from console:

Configuring network interfaces... ifconfig: socket(AF_INET,2,0): Function not implemented
ifconfig: socket(AF_INET,2,0): Function not implemented

I have added the following in the local.conf:

PACKAGECONFIG_remove += " network init-ifupdown "

But it is not working. Whatelse do I need?

Thank you,

David Zhou

0 Kudos
0 Replies