All of lore.kernel.org
 help / color / mirror / Atom feed
* question about packagegroups
@ 2013-06-12  8:08 Nicolas Dechesne
  2013-06-12  8:24 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Dechesne @ 2013-06-12  8:08 UTC (permalink / raw)
  To: Yocto list discussion

hello,

i am creating a packagegroup to organize better my image/recipes. i am
doing something along these lines:

    DESCRIPTION = "My Custom Package Groups"

     inherit packagegroup

     PACKAGES = "\
         packagegroup-custom-apps \
         packagegroup-custom-tools \
         "

     RDEPENDS_packagegroup-custom-apps = "\
         dropbear \
         portmap \
         psplash"

     RDEPENDS_packagegroup-custom-tools = "\
         oprofile \
         oprofileui-server \
         lttng-control \
         lttng-viewer"

and in my imageA i am pulling *only* packagegroup-custom-tools with
IMAGE_INSTALL.

What I notice is that all packages listed in my packagegroup even the
ones from packagegroup-custom-apps which isn't pulled in my image are
built when building my image. Of course they are not installed, but
why are they built? it is wasting a large amount of time, while it's
not even needed. is that really expected or am i doing something wrong
here?

thanks

nicolas


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

end of thread, other threads:[~2013-06-12  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12  8:08 question about packagegroups Nicolas Dechesne
2013-06-12  8:24 ` Gary Thomas
2013-06-12  8:28   ` Nicolas Dechesne

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.