Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Package upgrades
@ 2013-07-24 12:42 Ionut Radu
  2013-07-24 12:42 ` [PATCH 1/4] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ionut Radu @ 2013-07-24 12:42 UTC (permalink / raw)
  To: openembedded-core

qemu: patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported
libxxf86dga: patch libxxf86dga-1.1.3_fix_for_x32.patch was backported (the use of uintptr_t
guarantees that the unsigned int has the same size as a pointer)
All updates were tested on core-image-sato on all architectures (x86, x86-64, ppc, arm, mips)

The following changes since commit 31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9:

  poky-tiny.conf: blacklist core-image-weston option (2013-07-18 21:26:58 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (4):
  libxfont: Update from 1.4.5 to 1.4.6
  libxrandr: Update from 1.4.0 to 1.4.1
  libxxf86dga: Updated from 1.1.3 to 1.1.4
  qemu: Updated from 1.5.0 to 1.5.1

 meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb}     |    7 +++----
 .../xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb}           |    5 ++---
 .../xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb}         |    5 ++---
 .../xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb}     |    7 ++-----
 4 files changed, 9 insertions(+), 15 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} (49%)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} (76%)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb} (70%)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/4] libxfont: Update from 1.4.5 to 1.4.6
  2013-07-24 12:42 [PATCH 0/4] Package upgrades Ionut Radu
@ 2013-07-24 12:42 ` Ionut Radu
  2013-07-24 12:42 ` [PATCH 2/4] libxrandr: Update from 1.4.0 to 1.4.1 Ionut Radu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Ionut Radu @ 2013-07-24 12:42 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb}             |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb
rename to meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb
index 78ab5ea..a9711c3 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.5.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb
@@ -12,12 +12,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
 DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
 PROVIDES = "xfont"
 
-PR = "r1"
 PE = "1"
 
 XORG_PN = "libXfont"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "6851da5dae0a6cf5f7c9b9e2b05dd3b4"
-SRC_URI[sha256sum] = "bbf96fb80b6b95cdb1dc968085082a6e668193a54cd9d6e2af669909c0cb7170"
+SRC_URI[md5sum] = "351a9b7348d165029bda52c9fdcb5c7a"
+SRC_URI[sha256sum] = "d0cbfe4554dc17ceea413cdad5601d35ed8d05d5b880e60931a8775fd1157e9f"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/4] libxrandr: Update from 1.4.0 to 1.4.1
  2013-07-24 12:42 [PATCH 0/4] Package upgrades Ionut Radu
  2013-07-24 12:42 ` [PATCH 1/4] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
