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

2017-03-22 Thread Gary Thomas

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 = ""
}



2.

do_install () {
export D = ""
}



Thanks






--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

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


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

2017-03-22 Thread 윤영석
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 = ""
}
 
2.
do_install () {
export D = ""
}
 
Thanks
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto