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 1U4xiV-0007vP-23 for openembedded-core@lists.openembedded.org; Mon, 11 Feb 2013 19:03:11 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 11 Feb 2013 09:46:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,643,1355126400"; d="scan'208";a="255518451" Received: from unknown (HELO [10.255.12.192]) ([10.255.12.192]) by azsmga001.ch.intel.com with ESMTP; 11 Feb 2013 09:46:36 -0800 Message-ID: <51192E7C.5010400@linux.intel.com> Date: Mon, 11 Feb 2013 09:46:36 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Constantin Musca References: <1360587708-5044-1-git-send-email-constantinx.musca@intel.com> In-Reply-To: <1360587708-5044-1-git-send-email-constantinx.musca@intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] qemu: upgrade to 1.3.1 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: Mon, 11 Feb 2013 18:03:13 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit qhat kind of testing have you done with this update, since qemu is core to our BSPs I want to make sure we have tested it well. Thanks Sau! On 02/11/2013 05:01 AM, Constantin Musca wrote: > Signed-off-by: Constantin Musca > --- > meta/recipes-devtools/qemu/{qemu_1.3.0.bb => qemu_1.3.1.bb} | 4 ++-- > meta/recipes-devtools/qemu/qemu_git.bb | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-devtools/qemu/{qemu_1.3.0.bb => qemu_1.3.1.bb} (64%) > > diff --git a/meta/recipes-devtools/qemu/qemu_1.3.0.bb b/meta/recipes-devtools/qemu/qemu_1.3.1.bb > similarity index 64% > rename from meta/recipes-devtools/qemu/qemu_1.3.0.bb > rename to meta/recipes-devtools/qemu/qemu_1.3.1.bb > index 7d007ea..c04b2be 100644 > --- a/meta/recipes-devtools/qemu/qemu_1.3.0.bb > +++ b/meta/recipes-devtools/qemu/qemu_1.3.1.bb > @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ > file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" > > SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" > -SRC_URI[md5sum] = "a4030ddd2ba324152a97d65d3c0b247d" > -SRC_URI[sha256sum] = "878055ec05bc28fecfe2da97eb8bc992e8635575b67cebdfc5ca1ede171140a8" > +SRC_URI[md5sum] = "5dbc6c22f47efca71dfaae0dd80dcf9e" > +SRC_URI[sha256sum] = "3772e7ef0c9b4178195edcf90e711f12ba123f465fcf09fb43b56bdacaca0eaf" > > PR = "r0" > diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb > index 9465203..328e3bf 100644 > --- a/meta/recipes-devtools/qemu/qemu_git.bb > +++ b/meta/recipes-devtools/qemu/qemu_git.bb > @@ -1,6 +1,6 @@ > require qemu.inc > > -SRCREV = "6d6c9f59ca1b1a76ade7ad868bef191818f58819" > +SRCREV = "04024dea2674861fcf13582a77b58130c67fccd8" > > LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ > file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" >