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

Reply via email to