intel / meta-acrn

Layer to integrate the ACRN hypervisor with the Yocto Project.
http://projectacrn.org/
MIT License
21 stars 40 forks source link

acrn-demo-sos.conf: Disable auto ethernet DHCP #479

Closed saininav closed 2 years ago

saininav commented 2 years ago

DHCP is already enabled & handled by ACRN bridge services, which causes conflict with it. Due to that user VM do not get IP address. So disable it, let ACRN tools handle it.

https://git.yoctoproject.org/poky/tree/meta/recipes-core/systemd/systemd-conf_1.0.bb#n26 https://github.com/projectacrn/acrn-hypervisor/tree/release_3.0/misc/services/acrn_bridge

Signed-off-by: Naveen Saini naveen.kumar.saini@intel.com