From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TtSHE-0007MV-BJ for openembedded-core@lists.openembedded.org; Fri, 11 Jan 2013 01:15:16 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id r0B000UM012276; Fri, 11 Jan 2013 00:00:00 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02957-07; Thu, 10 Jan 2013 23:59:56 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id r0ANxooa012270 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 10 Jan 2013 23:59:51 GMT Message-ID: <1357862392.4072.3.camel@ted> From: Richard Purdie To: "Burton, Ross" Date: Thu, 10 Jan 2013 23:59:52 +0000 In-Reply-To: References: <1357843361-18125-1-git-send-email-cristian.iorga@intel.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH V2] connman: upgrade to 1.10 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 00:15:25 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2013-01-10 at 20:26 +0000, Burton, Ross wrote: > On 10 January 2013 18:42, Cristian Iorga wrote: > > 0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch > > - adapted to the new version > > > > 0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch > > - patch removed (it is included in the new version) > > > > inet-fix-ip-cleanup-functions.patch: added > > - fix for ip cleanup functions > > > > Signed-off-by: Constantin Musca > > Signed-off-by: Cristian Iorga > > Also document the point of connman-conf. > > > diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc > > index 5d59a7f..41fe552 100644 > > --- a/meta/conf/machine/include/qemu.inc > > +++ b/meta/conf/machine/include/qemu.inc > > @@ -10,6 +10,8 @@ XSERVER ?= "xserver-xorg \ > > > > MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" > > > > +MACHINEOVERRIDES .= ":qemu" > > + > > Please submit this as a separate patch, it's effectively unrelated to connman. Please don't use "qemu", use something like qemuall or allqemu since I have some thoughts about how this might interact with the qemu class, most involving the word "badly" ;-). Cheers, Richard