All of lore.kernel.org
 help / color / mirror / Atom feed
* how do I prevent a specific package from being built/installed (e.g., bash)?
@ 2012-06-16 16:24 Anders Roxell
  2012-06-16 16:37 ` Tomas Frydrych
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Roxell @ 2012-06-16 16:24 UTC (permalink / raw)
  To: yocto

Hi,

See subject.
Is there some config-file for package-masks (like portage's
/etc/portage/package.mask)?

with kind regards,
Anders


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

* Re: how do I prevent a specific package from being built/installed (e.g., bash)?
  2012-06-16 16:24 how do I prevent a specific package from being built/installed (e.g., bash)? Anders Roxell
@ 2012-06-16 16:37 ` Tomas Frydrych
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Frydrych @ 2012-06-16 16:37 UTC (permalink / raw)
  To: yocto

Hi,

On 16/06/12 17:24, Anders Roxell wrote:
> See subject.
> Is there some config-file for package-masks (like portage's
> /etc/portage/package.mask)?

Packages are getting installed because something depends on them, so if
you want an image that has different contents than one of the default
images, you will need to create your own custom recipe for it.

You can examine the package dependencies with 'bitbake -g -u depexp <the
image name>'; this does not give you any runtime dependencies that are
automatically calculated from shared library deps, but for something
like bash it will give you enough info to know what is pulling it in.

Tomas


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

end of thread, other threads:[~2012-06-16 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 16:24 how do I prevent a specific package from being built/installed (e.g., bash)? Anders Roxell
2012-06-16 16:37 ` Tomas Frydrych

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.