On Sun, Dec 20, 2009 at 1:21 AM, Holger Hans Peter Freyther
<[email protected]> wrote:
> On Sunday 20 December 2009 10:01:40 Khem Raj wrote:
>
>> I tried to use oe_filter_out but I did not succeed, I guess distro
>> conf files are too early for in place evaluation
>> and if I had to do lazy evaluation then it has to be done somewhere
>> later which I did not know what it could be
>
> did you try with := ?
DISTRO_FEATURES := "$...@oe_filter_out('mplt',
bb.data.getVar('DISTRO_FEATURES', d, 1), d))}"
If I use := I get this
NameError: name 'oe_filter_out' is not defined
and if I use something like this
DISTRO_FEATURES = "[email protected]('DISTRO_FEATURES',
oe_filter_out('mplt', bb.data.getVar('DISTRO_FEATURES', d, 1), d))}"
that ends up in same error too
-Khem
>
>
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel