From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2B29BE006C1 for ; Wed, 31 Oct 2012 08:17:55 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 31 Oct 2012 08:17:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,687,1344236400"; d="scan'208";a="213528064" Received: from unknown (HELO [10.255.14.154]) ([10.255.14.154]) by orsmga001.jf.intel.com with ESMTP; 31 Oct 2012 08:17:53 -0700 Message-ID: <1351696672.1762.8.camel@empanada> From: Tom Zanussi To: nitin.a.kamble@intel.com Date: Wed, 31 Oct 2012 10:17:52 -0500 In-Reply-To: References: X-Mailer: Evolution 3.4.1 (3.4.1-2.fc17) Mime-Version: 1.0 Cc: darren.hart@intel.com, yocto@yoctoproject.org Subject: Re: [PATCH 0/4] misc fixes for 1.3 meta-intel release X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 15:17:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2012-10-30 at 19:23 -0700, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble > > Tested these on all BSPs i maintain with results as expected. > Also this testing Acks the kernel SRCREV bumps done by Tom today. > I've verified this works fine on crownbay and you've verified on sugarbay and chiefriver, correct? That just leaves cedartrail before we can pull this in. Tom > Thanks, > Nitin > > > The following changes since commit 76d2942087d7563ae42f0bea6d97460ee2561f3e: > > crystalforest: Update the README Instructions. (2012-10-30 08:47:40 -0500) > > are available in the git repository at: > git://git.yoctoproject.org/meta-intel-contrib nitin/misc > http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc > > Nitin A Kamble (3): > libva: update to the latest version > libva-intel-driver: update to the latest version > mesa-dri.bbappend: avoid conflict with emgd-driver-bin > > Ross Burton (1): > libva: remove redundant libva 1.0.12 > > .../recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 27 +++++++++++++++++--- > .../libva/libva-intel-driver.inc | 2 +- > .../libva/libva-intel-driver_1.0.15.bb | 8 ------ > .../libva/libva-intel-driver_1.0.17.bb | 9 ++++++ > common/recipes-multimedia/libva/libva_1.0.12.bb | 8 ------ > common/recipes-multimedia/libva/libva_1.0.15.bb | 8 ------ > common/recipes-multimedia/libva/libva_1.0.16.bb | 8 ++++++ > 7 files changed, 41 insertions(+), 29 deletions(-) > delete mode 100644 common/recipes-multimedia/libva/libva-intel-driver_1.0.15.bb > create mode 100644 common/recipes-multimedia/libva/libva-intel-driver_1.0.17.bb > delete mode 100644 common/recipes-multimedia/libva/libva_1.0.12.bb > delete mode 100644 common/recipes-multimedia/libva/libva_1.0.15.bb > create mode 100644 common/recipes-multimedia/libva/libva_1.0.16.bb >