[OE-core] [PATCH 2/2] selftest/buildoptions.py: do not hardcode 'tmp' for TMPDIR

ChenQi Qi.Chen at windriver.com
Tue Jan 10 02:24:41 UTC 2017


On 01/09/2017 06:35 PM, Burton, Ross wrote:
>
> On 9 January 2017 at 07:09, Chen Qi <Qi.Chen at windriver.com 
> <mailto:Qi.Chen at windriver.com>> wrote:
>
>     -        pkgs_path = g.glob(str(self.builddir) +
>     "/tmp/deploy/sources/allarch*/xcurs*")
>     +        tmp_dir = get_bb_var('TMPDIR')
>     +        pkgs_path = g.glob(str(tmp_dir) +
>     "/deploy/sources/allarch*/xcurs*")
>
>
> I think you meant DEPLOY_DIR_SRC :)
>
> Ross


Thanks.

I've sent out a new patchset. The title is "[PATCH 0/2] selftest: fix 
path assumption".

And the remote branch is also changed to:

   git://git.pokylinux.org/poky-contrib ChenQi/selftest-path-assumption
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/selftest-path-assumption


Best Regards,

Chen Qi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170110/2b898ab9/attachment-0002.html>


More information about the Openembedded-core mailing list