mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
build-appliance-image: upgraded VMware machine config
Build Appliance VMware configuration has been modernized: - Default disk is a SATA one; - CDROM and Floppy drives removed, no real use; - 3D acceleration not really present, removed; This solves a warning that VMware Player/Workstation was displaying at boot. - IDE disk removed. - guestOS has been set to a 64bits Linux. Fixes [YOCTO #6680]. (From OE-Core rev: be5b17b7f08f2c798f2dddcd15d5481cef2dc768) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bd1a3ab8a6
commit
3b37586fa4
@@ -1,17 +1,23 @@
|
|||||||
.encoding = "UTF-8"
|
.encoding = "UTF-8"
|
||||||
displayname = "Yocto Build Appliance"
|
|
||||||
guestos = "other"
|
|
||||||
tools.syncTime = "FALSE"
|
|
||||||
virtualhw.version = "8"
|
|
||||||
config.version = "8"
|
config.version = "8"
|
||||||
|
virtualHW.version = "10"
|
||||||
numvcpus = "2"
|
numvcpus = "2"
|
||||||
cpuid.coresPerSocket = "1"
|
|
||||||
vcpu.hotadd = "TRUE"
|
vcpu.hotadd = "TRUE"
|
||||||
mem.hotadd = "TRUE"
|
|
||||||
memsize = "4096"
|
memsize = "4096"
|
||||||
svga.autodetect = "TRUE"
|
mem.hotadd = "TRUE"
|
||||||
|
sata0.present = "TRUE"
|
||||||
|
sata0:0.present = "TRUE"
|
||||||
|
sata0:0.fileName = "/mnt/Yo/yoctoproject/VMs/BA/Yocto_Build_Appliance.vmdk"
|
||||||
|
ethernet0.present = "TRUE"
|
||||||
|
ethernet0.virtualDev = "e1000"
|
||||||
|
ethernet0.wakeOnPcktRcv = "FALSE"
|
||||||
|
ethernet0.addressType = "generated"
|
||||||
|
usb.present = "TRUE"
|
||||||
|
ehci.pciSlotNumber = "0"
|
||||||
|
sound.present = "TRUE"
|
||||||
|
sound.fileName = "-1"
|
||||||
|
sound.autodetect = "TRUE"
|
||||||
pciBridge0.present = "TRUE"
|
pciBridge0.present = "TRUE"
|
||||||
mks.enable3d = "TRUE"
|
|
||||||
pciBridge4.present = "TRUE"
|
pciBridge4.present = "TRUE"
|
||||||
pciBridge4.virtualDev = "pcieRootPort"
|
pciBridge4.virtualDev = "pcieRootPort"
|
||||||
pciBridge4.functions = "8"
|
pciBridge4.functions = "8"
|
||||||
@@ -25,28 +31,16 @@ pciBridge7.present = "TRUE"
|
|||||||
pciBridge7.virtualDev = "pcieRootPort"
|
pciBridge7.virtualDev = "pcieRootPort"
|
||||||
pciBridge7.functions = "8"
|
pciBridge7.functions = "8"
|
||||||
vmci0.present = "TRUE"
|
vmci0.present = "TRUE"
|
||||||
floppy0.present = "TRUE"
|
hpet0.present = "TRUE"
|
||||||
floppy0.fileType = "device"
|
usb.vbluetooth.startConnected = "TRUE"
|
||||||
floppy0.autodetect = "FALSE"
|
displayName = "Yocto Build Appliance"
|
||||||
floppy0.startConnected = "FALSE"
|
guestOS = "other3xlinux-64"
|
||||||
ide1:0.present = "TRUE"
|
|
||||||
ide1:0.deviceType = "atapi-cdrom"
|
|
||||||
ide1:0.autodetect = "TRUE"
|
|
||||||
ide1:0.startConnected = "FALSE"
|
|
||||||
ide0:0.present = "TRUE"
|
|
||||||
ide0:0.deviceType = "disk"
|
|
||||||
ide0:0.fileName = "Yocto_Build_Appliance.vmdk"
|
|
||||||
usb.present = "TRUE"
|
|
||||||
scsi0.virtualDev = "lsilogic"
|
|
||||||
scsi0.present = "TRUE"
|
|
||||||
ethernet0.present = "TRUE"
|
|
||||||
ethernet0.virtualDev = "e1000"
|
|
||||||
ethernet0.connectionType = "bridged"
|
|
||||||
ethernet0.startConnected = "TRUE"
|
|
||||||
ethernet0.addressType = "generated"
|
|
||||||
sound.present = "TRUE"
|
|
||||||
sound.virtualDev = "es1371"
|
|
||||||
sound.autodetect = "TRUE"
|
|
||||||
extendedConfigFile = "Yocto_Build_Appliance.vmxf"
|
|
||||||
sound.fileName = "-1"
|
|
||||||
virtualHW.productCompatibility = "hosted"
|
virtualHW.productCompatibility = "hosted"
|
||||||
|
gui.exitOnCLIHLT = "FALSE"
|
||||||
|
powerType.powerOff = "soft"
|
||||||
|
powerType.powerOn = "soft"
|
||||||
|
powerType.suspend = "soft"
|
||||||
|
powerType.reset = "soft"
|
||||||
|
extendedConfigFile = "Yocto_Build_Appliance.vmxf"
|
||||||
|
scsi0:0.present = "FALSE"
|
||||||
|
floppy0.present = "FALSE"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Foundry>
|
<Foundry>
|
||||||
<VM>
|
<VM>
|
||||||
<VMId type="string">52 e4 0b df 7b 70 21 f8-88 56 a7 26 47 43 95 93</VMId>
|
<VMId type="string">52 a5 d8 cb ed 6c 85 48-cd 99 68 af cc 30 a0 98</VMId>
|
||||||
<ClientMetaData>
|
<ClientMetaData>
|
||||||
<clientMetaDataAttributes/>
|
<clientMetaDataAttributes/>
|
||||||
<HistoryEventList/></ClientMetaData>
|
<HistoryEventList/></ClientMetaData>
|
||||||
|
|||||||
Reference in New Issue
Block a user