deb-pkg: update deb configuration to install serial.conf

When some communication vuarts are configured in hypervisor
scenario files, serial.conf will be generated and should be
installed in the etc folder of service VM.

In this patch, update deb configuration file to install
serial.conf into etc folder of service VM.

Tracked-On: #6652

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
This commit is contained in:
Xiangyang Wu 2021-11-09 10:46:20 +08:00 committed by wenlingz
parent ccdbf49927
commit 44ab3a8336

View File

@ -55,6 +55,10 @@
"source":"acrn-hypervisor/misc/packaging/100_ACRN",
"target":"etc/grub.d/"
},
"serial.conf":{
"source":"acrn-hypervisor/build/hypervisor/serial.conf",
"target":"etc/"
},
"50-acrn.netdev":{
"source":"acrn-hypervisor/misc/packaging/50-acrn.netdev",
"target":"usr/lib/systemd/network"