From: Dexuan Cui <dexuan.cui@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] upgrades for libx11 libx, sdk-tools
Date: Wed, 20 Apr 2011 15:30:27 +0800 [thread overview]
Message-ID: <cover.1303284287.git.dexuan.cui@intel.com> (raw)
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
next reply other threads:[~2011-04-20 7:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-20 7:30 Dexuan Cui [this message]
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
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=cover.1303284287.git.dexuan.cui@intel.com \
--to=dexuan.cui@intel.com \
--cc=openembedded-core@lists.openembedded.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.