From 3b37586fa4a355369b78ea16dee09b50edea96ec Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Thu, 11 Sep 2014 18:33:25 +0300 Subject: 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 Signed-off-by: Richard Purdie --- .../Yocto_Build_Appliance.vmx | 58 ++++++++++------------ .../Yocto_Build_Appliance.vmxf | 2 +- 2 files changed, 27 insertions(+), 33 deletions(-) (limited to 'meta') diff --git a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx b/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx index b04a1b6a73..7da9c52b3b 100644 --- a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx +++ b/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx @@ -1,17 +1,23 @@ .encoding = "UTF-8" -displayname = "Yocto Build Appliance" -guestos = "other" -tools.syncTime = "FALSE" -virtualhw.version = "8" config.version = "8" +virtualHW.version = "10" numvcpus = "2" -cpuid.coresPerSocket = "1" vcpu.hotadd = "TRUE" -mem.hotadd = "TRUE" 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" -mks.enable3d = "TRUE" pciBridge4.present = "TRUE" pciBridge4.virtualDev = "pcieRootPort" pciBridge4.functions = "8" @@ -25,28 +31,16 @@ pciBridge7.present = "TRUE" pciBridge7.virtualDev = "pcieRootPort" pciBridge7.functions = "8" vmci0.present = "TRUE" -floppy0.present = "TRUE" -floppy0.fileType = "device" -floppy0.autodetect = "FALSE" -floppy0.startConnected = "FALSE" -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" +hpet0.present = "TRUE" +usb.vbluetooth.startConnected = "TRUE" +displayName = "Yocto Build Appliance" +guestOS = "other3xlinux-64" 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" diff --git a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf b/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf index ca3f0264d6..9e941ff2f3 100644 --- a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf +++ b/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf @@ -1,7 +1,7 @@ -52 e4 0b df 7b 70 21 f8-88 56 a7 26 47 43 95 93 +52 a5 d8 cb ed 6c 85 48-cd 99 68 af cc 30 a0 98 -- cgit v1.2.3-54-g00ecf