On 01/09/2017 06:35 PM, Burton, Ross wrote:

On 9 January 2017 at 07:09, Chen Qi <[email protected] <mailto:[email protected]>> 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

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to