I try to find /etc/network/interfaces file on intell edisson. It is not there. Where is network interfaces configuration file on Yocto?
Asked
Active
Viewed 4,385 times
2
DuckQueen
- 101
- 1
- 4
- 11
2 Answers
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
John Larmour
- 31