From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QWa8q-0007tV-Dr for openembedded-core@lists.openembedded.org; Tue, 14 Jun 2011 22:23:16 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 14 Jun 2011 13:19:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,366,1304319600"; d="scan'208";a="13502435" Received: from unknown (HELO [10.255.13.21]) ([10.255.13.21]) by orsmga002.jf.intel.com with ESMTP; 14 Jun 2011 13:19:49 -0700 From: Tom Zanussi To: Patches and discussions about the oe-core layer In-Reply-To: References: <46ED2218-6735-449C-B10C-D557B92DA339@dominion.thruhere.net> <4DF672F2.2030909@linux.intel.com> <49501374-7FBE-400E-A91B-BD7EBD7FB65C@dominion.thruhere.net> <1308000620.15712.288.camel@rex> Date: Tue, 14 Jun 2011 15:20:15 -0500 Message-ID: <1308082816.10825.38.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Subject: Re: Where is atom-pc.conf hiding? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2011 20:23:16 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-06-14 at 00:40 -0700, Koen Kooi wrote: > Op 13 jun 2011, om 23:30 heeft Richard Purdie het volgende geschreven: > > > On Mon, 2011-06-13 at 22:36 +0200, Koen Kooi wrote: > >> Op 13 jun 2011, om 22:28 heeft Saul Wold het volgende geschreven: > >> > >>> On 06/13/2011 11:31 AM, Koen Kooi wrote: > >>>> Hi, > >>>> > >>>> Khem was asking if I could reproduce the recent x86 breakage he was seeing[1] and I ran into another bug: > >>>> > >>>> koen@dominion:/OE/tentacle/sources/meta-intel$ git blame meta-n450/conf/machine/n450.conf | grep atom > >>>> 158f88d7 (Saul Wold 2011-01-03 15:33:52 -0800 6) require conf/machine/atom-pc.conf > >>>> > >>> meta-yocto seems to be the place you need to look! > >>> > >>> I hope that the layering tools can help to detect and inform folks of this like of dependency. > >> > >> Isn't meta-yocto supposed to a the integration layer with no new > >> parts? I can't use meta-yocto since it has conflicting beagleboard > >> stuff in it, which means that meta-intel is now broken for me as well. > >> That surely isn't the intended plan?!?! > > > > The plan on public record is that atom-pc moves to meta-intel as soon as > > the layer tooling comes online and meta-yocto becomes its own repo > > (which at present its not but its certainly the intent). > > So can someone at least put that in the meta-intel or meta-n450 README? Most layers now have a README with the dependency info (e.g. http://git.shr-project.org/git/?p=meta-smartphone.git;a=blob;f=meta-palm/README;h=200a3c83ff11ad790fe4e03e93a26520ec0c6714;hb=HEAD ) It would be nice if the ones on yocto-project.org had somethign similar :) > _ Would something like this do the trick for now (if so, I can do similar for the other meta-intel bsps)? >From ae612a895b320471f65e289328fd351d4094a7c2 Mon Sep 17 00:00:00 2001 Message-Id: From: Tom Zanussi Date: Tue, 14 Jun 2011 13:49:24 -0500 Subject: [PATCH] meta-n450: add dependency info Add information on the dependencies needed to use the meta-n450 layer. Signed-off-by: Tom Zanussi --- meta-n450/ReleaseNotes | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/meta-n450/ReleaseNotes b/meta-n450/ReleaseNotes index 23ac815..4257d94 100644 --- a/meta-n450/ReleaseNotes +++ b/meta-n450/ReleaseNotes @@ -1,8 +1,38 @@ Poky Laverne Release 4.0 +- Dependencies - Features and Updates - Known Issues +DEPENDENCIES +============ + +This layer depends on: + + URI: git://git.openembedded.org/bitbake + branch: master + + URI: git://git.openembedded.org/openembedded-core + layers: meta + branch: master + + URI: git://git.yoctoproject.org/poky + layers: meta-yocto + branch: master + +NOTE: n450 currently depends on meta-yocto due to atom-pc +dependencies. The plan is to move atom-pc to meta-intel as soon as +the layer tooling comes online and meta-yocto becomes its own repo. +At that point, meta-yocto will no longer be required. + +Note also that the layering with respect to the poky repo is in +transition; it currently contains both meta from openembedded-core and +bitbake along with some other files and directories which will +eventually be contained in standalone repos once the ongoing layering +work has been completed. As such, the master branch of the poky repo +can at the present time be used to satisfy all meta-intel +dependencies. + FEATURES AND UPDATES ==================== -- 1.7.0.4 > ______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core