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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -