* core-image-rt building a lot more packages than expected
@ 2011-08-12 16:27 Darren Hart
2011-08-12 16:55 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2011-08-12 16:27 UTC (permalink / raw)
To: Yocto Project
I have been surprised over the last few days at the number of packages
being built for the core-image-rt target, which for reference is as follows:
#
# Copyright (C) 2010 Intel Corporation.
#
DESCRIPTION = "Real-Time Linux Image"
DEPENDS = "linux-yocto-rt"
require recipes-core/images/core-image-minimal.bb
IMAGE_INSTALL += "rt-tests"
LICENSE = "MIT"
The only dependencies of rt-tests are:
DEPENDS = "linux-libc-headers eglibc"
Building core-image-rt schedules 3154 tasks, and among them are things like:
lttng-viewer
gst-plugins-base (bad, good, etc)
gtk+
libogg
libtheora
owl-video
clutter
libglade
librsvg
mesa-demos
x11-perf
xvideo-tests
etc etc etc
I noticed my local.conf contains:
EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps
debug-tweaks"
That hasn't changed in a while, but perhaps those features now pull in
more than they used to? Or if they don't, are we unintentionally pulling
in a lot more packages for what is essentially a minimal image?
Thanks,
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: core-image-rt building a lot more packages than expected
2011-08-12 16:27 core-image-rt building a lot more packages than expected Darren Hart
@ 2011-08-12 16:55 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-08-12 16:55 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On Fri, 2011-08-12 at 09:27 -0700, Darren Hart wrote:
> I have been surprised over the last few days at the number of packages
> being built for the core-image-rt target, which for reference is as follows:
>
> #
> # Copyright (C) 2010 Intel Corporation.
> #
>
> DESCRIPTION = "Real-Time Linux Image"
> DEPENDS = "linux-yocto-rt"
>
> require recipes-core/images/core-image-minimal.bb
>
> IMAGE_INSTALL += "rt-tests"
>
> LICENSE = "MIT"
>
>
> The only dependencies of rt-tests are:
>
> DEPENDS = "linux-libc-headers eglibc"
>
>
> Building core-image-rt schedules 3154 tasks, and among them are things like:
> lttng-viewer
> gst-plugins-base (bad, good, etc)
> gtk+
> libogg
> libtheora
> owl-video
> clutter
> libglade
> librsvg
> mesa-demos
> x11-perf
> xvideo-tests
> etc etc etc
>
> I noticed my local.conf contains:
> EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps
> debug-tweaks"
>
> That hasn't changed in a while, but perhaps those features now pull in
> more than they used to? Or if they don't, are we unintentionally pulling
> in a lot more packages for what is essentially a minimal image?
If you enable those things they do get pulled into images and some of
the dependency chains are pretty heavy. They are no longer default in
local.conf though.
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-12 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 16:27 core-image-rt building a lot more packages than expected Darren Hart
2011-08-12 16:55 ` 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.