@ 2013-07-24 12:42 ` Ionut Radu
  2013-07-24 12:42 ` [PATCH 3/4] libxxf86dga: Updated from 1.1.3 to 1.1.4 Ionut Radu
  2013-07-24 12:42 ` [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
  3 siblings, 0 replies; 6+ messages in thread
From: Ionut Radu @ 2013-07-24 12:42 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb}           |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.1.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
rename to meta/recipes-graphics/xorg-lib/libxrandr_1.4.1.bb
index 323c098..360199d 100644
--- a/meta/recipes-graphics/xorg-lib/libxrandr_1.4.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.1.bb
@@ -13,12 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aa33e583cc3e96238a8467b485e62992"
 
 DEPENDS += "virtual/libx11 randrproto libxrender libxext"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXrandr"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "0c843636124cc1494e3d87df16957672"
-SRC_URI[sha256sum] = "033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3"
+SRC_URI[md5sum] = "8dbac4e972348dcbd3a0673ce2e37919"
+SRC_URI[sha256sum] = "d914a0490fd0a2ea6c3194505b5b28c56e2a277d8f4648b0275ee0ee370fb905"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/4] libxxf86dga: Updated from 1.1.3 to 1.1.4
  2013-07-24 12:42 [PATCH 0/4] Package upgrades Ionut Radu
  2013-07-24 12:42 ` [PATCH 1/4] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
  2013-07-24 12:42 ` [PATCH 2/4] libxrandr: Update from 1.4.0 to 1.4.1 Ionut Radu
@ 2013-07-24 12:42 ` Ionut Radu
  2013-07-24 12:42 ` [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
  3 siblings, 0 replies; 6+ messages in thread
From: Ionut Radu @ 2013-07-24 12:42 UTC (permalink / raw)
  To: openembedded-core

Patch libxxf86dga-1.1.3_fix_for_x32.patch was backported (the use of uintptr_t
guarantees that the unsigned int has the same size as a pointer)

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb}     |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb} (70%)

diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
similarity index 70%
rename from meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.3.bb
rename to meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
index dcb6701..695a396 100644
--- a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
@@ -12,11 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f"
 DEPENDS += "libxext xf86dgaproto"
 
 PE = "1"
-PR = "r2"
 
-SRC_URI += "file://libxxf86dga-1.1.3_fix_for_x32.patch"
-
-SRC_URI[md5sum] = "b7f38465c46e7145782d37dbb9da8c09"
-SRC_URI[sha256sum] = "551fa374dbef0f977de1f35d005fa9ffe92b7a87e82dbe62d6a4640f5b0b4994"
+SRC_URI[md5sum] = "d7dd9b9df336b7dd4028b6b56542ff2c"
+SRC_URI[sha256sum] = "8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e"
 
 XORG_PN = "libXxf86dga"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1
  2013-07-24 12:42 [PATCH 0/4] Package upgrades Ionut Radu
                   ` (2 preceding siblings ...)
  2013-07-24 12:42 ` [PATCH 3/4] libxxf86dga: Updated from 1.1.3 to 1.1.4 Ionut Radu
@ 2013-07-24 12:42 ` Ionut Radu
  2013-07-24 15:08   ` Saul Wold
  3 siblings, 1 reply; 6+ messages in thread
From: Ionut Radu @ 2013-07-24 12:42 UTC (permalink / raw)
  To: openembedded-core

Patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} (49%)

diff --git a/meta/recipes-devtools/qemu/qemu_1.5.0.bb b/meta/recipes-devtools/qemu/qemu_1.5.1.bb
similarity index 49%
rename from meta/recipes-devtools/qemu/qemu_1.5.0.bb
rename to meta/recipes-devtools/qemu/qemu_1.5.1.bb
index 9b9d0d7..fe0437f 100644
--- a/meta/recipes-devtools/qemu/qemu_1.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.5.1.bb
@@ -3,9 +3,8 @@ require qemu.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
                     file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
 
-SRC_URI += "file://fdt_header.patch \
-            file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch"
+SRC_URI += "file://fdt_header.patch"
 
 SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
-SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16"
-SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb"
+SRC_URI[md5sum] = "b56e73bdcfdb214d5c68e13111aca96f"
+SRC_URI[sha256sum] = "4c15a1ee2f387983eb5c1497f66bf567c34d14ba48517148f6eafef8ae09e3e8"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1
  2013-07-24 12:42 ` [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
@ 2013-07-24 15:08   ` Saul Wold
  0 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2013-07-24 15:08 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 07/24/2013 05:42 AM, Ionut Radu wrote:
> Patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported
>

What kind of testing have you done with this update?

Since qemu is a core part of the Yocto Project and many people rely on 
it to work for all ARCHes, please be sure to include your testing 
information.

Thanks
	Sau!

> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
> ---
>   meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} |    7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
>   rename meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} (49%)
>
> diff --git a/meta/recipes-devtools/qemu/qemu_1.5.0.bb b/meta/recipes-devtools/qemu/qemu_1.5.1.bb
> similarity index 49%
> rename from meta/recipes-devtools/qemu/qemu_1.5.0.bb
> rename to meta/recipes-devtools/qemu/qemu_1.5.1.bb
> index 9b9d0d7..fe0437f 100644
> --- a/meta/recipes-devtools/qemu/qemu_1.5.0.bb
> +++ b/meta/recipes-devtools/qemu/qemu_1.5.1.bb
> @@ -3,9 +3,8 @@ require qemu.inc
>   LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
>                       file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
>
> -SRC_URI += "file://fdt_header.patch \
> -            file://target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch"
> +SRC_URI += "file://fdt_header.patch"
>
>   SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
> -SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16"
> -SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb"
> +SRC_URI[md5sum] = "b56e73bdcfdb214d5c68e13111aca96f"
> +SRC_URI[sha256sum] = "4c15a1ee2f387983eb5c1497f66bf567c34d14ba48517148f6eafef8ae09e3e8"
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-24 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 12:42 [PATCH 0/4] Package upgrades Ionut Radu
2013-07-24 12:42 ` [PATCH 1/4] libxfont: Update from 1.4.5 to 1.4.6 Ionut Radu
2013-07-24 12:42 ` [PATCH 2/4] libxrandr: Update from 1.4.0 to 1.4.1 Ionut Radu
2013-07-24 12:42 ` [PATCH 3/4] libxxf86dga: Updated from 1.1.3 to 1.1.4 Ionut Radu
2013-07-24 12:42 ` [PATCH 4/4] qemu: Updated from 1.5.0 to 1.5.1 Ionut Radu
2013-07-24 15:08   ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox