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

윤영석 earwigz at naver.com
Wed Mar 22 01:58:10 PDT 2017


Hi, 
 
I want to change the value of D in tasks, like do_install, do_compile ...
- It is useless to change outside.
 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170322/e2ee396c/attachment.html>


More information about the yocto mailing list