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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -