From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TBrLU-0004bV-Ny for openembedded-core@lists.openembedded.org; Wed, 12 Sep 2012 20:07:28 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 12 Sep 2012 10:54:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,410,1344236400"; d="scan'208";a="144311321" Received: from unknown (HELO [10.255.13.93]) ([10.255.13.93]) by AZSMGA002.ch.intel.com with ESMTP; 12 Sep 2012 10:54:54 -0700 Message-ID: <5050CC6E.7090705@linux.intel.com> Date: Wed, 12 Sep 2012 10:54:54 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: Darren Hart References: In-Reply-To: Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 0/3] recipes-rt: Update rt-tests, hwlatdetect, and core-image-rt images 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: Wed, 12 Sep 2012 18:07:29 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/11/2012 09:17 PM, Darren Hart wrote: > These changes have been tested on the meta-intel sys940x BSP. cyclictest and > hwlatdetect run successfully. > > The following changes since commit 48169c6bc44c546cecaa06207b6c36da558b81f7: > > classes/packageinfo: use better method to check if package exists (2012-09-10 21:52:37 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/rt-tests > http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=dvhart/rt-tests > > Darren Hart (3): > rt-tests: Update to 0.84, use the kernel.org git repository > rt-tests: Add hwlatdetect package > rt: Add hwlatdetect to rt images > > meta/recipes-rt/images/core-image-rt-sdk.bb | 2 +- > meta/recipes-rt/images/core-image-rt.bb | 2 +- > ...1-rt-tests-Allow-for-user-specified-PYLIB.patch | 35 +++++++++ > ...02-rt-tests-Break-out-install_hwlatdetect.patch | 68 +++++++++++++++++ > meta/recipes-rt/rt-tests/hwlatdetect_0.84.bb | 24 ++++++ > .../makefile-support-user-cflags-ldflags.patch | 89 ---------------------- > meta/recipes-rt/rt-tests/rt-tests.inc | 18 +++++ > .../{rt-tests_0.83.bb => rt-tests_0.84.bb} | 18 +---- > 8 files changed, 151 insertions(+), 105 deletions(-) > create mode 100644 meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch > create mode 100644 meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch > create mode 100644 meta/recipes-rt/rt-tests/hwlatdetect_0.84.bb > delete mode 100644 meta/recipes-rt/rt-tests/rt-tests-0.83/makefile-support-user-cflags-ldflags.patch > create mode 100644 meta/recipes-rt/rt-tests/rt-tests.inc > rename meta/recipes-rt/rt-tests/{rt-tests_0.83.bb => rt-tests_0.84.bb} (61%) > Merged into OE-Core Thanks Sau!