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 Now if I declare my do_install_append before the inherit line, will it be aplied before the .bbclass's do_install_append? How Yocto handles this _append stuff? Best regards, -- "Do or do not. There is no try" Yoda Master -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
