From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qrw1z-00028V-5q for openembedded-core@lists.openembedded.org; Fri, 12 Aug 2011 20:00:27 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 12 Aug 2011 10:55:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,363,1309762800"; d="scan'208";a="37913856" Received: from unknown (HELO [10.255.14.248]) ([10.255.14.248]) by azsmga001.ch.intel.com with ESMTP; 12 Aug 2011 10:55:52 -0700 Message-ID: <4E456928.40103@linux.intel.com> Date: Fri, 12 Aug 2011 10:55:52 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Cc: Darren Hart Subject: Re: [PATCH 00/10] Refresh meta-rt and move the recipes under meta 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: Fri, 12 Aug 2011 18:00:27 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 08/11/2011 04:08 PM, Darren Hart wrote: > This series brings the existing linux-yocto-rt recipe inline with the > main linux-yocto recipe. It cleans up the meta-rt directory structure > in preparation to move its contents under meta. It adds a 3.0.1-rt8 > linux-yocto recipe. Finally, it moves it all under meta and adds a > basic README. > > The following changes since commit 0350be945877b61eb8125663887fd7ed1c3923ab: > > scripts/runqemu: Make it run on ubuntu 11.10 (2011-08-11 19:22:06 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dvhart/rt-oe > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/rt-oe > > Darren Hart (10): > meta-rt: refresh linux-yocto-rt recipe > meta-rt: rt-tests v0.73 instead of AUTOREV > meta-rt: canonicalize directory structure > meta-rt: add linux-yocto-rt_3.0 recipe > meta-rt: remove atom-pc support from the main layer > meta-rt: rename minimal-rt images to -rt, drop live image > meta-rt: add an -rt-sdk image > meta-rt: default KMACHINE and SRCREV_machine to avoid parsing errors > Move meta-rt recipes to oe-core (meta) > recipes-rt: add a README documenting the contents of recipes-rt > > meta-rt/conf/layer.conf | 23 -------- > .../recipes-kernel/linux/linux-yocto-rt_2.6.34.bb | 14 ++++-- > meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 55 ++++++++++++++++++++ > meta/recipes-rt/README | 13 +++++ > meta/recipes-rt/images/core-image-rt-sdk.bb | 15 +++++ > .../recipes-rt/images/core-image-rt.bb | 2 +- > .../recipes-rt/rt-tests/rt-tests_0.73.bb | 2 +- > 7 files changed, 95 insertions(+), 29 deletions(-) > delete mode 100644 meta-rt/conf/layer.conf > rename meta-rt/recipes-kernel/linux-yocto-rt_stablegit.bb => meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb (64%) > create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb > create mode 100644 meta/recipes-rt/README > create mode 100644 meta/recipes-rt/images/core-image-rt-sdk.bb > rename meta-rt/images/core-image-minimal-rt.bb => meta/recipes-rt/images/core-image-rt.bb (78%) > rename meta-rt/recipes-tests/rt-tests_git.bb => meta/recipes-rt/rt-tests/rt-tests_0.73.bb (97%) > Merged into OE-Core Thanks Sau!