yocto - How can I get to the work directory of another recipe? -
i want create own recipe in need both binary u-boot sources , binary kernel sources.
can paths sources (svariable) in own recipe on save way?
short answer, no.
you can take binaries ${deploy_dir_image} though, if recipe depends deploy task respective recipe. dependency created by:
do_configure[depends] = "u-boot:do_deploy" if recipe include line above, means u-boot put deploy_dir_image before do_configure task recipe being run.
Comments
Post a Comment