[OE-core] RFC: grub-efi native tools

Darren Hart dvhart at linux.intel.com
Wed Nov 23 08:14:27 UTC 2011



On 11/23/2011 12:10 AM, Paul Eggleton wrote:
> On Wednesday 23 November 2011 00:01:58 Darren Hart wrote:
>> On 11/22/2011 11:36 PM, Koen Kooi wrote:
>>> One way:
>>>
>>> DEPENDS = "grub-efi-native"
>>> DEPENDS_virtclass-native = ""
>>
>> Ah, nice. I presume I can also zero out a function for the virtclass-native?
>>
>> do_compile_append() {
>> 	... non-native stuff ...
>> }
>>
>> do_compile_append_virtclass-native() {
>>
>> }
> 
> Unfortunately no, the second will not wipe out the first since appends are 
> cumulative. The non-native append would have to be qualified with an override 
> (or its content wrapped in a conditional statement).

Right, duh. Thanks for clarifying that.


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel




More information about the Openembedded-core mailing list