From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0C1E6E006D2 for ; Fri, 11 Jan 2013 08:13:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id r0BGD4a3018661; Fri, 11 Jan 2013 16:13:04 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 18272-02; Fri, 11 Jan 2013 16:13:00 +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 r0BGCw1x018653 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 11 Jan 2013 16:12:59 GMT Message-ID: <1357920781.4072.85.camel@ted> From: Richard Purdie To: Felipe Ferreri Tonello Date: Fri, 11 Jan 2013 16:13:01 +0000 In-Reply-To: <50EF6844.1070008@felipetonello.com> References: <1357691823-8155-1-git-send-email-eu@felipetonello.com> <969F26A8BAB325438E7EB80D3C3134FB161DBDFD@IRSMSX102.ger.corp.intel.com> <1357736629.13022.55.camel@ted> <50EF1521.60200@felipetonello.com> <1357862268.4072.1.camel@ted> <50EF6844.1070008@felipetonello.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: "poky@yoctoproject.org" Subject: Re: [PATCH] connman: fixed init script, so it can run with nfs X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 16:13:10 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2013-01-10 at 17:17 -0800, Felipe Ferreri Tonello wrote: > Hi Richard, > > On 01/10/2013 03:57 PM, Richard Purdie wrote: > > On Thu, 2013-01-10 at 11:23 -0800, Felipe Ferreri Tonello wrote: > >> Richard and Cristian, > >> > >> On 01/09/2013 05:03 AM, Richard Purdie wrote: > >>> On Wed, 2013-01-09 at 10:12 +0000, Iorga, Cristian wrote: > >>>> Hello Felipe, > >>>> > >>>> I have some questions regarding this patch: > >>>> > >>>> 1. On which hardware/machine have you tested this patch? (real hardware, qemu machine, etc) > >>>> 2. In what way is connman affecting nfs? In other words, what is the root cause? > >>>> 3. Which version of connman are you using? > >>>> > >>>> I am asking these questions because I am working on something somehow related, and I think a more general fix might be needed. > >>> > >>> I'd also add that: > >>> > >>> a) Patches to this part of the tree need to go to the OE-Core mailing list > >> > >> I saw on openembedded tree that connman recipes are old. They are not > >> the same as in poky. > >> > >> I'm always confused about this. Where is oe-core that poky and oe share? > > > > These two repositories should be in sync in terms of file level content > > of the meta directory: > > > > http://cgit.openembedded.org/openembedded-core/log/ > > > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/ > > > > Were you looking at openembedded or openembedded-core? > > I was looking into openembedded, now I got it. > > btw, What's the difference between them? openembedded tree is the > meta-oe? and openembedded-core ie oe-core? openembedded is OE-Classic, i.e. from before it got split into various pieces such as oe-core and meta-oe. Cheers, Richard