All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix rootfs construction
@ 2011-02-16 15:45 Mark Hatle
  2011-02-16 15:45 ` [PATCH 1/1] lttng-viewer: Fix rootfs contruction Mark Hatle
  2011-02-16 16:13 ` [PATCH 0/1] Fix rootfs construction Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2011-02-16 15:45 UTC (permalink / raw)
  To: poky

The lttng-viewer package was pulling in the lttng-viewer-dev package.
This caused a large number of -dev packages to be pulled into the rootfs.

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

Thanks,
    Mark Hatle <mark.hatle@windriver.com>
---


Mark Hatle (1):
  lttng-viewer: Fix rootfs contruction

 meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
1.7.3.4



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

* [PATCH 1/1] lttng-viewer: Fix rootfs contruction
  2011-02-16 15:45 [PATCH 0/1] Fix rootfs construction Mark Hatle
@ 2011-02-16 15:45 ` Mark Hatle
  2011-02-16 16:13 ` [PATCH 0/1] Fix rootfs construction Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2011-02-16 15:45 UTC (permalink / raw)
  To: poky

A required run-time library was leaking into the -dev package.
This caused a large number of -dev packages to be included in the build.

This library is now part of the base lttng-viewer split.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
 meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb
index e305495..fc13210 100644
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb
@@ -27,6 +27,7 @@ inherit autotools
 LEAD_SONAME = "liblttvtraceread*"
 
 FILES_${PN} += "\
+    ${libdir}/liblttvtraceread*.so \
     ${libdir}/lttv/plugins/*.so \
     ${datadir}/LinuxTraceToolkitViewer/facilities/* \
     ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
-- 
1.7.3.4



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

* Re: [PATCH 0/1] Fix rootfs construction
  2011-02-16 15:45 [PATCH 0/1] Fix rootfs construction Mark Hatle
  2011-02-16 15:45 ` [PATCH 1/1] lttng-viewer: Fix rootfs contruction Mark Hatle
@ 2011-02-16 16:13 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-02-16 16:13 UTC (permalink / raw)
  To: Mark Hatle; +Cc: poky

On Wed, 2011-02-16 at 09:45 -0600, Mark Hatle wrote:
> The lttng-viewer package was pulling in the lttng-viewer-dev package.
> This caused a large number of -dev packages to be pulled into the rootfs.
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: mhatle/lttng
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/lttng
> 
> Thanks,
>     Mark Hatle <mark.hatle@windriver.com>

Merged into master, thanks.

Richard



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

end of thread, other threads:[~2011-02-16 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 15:45 [PATCH 0/1] Fix rootfs construction Mark Hatle
2011-02-16 15:45 ` [PATCH 1/1] lttng-viewer: Fix rootfs contruction Mark Hatle
2011-02-16 16:13 ` [PATCH 0/1] Fix rootfs construction Richard Purdie

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.