All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] lttng update (add 2.4.0)
@ 2014-03-07  4:26 Tom Zanussi
  2014-03-07  4:26 ` [PATCH 1/7] lttng-modules: Add version 2.4.0 Tom Zanussi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tom Zanussi @ 2014-03-07  4:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Zanussi

This adds lttng 2.4.0, which addresses build failures with
linux-yocto-dev, but still works with 3.10.

Tested with qemux86 and both linux-yocto and linux-yocto-dev.

Note that this disables lttng for arm, due to a problem with
lttng-modules and gcc-4.8.x (this is also a problem for lttng 2.3.x).

v2 changes:

  Modified to reflect comments from Phil Blundell.  Though
  lttng-modules may be broken for arm, it doesn't mean lttng-ust isn't
  still useful on its own.  So lttng-ust was added back for arm, as
  was lttng-tools, needed at least to view the lttng-ust traces.

  Apparently gcc doesn't like lttng-tools on arm either, for
  completely different reasons; fixing the lttng-tools-prompted
  internal compiler error is fixable with a patch for gcc, which is
  added to the patchset.

The following changes since commit f03955041d0e44d377ca1c4def630982f24f1e8b:

  Revert "ncurses: use ln -r to generate relative symlink" (2014-03-03 15:55:27 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/lttng-2.4.0-update-v2
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/lttng-2.4.0-update-v2

Tom Zanussi (7):
  lttng-modules: Add version 2.4.0
  lttng-tools: Add version 2.4.0
  lttng-ust: Add version 2.4.0
  lttng-modules: Exclude arm
  lttng-modules: Fix 3.14 bio tracepoints
  lttng-ust: Disable doc/examples in the build
  gcc: Add upstream fix for gcc bug 58595

 .../packagegroup-core-tools-profile.bb             |   1 +
 meta/recipes-devtools/gcc/gcc-4.8.inc              |   3 +-
 .../gcc/gcc-4.8/0050-PR-target-58595.patch         | 132 +++++++++++++++++
 .../lttng/lttng-modules/bio-bvec-iter.patch        | 156 +++++++++++++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb   |  38 +++++
 .../lttng/lttng-tools/runtest-2.4.0.patch          |  27 ++++
 meta/recipes-kernel/lttng/lttng-tools_2.4.0.bb     |  59 ++++++++
 .../lttng-ust/lttng-ust-doc-examples-disable.patch |  18 +++
 meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb       |  32 +++++
 9 files changed, 465 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.8/0050-PR-target-58595.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/bio-bvec-iter.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/runtest-2.4.0.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools_2.4.0.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb

-- 
1.8.3.1



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

end of thread, other threads:[~2014-03-07  4:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07  4:26 [PATCH v2 0/7] lttng update (add 2.4.0) Tom Zanussi
2014-03-07  4:26 ` [PATCH 1/7] lttng-modules: Add version 2.4.0 Tom Zanussi
2014-03-07  4:26 ` [PATCH 2/7] lttng-tools: " Tom Zanussi
2014-03-07  4:26 ` [PATCH 3/7] lttng-ust: " Tom Zanussi
2014-03-07  4:26 ` [PATCH 4/7] lttng-modules: Exclude arm Tom Zanussi
2014-03-07  4:26 ` [PATCH 5/7] lttng-modules: Fix 3.14 bio tracepoints Tom Zanussi
2014-03-07  4:26 ` [PATCH 6/7] lttng-ust: Disable doc/examples in the build Tom Zanussi
2014-03-07  4:26 ` [PATCH 7/7] gcc: Add upstream fix for gcc bug 58595 Tom Zanussi

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.