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 -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -