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
------------------------------------------------------------
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to