[yocto] best cfg for building all of yocto?

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jul 21 09:37:21 PDT 2011


On Thu, 2011-07-21 at 16:32 +0000, McClintock Matthew-B29882 wrote:
> On Thu, Jul 21, 2011 at 8:29 AM, Scott Garman <scott.a.garman at intel.com> wrote:
> > bitbake world should build all of the available packages that aren't
> > explicitly excluded due to machine incompatibilities. It doesn't generate a
> > final image though, just all of the output packages.
> 
> Is there an easy way to remove a specific package from being built
> with running bitbake world? There are unmet dependencies:
> 
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing PROVIDES 'libmad'
> ERROR: Required build target 'libomxil' has no buildable providers.
> Missing or unbuildable dependency chain was: ['libomxil', 'libmad']

EXCLUDE_FROM_WORLD_pn-libmad = "1"

should remove libmad from world builds.

Cheers,

Richard




More information about the yocto mailing list