From: Saul Wold <sgw@linux.intel.com>
To: "Radu, IonutX" <ionutx.radu@intel.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.linuxtogo.org>
Subject: Re: [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1
Date: Mon, 13 May 2013 21:10:46 +0300 [thread overview]
Message-ID: <51912CA6.2030209@linux.intel.com> (raw)
In-Reply-To: <958794DC787AD345A1A41BCD3015B65030FF25@IRSMSX102.ger.corp.intel.com>
On 05/13/2013 05:23 PM, Radu, IonutX wrote:
>
> ________________________________________
> From: Saul Wold [sgw@linux.intel.com]
> Sent: Monday, May 13, 2013 11:20 AM
> To: Radu, IonutX
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1
>
> 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!
>
> I have built core-image-sato and core-image-minimal on all architectures (x86, x86-64, arm, ppc, mips),
> run qemu-$ARCH -version where ARCH is i386/x86_64/arm/ppc/mips and checked if the correct version is
> displayed.
>
Did you boot test and verify graphics look correct for all
core-image-sato images of the 5 ARCHS?
Thanks
Sau!
>> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
>> ---
>> 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"
>>
>
>
next prev parent reply other threads:[~2013-05-13 18:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-08 14:41 [PATCH 0/9] Package Updates (libxi, json-glib, js, pciutils, libfontenc, qemu, ethtool, pixman, gpgme) Ionut Radu
2013-05-08 14:41 ` [PATCH 1/9] libxi: updated from 1.7 to 1.7.1 Ionut Radu
2013-05-08 14:41 ` [PATCH 2/9] json-glib: updated from 0.15.2 to 0.16.0 Ionut Radu
2013-05-08 14:41 ` [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0 Ionut Radu
2013-05-08 14:55 ` Burton, Ross
2013-05-08 16:43 ` Saul Wold
2013-05-14 10:32 ` Radu, IonutX
2013-05-08 14:41 ` [PATCH 4/9] pciutils: updated from 3.1.10 to 3.2 Ionut Radu
2013-05-08 17:19 ` Saul Wold
2013-05-08 14:41 ` [PATCH 5/9] libfontenc: Updated from 1.1.1 to 1.1.2 Ionut Radu
2013-05-08 14:41 ` [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1 Ionut Radu
2013-05-13 8:20 ` Saul Wold
[not found] ` <958794DC787AD345A1A41BCD3015B65030FF25@IRSMSX102.ger.corp.intel.com>
2013-05-13 18:10 ` Saul Wold [this message]
2013-05-14 10:25 ` Radu, IonutX
2013-05-08 14:41 ` [PATCH 7/9] ethtool: Updated from 3.8 to 3.9 Ionut Radu
2013-05-08 14:41 ` [PATCH 8/9] pixman: Update from 0.29.2 to 0.29.4 Ionut Radu
2013-05-08 14:41 ` [PATCH 9/9] gpgme: Updated from 1.4.0 to 1.4.1 Ionut Radu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51912CA6.2030209@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=ionutx.radu@intel.com \
--cc=openembedded-core@lists.linuxtogo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.