On the guest side, bridged network interfaces are bought up as ordinary network interfaces. If your guest brings up it's network with
network scripts, which is the SDK default, you should alter /etc/network/interfaces on the guest as required. See man 8 ifup and man 5 interfaces for details.
If your guest uses a virtual disk, you can edit this file directly. If the guest uses an initrd image as it is described in our SDK documentation, you should
alter the SDK package that provides /etc/interfaces and redeploy the guest rootfs image.
The SDK package that is responsible for populating /etc/interfaces in the target root filesystem is 'init-ifupdown'. For a quick solution, you can add your statements directly to
<SDK_INSTALL_PATH>/meta-fsl-networking/recipes-core/init-ifupdown/files/interfaces and rebuild.
Refer to Yocto documentation for more information on working with Yocto:
http://www.freescale.com/infocenter/topic/QORIQSDK/2888160.html
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------