Thank you for the reply Christopher!
Best regards,
2016-03-14 15:10 GMT-03:00 Christopher Larson :
>
>
> On Mon, Mar 14, 2016 at 10:56 AM Daniel. wrote:
>>
>> Hi all,
>>
>> I was wondering how OE/Yocto would respond if the same task is appended
>> twice.
>>
>> If I have a .bbclass that already c
On Mon, Mar 14, 2016 at 10:56 AM Daniel. wrote:
> Hi all,
>
> I was wondering how OE/Yocto would respond if the same task is appended
> twice.
>
> If I have a .bbclass that already creates a do_install_append() and I
> inherit this class at my recipe, will my do_install_append be aplied:
>
> - Be
Hi all,
I was wondering how OE/Yocto would respond if the same task is appended twice.
If I have a .bbclass that already creates a do_install_append() and I
inherit this class at my recipe, will my do_install_append be aplied:
- Before .bbclass do_install_append()
- After it
- Will not be aplied