summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx
Commit message (Collapse)AuthorAgeFilesLines
* build-appliance-image: remove hardwired pathCristian Iorga2014-09-161-1/+1
| | | | | | | | | | | | | Remove wrong absolute hardwired path for the VM disk image. Fixes [YOCTO #6728]. (From OE-Core rev: f8a9b81192f8846937d85c7189018e35c860f7bd) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: upgraded VMware machine configCristian Iorga2014-09-111-32/+26
| | | | | | | | | | | | | | | | | | | 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>
* build-appliance-image: ethernet connection type is now bridgedCristian Iorga2013-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | For network/internet connectivity, Build Appliance uses a NAT virtual network adapter. While using NAT, inside Build Appliance network proxies won't provide a network connection to the outside world. Basically, connectivity is not provided if network proxies are needed in order to acces the internet. The solution is to use bridged ethernet connection type. Fixes [YOCTO #3998]. (From OE-Core rev: ef7ac8d9c0cf25834e75b4e5b987589f9ff19dc3) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Add vmx* files and build zip fileSaul Wold2012-08-241-0/+52
This commit adds the vmx* files needed to setup a VMware image, this also packages the vmdk along with the vmx files. (From OE-Core rev: 968cfc0b630fb409430a46b1512d6bf0de225ad1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>