All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Anup Kini <akini@synapticon.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: unable to compile eglibc_2.18
Date: Tue, 01 Oct 2013 13:37:44 +0100	[thread overview]
Message-ID: <3515829.zzyu314FgW@helios> (raw)
In-Reply-To: <CAKS01o=pE_6PiWyk=Xct8ias3xFQ+X2CtLufLGsNeAXgj_wTkg@mail.gmail.com>

On Tuesday 01 October 2013 13:38:56 Anup Kini wrote:
> Hence i used DISTRO_FEATURES += "opengl x11"

To round this off, you cannot use += to set DISTRO_FEATURES in local.conf 
because the default value of DISTRO_FEATURES is set with ?= in the Poky / OE-
Core distro configuration, and that is parsed after local.conf, thus if you set 
it to anything in local.conf the ?= statement containing all of the other 
normal values will not apply. Use _append instead which takes effect at the end 
of parsing, or more appropriately create your own distro configuration to set 
the value.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


  parent reply	other threads:[~2013-10-01 12:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01  8:32 unable to compile eglibc_2.18 Anup Kini
2013-10-01 11:20 ` Lukas Bulwahn
2013-10-01 11:25   ` Anup Kini
2013-10-01 11:31   ` Burton, Ross
2013-10-01 11:38     ` Anup Kini
2013-10-01 12:34       ` Burton, Ross
2013-10-01 12:37       ` Paul Eggleton [this message]
2013-10-01 12:45         ` Anup Kini

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=3515829.zzyu314FgW@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=akini@synapticon.com \
    --cc=openembedded-devel@lists.openembedded.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.