Hello,

On Tue, 2012-01-31 at 12:40 +0530, Joshua Immanuel wrote:
> At present in my custom image recipe I've added the following
> lines
>         
>         SOME_VARIABLE = "Blah"
>         do_bootimg[depends] += "base-files:do_install"
>         
> But the contents of ${SOME_VARIABLE} is not available in the
> 'base-files' recipe. Even
> 
>         export SOME_VARIABLE = "Blah"
>         
> doesn't solve the problem. 

        $ bitbake custom-image -c devshell

In the above devshell I can find the contents of ${SOME_VARIABLE}
available but the content of it is empty in 'base-files' recipe. Can
someone guide me?

Regards
Joshua
-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to