Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] connman-conf: add a global public DNS to network provisioning
@ 2013-10-04 12:33 Cristian Iorga
  2013-10-04 12:33 ` [PATCH 1/1] " Cristian Iorga
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Iorga @ 2013-10-04 12:33 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e7a20238dc73bb449f15feaf0dead51daf796184:

  maintainers: Add some maintainers (2013-10-03 10:22:30 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/YB4587
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/YB4587

Cristian Iorga (1):
  connman-conf: add a global public DNS to network provisioning

 meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config | 1 +
 1 file changed, 1 insertion(+)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] connman-conf: add a global public DNS to network provisioning
  2013-10-04 12:33 [PATCH 0/1] connman-conf: add a global public DNS to network provisioning Cristian Iorga
@ 2013-10-04 12:33 ` Cristian Iorga
  0 siblings, 0 replies; 2+ messages in thread
From: Cristian Iorga @ 2013-10-04 12:33 UTC (permalink / raw)
  To: openembedded-core

In case of QEMU machines, a global public DNS is provisioned,
as the network is not configured via DHCP.
Google's public global DNS server 8.8.8.8 is used.

Partial fix for [YOCTO #4587] (qemu machines case).

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
index 996e429..42998ce 100644
--- a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
+++ b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
@@ -6,3 +6,4 @@ Description = Wired network configuration
 Type = ethernet
 IPv4 =
 MAC = 52:54:00:12:34:56
+Nameservers = 8.8.8.8
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-04 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 12:33 [PATCH 0/1] connman-conf: add a global public DNS to network provisioning Cristian Iorga
2013-10-04 12:33 ` [PATCH 1/1] " Cristian Iorga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox