summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/build-appliance-image
Commit message (Collapse)AuthorAgeFilesLines
* 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-242-0/+60
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>