]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-appliance-image: ethernet connection type is now bridged
authorCristian Iorga <cristian.iorga@intel.com>
Mon, 11 Mar 2013 11:24:21 +0000 (13:24 +0200)
committerSaul Wold <sgw@linux.intel.com>
Thu, 14 Mar 2013 18:29:12 +0000 (11:29 -0700)
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>
meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx

index b38127ab877377a8689b349a9f82567ddcdb2c0f..b04a1b6a734641a14fae88b80c0a9fe2509cc7c8 100644 (file)
@@ -41,7 +41,7 @@ scsi0.virtualDev = "lsilogic"
 scsi0.present = "TRUE"
 ethernet0.present = "TRUE"
 ethernet0.virtualDev = "e1000"
-ethernet0.connectionType = "nat"
+ethernet0.connectionType = "bridged"
 ethernet0.startConnected = "TRUE"
 ethernet0.addressType = "generated"
 sound.present = "TRUE"