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 1UboHi-0001Lo-1U for openembedded-core@lists.openembedded.org; Mon, 13 May 2013 10:39:07 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 13 May 2013 01:20:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,660,1363158000"; d="scan'208";a="301560575" Received: from unknown (HELO [10.255.12.238]) ([10.255.12.238]) by azsmga001.ch.intel.com with ESMTP; 13 May 2013 01:20:54 -0700 Message-ID: <5190A265.2040009@linux.intel.com> Date: Mon, 13 May 2013 11:20:53 +0300 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: Ionut Radu References: <1368024119-4149-1-git-send-email-ionutx.radu@intel.com> <1368024119-4149-7-git-send-email-ionutx.radu@intel.com> In-Reply-To: <1368024119-4149-7-git-send-email-ionutx.radu@intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.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, 13 May 2013 08:39:19 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/08/2013 05:41 PM, Ionut Radu wrote: > 0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch and 3f08ffb4a4741d147634761dc053ed386243a0de.patch were backported in 1.4.1 > What kind of testing did you do with qemu? Qemu even minor updates can lead to issues since it such a core part of OE-Core development and test. Thanks Sau! > Signed-off-by: Ionut Radu > --- > meta/recipes-devtools/qemu/qemu.inc | 1 - > meta/recipes-devtools/qemu/{qemu_1.4.0.bb => qemu_1.4.1.bb} | 8 +++----- > 2 files changed, 3 insertions(+), 6 deletions(-) > rename meta/recipes-devtools/qemu/{qemu_1.4.0.bb => qemu_1.4.1.bb} (49%) > > diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc > index bd7890d..0a7dc4e 100644 > --- a/meta/recipes-devtools/qemu/qemu.inc > +++ b/meta/recipes-devtools/qemu/qemu.inc > @@ -26,7 +26,6 @@ SRC_URI = "\ > file://larger_default_ram_size.patch \ > file://arm-bgr.patch \ > file://Revert-vmware_vga-Add-back-some-info-in-local-state-.patch \ > - file://0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch \ > file://0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch \ > " > > diff --git a/meta/recipes-devtools/qemu/qemu_1.4.0.bb b/meta/recipes-devtools/qemu/qemu_1.4.1.bb > similarity index 49% > rename from meta/recipes-devtools/qemu/qemu_1.4.0.bb > rename to meta/recipes-devtools/qemu/qemu_1.4.1.bb > index d968782..f59d28a 100644 > --- a/meta/recipes-devtools/qemu/qemu_1.4.0.bb > +++ b/meta/recipes-devtools/qemu/qemu_1.4.1.bb > @@ -3,10 +3,8 @@ require qemu.inc > LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ > file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" > > -SRC_URI += "file://3f08ffb4a4741d147634761dc053ed386243a0de.patch \ > - file://fdt_header.patch \ > - " > +SRC_URI += "file://fdt_header.patch" > > SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" > -SRC_URI[md5sum] = "78f13b774814b6b7ebcaf4f9b9204318" > -SRC_URI[sha256sum] = "066297ed77408fb7588889c271a85cf3c259ad55c939315988e6062d7708eda8" > +SRC_URI[md5sum] = "eb2d696956324722b5ecfa46e41f9a75" > +SRC_URI[sha256sum] = "75063a9326221607de3599e89fb5af80f2d8080ddc55ca253fff113843432df1" >