[yocto] Can I change the value of D in a task?

Gary Thomas gary at mlbassoc.com
Wed Mar 22 02:58:37 PDT 2017


On 2017-03-22 09:58, 윤영석 wrote:
> Hi,
>
>
>
> I want to change the value of D in tasks, like do_install, do_compile ...
> - It is useless to change outside.

Why do you want to do this?

>
> What should I do?
>
> I tried the following but it did not work.
>
> 1.
>
> do_install () {
>     D = "<path>"
> }
>
>
>
> 2.
>
> do_install () {
>     export D = "<path>"
> }
>
>
>
> Thanks
>
>
>


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



More information about the yocto mailing list