Where is /etc/network/interfaces on Yocto?

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

1

2 Answers

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

IIRC, edison BSP uses connman for managing internet

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like