Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] upgrades for libx11 libx, sdk-tools
@ 2011-04-20  7:30 Dexuan Cui
  2011-04-20  7:30 ` [PATCH 1/9] libxfixes: upgrade from 4.0.5 to the latest version 5.0 Dexuan Cui
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Dexuan Cui @ 2011-04-20  7:30 UTC (permalink / raw)
  To: openembedded-core

From: Dexuan Cui <dexuan.cui@intel.com>

Most of the changes are about filename/chksum.

Also removed unnecessary patches from SRC_URI since the new versions have
integrated them.

Updated task-poky-tools.bb and task-sdk-gmae.inc to enable lttng-ust for
ARM since lttng-ust can build on ARM from 0.12 on.

Tested on qemux86 and qemuarm with building poky-image-sato-sdk and
meta-toolchain-gmae.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dcui/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Thanks,
    Dexuan Cui <dexuan.cui@intel.com>
---


Dexuan Cui (9):
  libxfixes: upgrade from 4.0.5 to the latest version 5.0
  util-macros: upgrade from 1.11.0 to 1.13.0
  preferred-xorg-versions.inc: update libxfixes, util-macros,
    xorg-cf-files
  mdadm: upgrade from 3.1.4 to the latest version 3.2.1
  liburcu: upgrade from 0.5.2 to 0.5.4
  lttng-ust: upgrade from 0.11 to the latest version 0.12
  task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARM
  lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38
  distro_tracking_fields.inc: update the info for the following recipes

 .../conf/distro/include/distro_tracking_fields.inc |   65 ++++++++--------
 .../distro/include/preferred-xorg-versions.inc     |    8 +-
 meta/recipes-core/tasks/task-poky-tools.bb         |    7 +-
 meta/recipes-extended/mdadm/files/fix-z-now.patch  |   15 ----
 .../mdadm/{mdadm_3.1.4.bb => mdadm_3.2.1.bb}       |    9 +-
 meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb     |    2 +-
 .../tasks/task-poky-standalone-gmae-sdk-target.bb  |    2 +-
 meta/recipes-gnome/tasks/task-sdk-gmae.inc         |    1 +
 .../{libxfixes_4.0.5.bb => libxfixes_5.0.bb}       |    4 +-
 ...util-macros_1.11.0.bb => util-macros_1.13.0.bb} |    4 +-
 ...remove_ppc_specific_time_reading_function.patch |   85 --------------------
 meta/recipes-kernel/lttng/lttng-ust_0.11.bb        |   32 --------
 meta/recipes-kernel/lttng/lttng-ust_0.12.bb        |   28 +++++++
 ...g-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} |    6 +-
 .../liburcu/{liburcu_0.5.2.bb => liburcu_0.5.4.bb} |   11 +--
 15 files changed, 87 insertions(+), 192 deletions(-)
 delete mode 100644 meta/recipes-extended/mdadm/files/fix-z-now.patch
 rename meta/recipes-extended/mdadm/{mdadm_3.1.4.bb => mdadm_3.2.1.bb} (78%)
 rename meta/recipes-graphics/xorg-lib/{libxfixes_4.0.5.bb => libxfixes_5.0.bb} (79%)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.11.0.bb => util-macros_1.13.0.bb} (79%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-ust-0.11/remove_ppc_specific_time_reading_function.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-ust_0.11.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-ust_0.12.bb
 rename meta/recipes-kernel/lttng/{lttng-viewer_0.12.36.bb => lttng-viewer_0.12.38.bb} (85%)
 rename meta/recipes-support/liburcu/{liburcu_0.5.2.bb => liburcu_0.5.4.bb} (61%)

-- 
1.7.2




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

end of thread, other threads:[~2011-04-21  5:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20  7:30 [PATCH 0/9] upgrades for libx11 libx, sdk-tools Dexuan Cui
2011-04-20  7:30 ` [PATCH 1/9] libxfixes: upgrade from 4.0.5 to the latest version 5.0 Dexuan Cui
2011-04-20  7:30 ` [PATCH 2/9] util-macros: upgrade from 1.11.0 to 1.13.0 Dexuan Cui
2011-04-20 15:42   ` Saul Wold
2011-04-21  5:41     ` Cui, Dexuan
2011-04-20  7:30 ` [PATCH 3/9] preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-files Dexuan Cui
2011-04-20  7:30 ` [PATCH 4/9] mdadm: upgrade from 3.1.4 to the latest version 3.2.1 Dexuan Cui
2011-04-20  7:30 ` [PATCH 5/9] liburcu: upgrade from 0.5.2 to 0.5.4 Dexuan Cui
2011-04-20  7:30 ` [PATCH 6/9] lttng-ust: upgrade from 0.11 to the latest version 0.12 Dexuan Cui
2011-04-20  7:30 ` [PATCH 7/9] task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARM Dexuan Cui
2011-04-20  7:30 ` [PATCH 8/9] lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38 Dexuan Cui
2011-04-20  7:30 ` [PATCH 9/9] distro_tracking_fields.inc: update the info for the following recipes Dexuan Cui

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