[OE-core] [PATCH 0/3] Allows to copy symlinks to DUTs with testimage

Joshua G Lock joshua.g.lock at linux.intel.com
Tue Jul 26 16:27:55 UTC 2016


On Tue, 2016-07-26 at 07:39 +0000, mariano.lopez at linux.intel.com wrote:
> From: Mariano Lopez <mariano.lopez at linux.intel.com>
> 
> Currently when using the install functionality in the DUT without
> package
> manager, if you copy a symlink the function will fail.
> 
> These series will change the behaviour and will allow to recreate the
> symlinks in the DUT.
> 
> [YOCTO #9932]


Would oe.path.copytree() work instead of using shutil.copytree()?
copytree() was added because shutil was quite slow for our usage.

Regards,

Joshua



More information about the Openembedded-core mailing list