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 1U5BKJ-0002tp-4n for openembedded-core@lists.openembedded.org; Tue, 12 Feb 2013 09:34:56 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 12 Feb 2013 00:18:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,647,1355126400"; d="scan'208";a="284588260" Received: from costin-desktop (HELO [10.237.105.152]) ([10.237.105.152]) by orsmga002.jf.intel.com with ESMTP; 12 Feb 2013 00:18:54 -0800 Message-ID: <5119FB28.9020003@intel.com> Date: Tue, 12 Feb 2013 10:19:52 +0200 From: Constantin Musca User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1 MIME-Version: 1.0 To: Saul Wold References: <1360587708-5044-1-git-send-email-constantinx.musca@intel.com> <51192E7C.5010400@linux.intel.com> In-Reply-To: <51192E7C.5010400@linux.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: Tue, 12 Feb 2013 08:34:56 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/11/2013 07:46 PM, Saul Wold wrote: > > 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. I have tested core-image-sato on all qemu archs. Cheers, Constantin > > 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" >>