summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/build-appliance-image
AgeCommit message (Collapse)Author
2014-09-16build-appliance-image: remove hardwired pathCristian Iorga
Remove wrong absolute hardwired path for the VM disk image. Fixes [YOCTO #6728]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2014-09-11build-appliance-image: upgraded VMware machine configCristian Iorga
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]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-14build-appliance-image: ethernet connection type is now bridgedCristian Iorga
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]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-24build-appliance-image: Add vmx* files and build zip fileSaul Wold
This commit adds the vmx* files needed to setup a VMware image, this also packages the vmdk along with the vmx files. Signed-off-by: Saul Wold <sgw@linux.intel.com>