Re: [yocto] How to find the source of a variable value?

2013-09-16 Thread Paul D. DeRocco
From: Burton, Ross The default DISTRO_FEATURES includes x11, so that's where it's coming from. If you're using oe-core/poky from git master, you can do DISTRO_FEATURES_remove=x11 in your configuration, or else you'll need to set DISTRO_FEATURES to the current value, minus x11.

Re: [yocto] How to find the source of a variable value?

2013-09-16 Thread Chris Larson
On Mon, Sep 16, 2013 at 11:34 AM, Paul D. DeRocco pdero...@ix.netcom.comwrote: On Mon, Sep 16, 2013 at 10:02 AM, Paul D. DeRocco pdero...@ix.netcom.com wrote: This image recipe has some Python that complains because x11 is in DISTRO_FEATURES. How do I find out where that x11 is

Re: [yocto] How to find the source of a variable value?

2013-09-16 Thread Paul D. DeRocco
On Mon, Sep 16, 2013 at 10:02 AM, Paul D. DeRocco pdero...@ix.netcom.com wrote: This image recipe has some Python that complains because x11 is in DISTRO_FEATURES. How do I find out where that x11 is coming from? This is a Gumstix build, so I suspect it's indirectly related

Re: [yocto] How to find the source of a variable value?

2013-09-16 Thread Burton, Ross
On 16 September 2013 20:05, Paul D. DeRocco pdero...@ix.netcom.com wrote: Is this _remove something new? I'm using the Gumstix-provided metadata and tools, which are from the Dylan branch. If that's the issue, must I explicitly set DISTRO_FEATURES to the big long list in local.conf? Yes, very