All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Bob Cochran <yocto@mindchasers.com>
Cc: yocto@yoctoproject.org
Subject: Re: beta bug? MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS doesn't seem to work right...
Date: Wed, 04 Apr 2012 08:59:45 +0100	[thread overview]
Message-ID: <1429780.v52SXIBKRC@helios> (raw)
In-Reply-To: <4F7BC4C0.10601@mindchasers.com>

On Tuesday 03 April 2012 23:49:20 Bob Cochran wrote:
> I set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "bogus" in my local.conf.
> 
> This var is used in core-image-minimal; it's assigned to
> RRECOMMENDS_task-core-boot inside task-core-boot.bb.
> 
> Per the yocto glossary: "... the image will build if a file in this list
> is not found. "
> 
> But it doesn't build:
> 
> **********************
> 
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'bogus' (but
> /opt/beta/yp-beta/meta/recipes-core/tasks/task-core-boot.bb RDEPENDS on
> or otherwise requires it)
> NOTE: Runtime target 'bogus' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['bogus']
> NOTE: Runtime target 'task-core-boot' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['task-core-boot', 'bogus']
> ERROR: Required build target 'core-image-minimal' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['core-image-minimal',
> 'task-core-boot', 'bogus']
> 
> ************************
> 
> 
> Seems like a bug?

No, this is not how the RRECOMMENDS mechanism works. There must be at least a 
possibility that the item in there exists (i.e., there must be a recipe that 
has it in its RPROVIDES, PACKAGES or an expression that would match it in 
PACKAGES_DYNAMIC). However, if a package corresponding to that item doesn't 
actually get produced, that is the situation that is ignored.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


      reply	other threads:[~2012-04-04  7:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04  3:49 beta bug? MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS doesn't seem to work right Bob Cochran
2012-04-04  7:59 ` Paul Eggleton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1429780.v52SXIBKRC@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=yocto@mindchasers.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.