2

I try to find /etc/network/interfaces file on intell edisson. It is not there. Where is network interfaces configuration file on Yocto?

DuckQueen
  • 101
  • 1
  • 4
  • 11

2 Answers2

3

Let yocto locate it for you. Source your environment and then

x> cd $BUILDDIR
build_fb> oe-pkgdata-util find-path /etc/network/interfaces
init-ifupdown: /etc/network/interfaces
0

IIRC, edison BSP uses connman for managing internet

rzr
  • 314
  • 3
  • 8