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: update build file to install serial configuration file #416

Closed wuxyintel closed 2 years ago

wuxyintel commented 2 years ago

This serail configuration file is used to configure non-standard serial ports for service VM and these serial ports are emulated by hypervisor to do communication between service VM and user VM.

Signed-off-by: Xiangyang Wu xiangyang.wu@intel.com

wenlingz commented 2 years ago

@saininav please help approve this PR and help merge this PR, acrn has one PR https://github.com/projectacrn/acrn-hypervisor/pull/6766 to generate serial.conf, thanks

saininav commented 2 years ago

serial.conf is already being installed via Makefile. I don't think, it is required to install in DEPLOYDIR !

https://github.com/wuxyintel/acrn-hypervisor/blob/serial_conf/hypervisor/Makefile#L403

wenlingz commented 2 years ago

serial.conf is already being installed via Makefile. I don't think, it is required to install in DEPLOYDIR !

https://github.com/wuxyintel/acrn-hypervisor/blob/serial_conf/hypervisor/Makefile#L403

OK, thanks Naveen, we close this PR

wuxyintel commented 2 years ago

@saininav @wenlingz Thanks for your double check, I will close this PR.