Re: [yocto] Build error after changing $TMPDIR

2019-08-08 Thread Hao Qian
On Fri, Aug 9, 2019 at 12:15 PM ChenQi wrote: > > No, it's not a stupid question. > > For now, setting TMPDIR like this does cause build error. More sanity check > might be needed to error out directly in such case. > You can just source the build directory to be some location you want. > . oe-in

[yocto] Build error after changing $TMPDIR

2019-08-08 Thread Hao Qian
Hi, I'm trying to change the $TMPDIR on my project. I tried to set tmp folder's position just besides to the "poky" folder, with modification like below: ``` diff -u ../meta-poky/conf/local.conf.sample conf/local.conf --- ../meta-poky/conf/local.conf.sample 2019-08-09 10:20:50.115183741 +0900 ++