deb-pkg: add OVMF_debug.fd in .deb.conf

Bugfix for OVMF_debug.fd

Tracked-On: #7322
Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
This commit is contained in:
hangliu1 2022-04-19 22:32:25 -04:00 committed by acrnsi-robot
parent 5dcae86e2f
commit dafe07e378
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@
"source":"devicemodel/bios/OVMF.fd", "source":"devicemodel/bios/OVMF.fd",
"target":"usr/share/acrn/bios" "target":"usr/share/acrn/bios"
}, },
"OVMF_debug.fd":{
"source":"devicemodel/bios/OVMF_debug.fd",
"target":"usr/share/acrn/bios"
},
"40-watchdog.conf":{ "40-watchdog.conf":{
"source":"misc/debug_tools/acrn_crashlog/data/40-watchdog.conf", "source":"misc/debug_tools/acrn_crashlog/data/40-watchdog.conf",
"target":"usr/share/acrn/crashlog" "target":"usr/share/acrn/crashlog"