mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 12:30:08 +00:00
deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package
1. "make clean && make BOARD=nuc11tnbi5 SCENARIO=shared" will generate the acrn debian package. 2. "make clean && make board_inspector" will generate the acrn board_inspector debian package Tracked-On: #6688 Signed-off-by: Hu Fenglin <fenglin.hu@intel.com>
This commit is contained in:
@@ -9,8 +9,8 @@ import sys
|
||||
import ctypes
|
||||
import struct
|
||||
import uuid
|
||||
import lib.bitfields as bitfields
|
||||
import lib.unpack as unpack
|
||||
import inspectorlib.bitfields as bitfields
|
||||
import inspectorlib.unpack as unpack
|
||||
|
||||
class SMBIOS(unpack.Struct):
|
||||
def __new__(cls):
|
||||
|
Reference in New Issue
Block a user